aboutsummaryrefslogtreecommitdiff
path: root/src/librc
AgeCommit message (Expand)Author
2011-01-17Style fix: "while (" not "while(".Robin H. Johnson
2011-01-17Style fix: "if (" not "if(".Robin H. Johnson
2011-01-17Clean up all trailing whitespace in src/.Robin H. Johnson
2011-01-17Factor out new function rc_deptree_load_file to aid in debugging deptree file...Robin H. Johnson
2011-01-05Make sure old rc_sys code never runs if the rc_sys variable exists.Robin H. Johnson
2011-01-05Remove broken automatic LXC subsystem detection.Robin H. Johnson
2011-01-05Implement explicit selection of subsystem types.Robin H. Johnson
2010-01-08random spelling fixesMike Frysinger
2009-11-14Only allow one service to be provided by default.Roy Marples
2009-11-04Add support for Linux Containers, fixes #202.Roy Marples
2009-09-21Don't quote optsRoy Marples
2009-07-20Don't provide ourself, fixes #190Roy Marples
2009-07-01We should use -feature instead of nofeature.Roy Marples
2009-06-21Use rc_getline instead of assuming a fixed kernel cmdline length.Roy Marples
2009-05-23Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples
2009-05-05Fix compile on NetBSDRoy Marples
2009-05-02Add runlevel stacking, #88Roy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-30Go back to gitRoy Marples
2009-04-28Don't start services when their need dependency is brokenRoy Marples
2009-04-25Use kill for the pid check as it's fast.Roy Marples
2009-04-24We should match the full variable name.Roy Marples
2009-04-23Improve style for KNFRoy Marples
2009-02-28Set errno when service does not exist better.Roy Marples
2009-02-12Fix return value for tests.Roy Marples
2009-01-29Clean up some compiler warnings.Roy Marples
2009-01-13rc_newer/older_than only report file if time_t is a pointer, so itRoy Marples
2009-01-12We now warn about clock skewsRoy Marples
2009-01-12CopyrightRoy Marples
2009-01-12Use snprintf instead of strlcpy to save on size if not available.Roy Marples
2008-12-04Punt .gitignore files.Roy Marples
2008-11-04Ignore after dependencies for shutdown when not in the runlevel.Roy Marples
2008-11-03Avoid depends not in the runlevel for sysinit and shutdown.Roy Marples
2008-11-03Add a new shutdown runlevel, Gentoo #224537.Roy Marples
2008-10-10Remove coldplug and just have hotplug which is a list of allowed/disallowed s...Roy Marples
2008-10-10sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples
2008-09-22We don't check exec when starting, so don't when testing for crashed.Roy Marples
2008-09-19Fix stopping wpa_supplicant incorrectly, #107Roy Marples
2008-09-18Add missing profile bits to env, #72.Roy Marples
2008-09-18Work with NULL lists.Roy Marples
2008-09-18Add new functions, rc_stringlist_find and rc_stringlist_split.Roy Marples
2008-08-19Add new OpenVZ detection codeRoy Marples
2008-07-27Attempt to make s-s-d simpler by not enforcing the need for a full path and m...Roy Marples
2008-07-07Punt STAILQ and just use TAILQ so we're a bit more portable.Roy Marples
2008-07-03Add older_than function to complement newer_than function. Also make the user...Roy Marples
2008-06-19Use CPPFLAGS so we work with -combine in CFLAGS.Roy Marples
2008-06-10fuzzy dependency ordering should be started, starting, stopped whilst checkin...Roy Marples
2008-06-05No need to include this.Roy Marples
2008-06-05Remove broken before dependencies, Gentoo #224171.Roy Marples
2008-06-04Use addu instead of another loop.Roy Marples