summaryrefslogtreecommitdiff
path: root/src/librc/rc.h.in
Commit message (Expand)AuthorAge
* Do not add a prefix to the /run directoryWilliam Hubbs2012-12-03
* fix RC_SVCDIR on prefix systemsWilliam Hubbs2012-09-20
* add RC_PREFIX environment variableWilliam Hubbs2012-09-09
* Bring Back prefix supportWilliam Hubbs2012-07-26
* move rc_svcdir to /run/openrc on Linux systemsWilliam Hubbs2012-05-14
* librc: make rc_proc_getent available for all operating systemsWilliam Hubbs2012-02-25
* Remove prefix supportopenrc-0.9.9William Hubbs2012-02-21
* Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert2012-01-15
* Add a new function, bool rc_getfile(const char *, char **, size_t *)Mike Frysinger2011-07-13
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
* Bug #351570: Hidden function fixes: rc_conf_value.Robin H. Johnson2011-01-17
* Clean up all trailing whitespace in src/.Robin H. Johnson2011-01-17
* Factor out new function rc_deptree_load_file to aid in debugging deptree file...Robin H. Johnson2011-01-17
* Implement explicit selection of subsystem types.Robin H. Johnson2011-01-05
* random spelling fixesMike Frysinger2010-01-08
* Add support for Linux Containers, fixes #202.Roy Marples2009-11-04
* 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
* rc_newer/older_than only report file if time_t is a pointer, so itRoy Marples2009-01-13
* We now warn about clock skewsRoy Marples2009-01-12
* Add a new shutdown runlevel, Gentoo #224537.Roy Marples2008-11-03
* Remove coldplug and just have hotplug which is a list of allowed/disallowed s...Roy Marples2008-10-10
* Add new functions, rc_stringlist_find and rc_stringlist_split.Roy Marples2008-09-18
* Attempt to make s-s-d simpler by not enforcing the need for a full path and m...Roy Marples2008-07-27
* Punt STAILQ and just use TAILQ so we're a bit more portable.Roy Marples2008-07-07
* Add older_than function to complement newer_than function. Also make the user...Roy Marples2008-07-03
* Style.Roy Marples2008-06-04
* Allow our headers to be included by C++ programs easily.Roy Marples2008-03-28
* Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples2008-03-28