Age | Commit message (Expand) | Author |
2017-04-06 | add init process | William Hubbs |
2016-01-19 | librc: fix handling the nothing special case for rc_sys | Doug Freed |
2015-12-21 | Convert OpenRC to a centralized copyright/license structure | William Hubbs |
2015-12-02 | Add detection for rkt containers | William Hubbs |
2015-12-02 | Add detection for docker containers | William Hubbs |
2015-12-01 | librc: comsolidate rc_sys_v1 and rc_sys_v2 into rc_sys | William Hubbs |
2015-11-05 | Add rc.conf.d support | William Hubbs |
2015-05-01 | Add support for systemd-nspawn containers | William Hubbs |
2014-10-24 | Fix compile errors created by bundling queue.h | William Hubbs |
2014-10-23 | Bundle <sys/queue.h> from NetBSD | Anthony G. Basile |
2014-10-23 | Fix all tests for GNU/kFreeBSD | William Hubbs |
2014-10-23 | Fix rc_svcdir for GNU/Hurd | Gabriele Giacone |
2014-10-22 | Fix rc_svcdir for GNU/kFreeBSD | Gabriele Giacone |
2014-10-22 | einfo.h, rc.h.in: simplify __BEGIN_DECLS logic | Anthony G. Basile |
2014-10-21 | einfo.h, rc.h.in: ensure __BEGIN_DECLS is defined | Anthony G. Basile |
2012-12-03 | Do not add a prefix to the /run directory | William Hubbs |
2012-09-20 | fix RC_SVCDIR on prefix systems | William Hubbs |
2012-09-09 | add RC_PREFIX environment variable | William Hubbs |
2012-07-26 | Bring Back prefix support | William Hubbs |
2012-05-14 | move rc_svcdir to /run/openrc on Linux systems | William Hubbs |
2012-02-25 | librc: make rc_proc_getent available for all operating systems | William Hubbs |
2012-02-21 | Remove prefix support | William Hubbs |
2012-01-15 | Rename proc_getent to rc_proc_getent and make it global | Christian Ruppert |
2011-07-13 | Add a new function, bool rc_getfile(const char *, char **, size_t *) | Mike Frysinger |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger |
2011-01-17 | Bug #351570: Hidden function fixes: rc_conf_value. | Robin H. Johnson |
2011-01-17 | Clean up all trailing whitespace in src/. | Robin H. Johnson |
2011-01-17 | Factor out new function rc_deptree_load_file to aid in debugging deptree file... | Robin H. Johnson |
2011-01-05 | Implement explicit selection of subsystem types. | Robin H. Johnson |
2010-01-08 | random spelling fixes | Mike Frysinger |
2009-11-04 | Add support for Linux Containers, fixes #202. | Roy Marples |
2009-06-21 | Use rc_getline instead of assuming a fixed kernel cmdline length. | Roy Marples |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples |
2009-05-02 | Add runlevel stacking, #88 | Roy Marples |
2009-05-01 | Add (c) to Copyright | Roy Marples |
2009-01-13 | rc_newer/older_than only report file if time_t is a pointer, so it | Roy Marples |
2009-01-12 | We now warn about clock skews | Roy Marples |
2008-11-03 | Add a new shutdown runlevel, Gentoo #224537. | Roy Marples |
2008-10-10 | Remove coldplug and just have hotplug which is a list of allowed/disallowed s... | Roy Marples |
2008-09-18 | Add new functions, rc_stringlist_find and rc_stringlist_split. | Roy Marples |
2008-07-27 | Attempt to make s-s-d simpler by not enforcing the need for a full path and m... | Roy Marples |
2008-07-07 | Punt STAILQ and just use TAILQ so we're a bit more portable. | Roy Marples |
2008-07-03 | Add older_than function to complement newer_than function. Also make the user... | Roy Marples |
2008-06-04 | Style. | Roy Marples |
2008-03-28 | Allow our headers to be included by C++ programs easily. | Roy Marples |
2008-03-28 | Put some dir locations in rc.h so that 3rd party apps can become awware of them. | Roy Marples |