aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-10Remove coldplug and just have hotplug which is a list of allowed/disallowed ↵Roy Marples
services. Makes things much easier.
2008-10-10Shorten common messages for prefixed output.Roy Marples
2008-10-10sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples
mounting various bits in /dev and /sys. init.sh JUST mounts /lib/rc/init.d (and /proc for Linux systems) To make development of this easier we now return an empty RC_STRINGLIST instead of a NULL for empty things. If you don't have a udev init script installed, don't reboot your box OR roll back to an older OpenRC version.
2008-10-09Fix umounting reporting exit status, Gentoo #239922.Roy Marples
2008-10-09Warn about sulogin timeout and then continue as normal, Gentoo #240383Roy Marples
2008-10-08Add a better, but incomplete tgoto implementation to make gcc happy.Roy Marples
2008-10-08Fix status check, #239922Roy Marples
2008-10-08Clean up warnings regarding printf.Roy Marples
2008-10-08Fix utmp permissions, Gentoo #240437.Roy Marples
2008-10-07Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-10-07Fix tests, #Gentoo 240350.Roy Marples
2008-10-06#ifdef atexit cleanups calling free as the OS should do this for us, but ↵Roy Marples
valgrind debuggers need it.
2008-10-03kenv is not always available.Roy Marples
2008-10-03Fix a segfault when profile.env does not exist.Roy Marples
2008-10-02Release 0.3Roy Marples
2008-10-01Clean stale sockets.Roy Marples
2008-10-01Add an env var so plugins know when leaving single means the end, or start ↵Roy Marples
the default level.
2008-10-01Correcly call the right runlevel for plugins when shutting down.Roy Marples
2008-09-27Use flock to lock PREFIX_LOCK so that multiple processes can cleanly write ↵Roy Marples
to the same tty.
2008-09-27Warn when waiting for a service every few seconds.Roy Marples
2008-09-27When stopping services, check the newlevel if given otherwise the current ↵Roy Marples
runlevel. Fixes #100.
2008-09-27Load rtc-cmos if needed, Gentoo #235647 thanks to Robin Johnson.Roy Marples
2008-09-26Stop ssd from waiting by default - most daemons are good now.Roy Marples
2008-09-22We don't check exec when starting, so don't when testing for crashed.Roy Marples
2008-09-22StyleRoy Marples
2008-09-22Allow forcefsck instead of gentoo=forcefsck on the kernel command line.Roy Marples
2008-09-22Allow forcefsck on the kernel command line, Gentoo #218431Roy Marples
2008-09-22Our match arguments could be different from the exec arguments, as only the ↵Roy Marples
kernel should set script arguments.
2008-09-22Allow interpreted daemons to detect interperter options.Roy Marples
2008-09-22Document the --verbose option.Roy Marples
2008-09-22s-s-d now handles interpreted daemons more easily.Roy Marples
2008-09-21Typo.Roy Marples
2008-09-19Style.Roy Marples
2008-09-19Document the limitation of symlinking services outside of the service ↵Roy Marples
directory, Gentoo #237263.
2008-09-19Fix stopping wpa_supplicant incorrectly, #107Roy Marples
2008-09-19Allow configuration of bond via extra sysfs entries, #105.Roy Marples
2008-09-18Enable bonding via sysfs, #104 thanks to Wolfram SchlichRoy Marples
2008-09-18Add missing profile bits to env, #72.Roy Marples
2008-09-18Use the new rc_stringlist_find function.Roy Marples
2008-09-18Work with NULL lists.Roy Marples
2008-09-18Use the new rc_stringlist_find function.Roy Marples
2008-09-18Use the new rc_stringlist_find function.Roy Marples
2008-09-18rc_nostop now lists services we should not stop on shutdown.Roy Marples
2008-09-18Add new functions, rc_stringlist_find and rc_stringlist_split.Roy Marples
2008-09-18Add a config file for ipfw, #110Roy Marples
2008-09-18Allow an empty bridge with no options, Gentoo #237485.Roy Marples
2008-09-18Warn about parallel still locking the system.Roy Marples
2008-09-18Use better CFLAGS - some new warnings will need to be fixed.Roy Marples
2008-09-18Clean up some compile warnings.Roy Marples
2008-09-17Allow interpreted daemons to use s-s-d a little easier.Roy Marples