aboutsummaryrefslogtreecommitdiff
path: root/src/librc/rc.h.in
AgeCommit message (Expand)Author
2018-05-22librc: Add crashed stateWilliam Hubbs
2017-04-06add init processWilliam Hubbs
2016-01-19librc: fix handling the nothing special case for rc_sysDoug Freed
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-12-02Add detection for rkt containersWilliam Hubbs
2015-12-02Add detection for docker containersWilliam Hubbs
2015-12-01librc: comsolidate rc_sys_v1 and rc_sys_v2 into rc_sysWilliam Hubbs
2015-11-05Add rc.conf.d supportWilliam Hubbs
2015-05-01Add support for systemd-nspawn containersWilliam Hubbs
2014-10-24Fix compile errors created by bundling queue.hWilliam Hubbs
2014-10-23Bundle <sys/queue.h> from NetBSDAnthony G. Basile
2014-10-23Fix all tests for GNU/kFreeBSDWilliam Hubbs
2014-10-23Fix rc_svcdir for GNU/HurdGabriele Giacone
2014-10-22Fix rc_svcdir for GNU/kFreeBSDGabriele Giacone
2014-10-22einfo.h, rc.h.in: simplify __BEGIN_DECLS logicAnthony G. Basile
2014-10-21einfo.h, rc.h.in: ensure __BEGIN_DECLS is definedAnthony G. Basile
2012-12-03Do not add a prefix to the /run directoryWilliam Hubbs
2012-09-20fix RC_SVCDIR on prefix systemsWilliam Hubbs
2012-09-09add RC_PREFIX environment variableWilliam Hubbs
2012-07-26Bring Back prefix supportWilliam Hubbs
2012-05-14move rc_svcdir to /run/openrc on Linux systemsWilliam Hubbs
2012-02-25librc: make rc_proc_getent available for all operating systemsWilliam Hubbs
2012-02-21Remove prefix supportWilliam Hubbs
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