summaryrefslogtreecommitdiff
path: root/src/rc/rc.c
Commit message (Expand)AuthorAge
* Fix -s and -S.Roy Marples2010-03-26
* We should use -feature instead of nofeature.Roy Marples2009-07-01
* Use rc_getline instead of assuming a fixed kernel cmdline length.Roy Marples2009-06-21
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
* Add runlevel stacking, #88Roy Marples2009-05-02
* Add (c) to CopyrightRoy Marples2009-05-01
* Avoid more gcc warning about not checking return values ...Roy Marples2009-04-30
* Add the noshutdown keyword to special case the shutdown.Roy Marples2009-04-27
* Fix the nstop keyword.Roy Marples2009-04-27
* Add the nostop keyword so that we don't stop the network init script by default.Roy Marples2009-04-26
* Use /bin/bash or user shell in /etc/passwd if none set before /bin/sh.Roy Marples2009-04-26
* Don't drop to sulogin by default, but make this configurable.Roy Marples2009-04-24
* Allow rc to start (optionally stop) crashed services, #120Roy Marples2009-04-24
* Improve style for KNFRoy Marples2009-04-23
* noinit makes more sense than noinitdRoy Marples2009-01-18
* yes should be YESRoy Marples2009-01-13
* Don't allow SYSVINIT parameters through anymore.Roy Marples2009-01-13
* We now warn about clock skewsRoy Marples2009-01-12
* Fix compile, #136Roy Marples2009-01-02
* Allow rc_runlevel/softlevel to set runlevel from kernel commandline.openrc-0.4.1Roy Marples2008-12-21
* Store interactive mode after sysinit, #128 thanks to Matthias Schwarzott.Roy Marples2008-12-13
* runlevel override works correctly again.Roy Marples2008-12-04
* Include hotplugged services in our start list.Roy Marples2008-12-01
* Ignore interupts when waiting for processes to finish. Also, style fixes.Roy Marples2008-11-28
* We start off in sysinit correctly.Roy Marples2008-11-04
* No need for NULL here.Roy Marples2008-11-03
* We shouldn't run halt.sh anymore.Roy Marples2008-11-03
* Add a new shutdown runlevel, Gentoo #224537.Roy Marples2008-11-03
* Style.Roy Marples2008-10-27
* Remove sysvinit specific code.Roy Marples2008-10-27
* Include sysinit services even in single user.Roy Marples2008-10-16
* Re-evaluate sys after running initsh.Roy Marples2008-10-10
* Remove coldplug and just have hotplug which is a list of allowed/disallowed s...Roy Marples2008-10-10
* sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples2008-10-10
* #ifdef atexit cleanups calling free as the OS should do this for us, but valg...Roy Marples2008-10-06
* Add an env var so plugins know when leaving single means the end, or start th...Roy Marples2008-10-01
* Correcly call the right runlevel for plugins when shutting down.Roy Marples2008-10-01
* When stopping services, check the newlevel if given otherwise the current run...Roy Marples2008-09-27
* Use the new rc_stringlist_find function.Roy Marples2008-09-18
* rc_nostop now lists services we should not stop on shutdown.Roy Marples2008-09-18
* Clean up some compile warnings.Roy Marples2008-09-18
* When testing services to stop, we should trace it. More for #79.Roy Marples2008-05-12
* Only launch single user when RUNLEVEL == S, #74.Roy Marples2008-05-10
* Fix the EINTR check for waitpid, Gentoo #219929.Roy Marples2008-05-06
* We don't need to handle SIGWINCH in sysinit, so this should fix loading a fra...Roy Marples2008-05-06
* Fix another leak.Roy Marples2008-04-29
* Add rc_program function which uses fork and signal masking to try and resolve...Roy Marples2008-04-28
* Check we have a list before running depends.Roy Marples2008-04-26
* Cast to unsigned char for ctype calls.Roy Marples2008-04-17
* rc_runlevel is now the preferred kernel commandline option for choosing defau...Roy Marples2008-04-08