Age | Commit message (Expand) | Author |
2009-09-04 | Allow init scripts to show their dependencies easier | Roy Marples |
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples |
2009-06-01 | Warn about going inactive correctly. | Roy Marples |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples |
2009-05-17 | If already started or stopped, abort. | Roy Marples |
2009-05-05 | Fix compile on NetBSD and FreeBSD | Roy Marples |
2009-05-01 | Add (c) to Copyright | Roy Marples |
2009-04-30 | Add -Z, --dry-run option to show which services we would start/stop | Roy Marples |
2009-04-30 | Avoid more gcc warning about not checking return values ... | Roy Marples |
2009-04-30 | Fix parens | Juan RP |
2009-04-28 | Don't start services when their need dependency is broken | Roy Marples |
2009-04-24 | Cast to int | Roy Marples |
2009-04-24 | Describe interval units | Roy Marples |
2009-04-23 | Improve style for KNF | Roy Marples |
2009-04-23 | Improve the service timeout code and reduce the timeout to 60 seconds. | Roy Marples |
2009-04-18 | Don't leak the lock fd. | Roy Marples |
2009-04-18 | Fix compile on FreeBSD. | Roy Marples |
2009-04-18 | Move status to runscript.sh so init scripts can override it, #159 | Roy Marples |
2009-04-17 | Using fifos for locking can be error prone. | Roy Marples |
2009-01-13 | yes should be YES | Roy Marples |
2009-01-12 | We now warn about clock skews | Roy Marples |
2008-12-23 | Our error messages don't have full stops at the end | Roy Marples |
2008-12-23 | Typo. | Roy Marples |
2008-12-23 | Disallow hotplug to run during sysinit, but allow elsewhere. Fixes #131. | Roy Marples |
2008-12-11 | Warn about stopping sysinit services, thanks to Matthias Schwarzott. Fixes #126. | Roy Marples |
2008-11-27 | Not needed. | Roy Marples |
2008-11-27 | Switch from select to poll and improve the no prefixing of eend calls. | Roy Marples |
2008-11-23 | Don't warn about waiting for services marked as notimeout, Gentoo #247306. | Roy Marples |
2008-11-03 | Add a new shutdown runlevel, Gentoo #224537. | Roy Marples |
2008-10-30 | We no longer hotplug by default. | Roy Marples |
2008-10-10 | Remove coldplug and just have hotplug which is a list of allowed/disallowed s... | Roy Marples |
2008-10-10 | sysinit is now a real runlevel that handles things like udev, dmesg and | Roy Marples |
2008-10-08 | Clean up warnings regarding printf. | Roy Marples |
2008-10-06 | #ifdef atexit cleanups calling free as the OS should do this for us, but valg... | Roy Marples |
2008-09-27 | Use flock to lock PREFIX_LOCK so that multiple processes can cleanly write to... | Roy Marples |
2008-09-27 | Warn when waiting for a service every few seconds. | Roy Marples |
2008-09-18 | Use the new rc_stringlist_find function. | Roy Marples |
2008-09-18 | Clean up some compile warnings. | Roy Marples |
2008-06-10 | When we have dependant scheduled services, don't error if a need is stopped. | Roy Marples |
2008-05-12 | The real fix for the last commit is to uncomment some code - d'oh. | Roy Marples |
2008-05-12 | When stopping, stop services that need our provide as well, #79. | Roy Marples |
2008-05-12 | Check we have a deptree before using it, Gentoo #220579 | Roy Marples |
2008-04-29 | Tweak the last commit and fix a valgrind error. | Roy Marples |
2008-04-29 | We need to ensure that the init script started is correct, translating symlin... | Roy Marples |
2008-04-27 | Don't re-start or re-stop failed services if runlevel is changing. | Roy Marples |
2008-04-26 | Check we have a list before running depends. | Roy Marples |
2008-04-21 | If we don't have permission to inspect the pidfile, don't report crashed. Gen... | Roy Marples |
2008-04-08 | Give an error when running zap as a generic user. | Roy Marples |
2008-04-06 | Increase pidstr size to 10 chars. | Roy Marples |
2008-04-04 | Check list existance before iterating, Gentoo #216091. | Roy Marples |