summaryrefslogtreecommitdiff
path: root/src/rc/rc.c
Commit message (Expand)AuthorAge
* style fixesWilliam Hubbs2013-09-23
* Fix stacked runlevel supportAlexander V Vershilov2013-09-20
* rc: allow switching runlevels without stopping servicesWilliam Hubbs2013-04-28
* rc: add usage messageAndrew Gregory2013-02-25
* librc: Do not output error messages from within the library.William Hubbs2012-03-26
* rc: remove calls to rc_sys_v2 and rc_sys_v1William Hubbs2012-02-20
* remove the warning about falling back to autodetectionJory A. Pratt2012-02-20
* Use size_t instead of intChristian Ruppert2012-02-12
* Remove unused/useless function single_user()Christian Ruppert2012-02-11
* Disable parallel startup in interactive modeChristian Ruppert2012-01-24
* Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert2012-01-15
* Code style fixesChristian Ruppert2011-12-30
* Compare stricter in proc_getentChristian Ruppert2011-12-30
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
* rc: delete now unused local "i" variableMike Frysinger2011-05-28
* new implementation of applet optionWilliam Hubbs2011-02-16
* make version option commonWilliam Hubbs2011-02-14
* Style fix: "if (" not "if(".Robin H. Johnson2011-01-17
* Better error checking of argc for --applet call.Robin H. Johnson2011-01-17
* Clean up all trailing whitespace in src/.Robin H. Johnson2011-01-17
* Bug #351712: Implement --applet selection mode for SELinux wrappers.Robin H. Johnson2011-01-17
* Implement explicit selection of subsystem types.Robin H. Johnson2011-01-05
* 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