aboutsummaryrefslogtreecommitdiff
path: root/src/librc/rc.h.in
AgeCommit message (Expand)Author
2012-01-15Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert
2011-07-13Add a new function, bool rc_getfile(const char *, char **, size_t *)Mike Frysinger
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-01-17Bug #351570: Hidden function fixes: rc_conf_value.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-05Implement explicit selection of subsystem types.Robin H. Johnson
2010-01-08random spelling fixesMike Frysinger
2009-11-04Add support for Linux Containers, fixes #202.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-02Add runlevel stacking, #88Roy Marples
2009-05-01Add (c) to CopyrightRoy 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
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-09-18Add new functions, rc_stringlist_find and rc_stringlist_split.Roy 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-04Style.Roy Marples
2008-03-28Allow our headers to be included by C++ programs easily.Roy Marples
2008-03-28Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples