Age | Commit message (Expand) | Author |
2008-11-04 | We start off in sysinit correctly. | Roy Marples |
2008-11-03 | No need for NULL here. | Roy Marples |
2008-11-03 | We shouldn't run halt.sh anymore. | Roy Marples |
2008-11-03 | Add a new shutdown runlevel, Gentoo #224537. | Roy Marples |
2008-10-27 | Style. | Roy Marples |
2008-10-27 | Remove sysvinit specific code. | Roy Marples |
2008-10-16 | Include sysinit services even in single user. | Roy Marples |
2008-10-10 | Re-evaluate sys after running initsh. | 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-06 | #ifdef atexit cleanups calling free as the OS should do this for us, but valg... | Roy Marples |
2008-10-01 | Add an env var so plugins know when leaving single means the end, or start th... | Roy Marples |
2008-10-01 | Correcly call the right runlevel for plugins when shutting down. | Roy Marples |
2008-09-27 | When stopping services, check the newlevel if given otherwise the current run... | Roy Marples |
2008-09-18 | Use the new rc_stringlist_find function. | Roy Marples |
2008-09-18 | rc_nostop now lists services we should not stop on shutdown. | Roy Marples |
2008-09-18 | Clean up some compile warnings. | Roy Marples |
2008-05-12 | When testing services to stop, we should trace it. More for #79. | Roy Marples |
2008-05-10 | Only launch single user when RUNLEVEL == S, #74. | Roy Marples |
2008-05-06 | Fix the EINTR check for waitpid, Gentoo #219929. | Roy Marples |
2008-05-06 | We don't need to handle SIGWINCH in sysinit, so this should fix loading a fra... | Roy Marples |
2008-04-29 | Fix another leak. | Roy Marples |
2008-04-28 | Add rc_program function which uses fork and signal masking to try and resolve... | Roy Marples |
2008-04-26 | Check we have a list before running depends. | Roy Marples |
2008-04-17 | Cast to unsigned char for ctype calls. | Roy Marples |
2008-04-08 | rc_runlevel is now the preferred kernel commandline option for choosing defau... | Roy Marples |
2008-04-06 | Some systems are only detectable after /proc is mounted, so re-test if unknown. | Roy Marples |
2008-04-06 | Increase pidstr size to 10 chars. | Roy Marples |
2008-03-28 | Remove rc_service_start/stop from librc as they block and unmask signals. The... | Roy Marples |
2008-03-26 | Add license blurb to a few files and append my email to my name. | Roy Marples |
2008-03-26 | If we have coldplugged services, but no start_services, we need to create a n... | Roy Marples |
2008-03-24 | Fix segfault when no coldplugged services, thanks to Daijo. | Roy Marples |
2008-03-24 | Fix coldplug disabling. | Roy Marples |
2008-03-24 | Fix debug support to work without gmake and bundle -ggdb in properly. | Roy Marples |
2008-03-22 | add support for automatic gdb launching when RC_DEBUG is defined to 1 to ease... | Mike Frysinger |
2008-03-21 | Fix some crashers in a prefix with few services. | Roy Marples |
2008-03-21 | ksoftlevel -> krunlevel | Roy Marples |
2008-03-19 | Add rc-service and update all softlevel refs to runlevel. | Roy Marples |
2008-03-18 | Get going_down and parallel the right away round. | Roy Marples |
2008-03-17 | Make rc_getline private and save it's buffer so it's sort of like getline fro... | Roy Marples |
2008-03-17 | We should check for NULL here. | Roy Marples |
2008-03-17 | Punt the rc_strcatpaths function and use snprintf instead to save on expensiv... | Roy Marples |
2008-03-17 | rc_find_pids now returns RC_PIDLIST instead of a NULL terminated array. | Roy Marples |
2008-03-16 | Use correct TAILQ_CONCAT macro when not defined. | Roy Marples |
2008-03-16 | Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ... | Roy Marples |
2008-03-11 | RC_SERVICE now points to the service file, so daemons can recall us directly. | Roy Marples |
2008-03-11 | Coldplug net devices on the BSD's as found by getifaddrs. | Roy Marples |
2008-03-06 | Test access instead of euid. | Roy Marples |
2008-03-05 | Show version similar to gcc. | Roy Marples |
2008-03-05 | Style. | Roy Marples |