summaryrefslogtreecommitdiff
path: root/src/rc/rc.c
Commit message (Expand)AuthorAge
* 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
* Some systems are only detectable after /proc is mounted, so re-test if unknown.Roy Marples2008-04-06
* Increase pidstr size to 10 chars.Roy Marples2008-04-06
* Remove rc_service_start/stop from librc as they block and unmask signals. The...Roy Marples2008-03-28
* Add license blurb to a few files and append my email to my name.Roy Marples2008-03-26
* If we have coldplugged services, but no start_services, we need to create a n...Roy Marples2008-03-26
* Fix segfault when no coldplugged services, thanks to Daijo.Roy Marples2008-03-24
* Fix coldplug disabling.Roy Marples2008-03-24
* Fix debug support to work without gmake and bundle -ggdb in properly.Roy Marples2008-03-24
* add support for automatic gdb launching when RC_DEBUG is defined to 1 to ease...Mike Frysinger2008-03-22
* Fix some crashers in a prefix with few services.Roy Marples2008-03-21
* ksoftlevel -> krunlevelRoy Marples2008-03-21
* Add rc-service and update all softlevel refs to runlevel.Roy Marples2008-03-19
* Get going_down and parallel the right away round.Roy Marples2008-03-18
* Make rc_getline private and save it's buffer so it's sort of like getline fro...Roy Marples2008-03-17
* We should check for NULL here.Roy Marples2008-03-17
* Punt the rc_strcatpaths function and use snprintf instead to save on expensiv...Roy Marples2008-03-17
* rc_find_pids now returns RC_PIDLIST instead of a NULL terminated array.Roy Marples2008-03-17
* Use correct TAILQ_CONCAT macro when not defined.Roy Marples2008-03-16
* Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples2008-03-16
* RC_SERVICE now points to the service file, so daemons can recall us directly.Roy Marples2008-03-11
* Coldplug net devices on the BSD's as found by getifaddrs.Roy Marples2008-03-11
* Test access instead of euid.Roy Marples2008-03-06
* Show version similar to gcc.Roy Marples2008-03-05
* Style.Roy Marples2008-03-05
* Inform plugins when we exit if on signal.Roy Marples2008-03-04
* Fix compile on Linux.Roy Marples2008-03-03
* Split VPS into VSERVER and OPENVZRoy Marples2008-03-03
* rc single and rc sysinit don't check sysvinit env vars in prefix.Roy Marples2008-03-03
* Don't check for root in prefix.Roy Marples2008-03-02
* We should use shutdown to goto single user mode.Roy Marples2008-03-01
* exiting to shell should block signals first, to avoid the child getting them....Roy Marples2008-02-04
* Block signals to avoid fork /signal races.Roy Marples2008-02-02
* Constantise as much as possible so that it reduces COW usage.Roy Marples2008-02-01
* Use sigaction over signal.Roy Marples2008-02-01
* Fix compile on BSDRoy Marples2008-02-01
* Use the variable instead of type for sizeof.Roy Marples2008-01-30
* Fix branding.Roy Marples2008-01-29
* Do our coldplug at the end of sysinit as there's no guarantee that the boot r...Roy Marples2008-01-29
* If we don't have any branding, then add some uname info at startup.Roy Marples2008-01-29
* Quiet some more lint warnings.Roy Marples2008-01-22
* Checking first char for null is more efficient than strlen.Roy Marples2008-01-21
* rc_coldplug=no really stops all coldplug eventsRoy Marples2008-01-18
* Fix rc changing runlevels after splitting out the applets.Roy Marples2008-01-14