Age | Commit message (Expand) | Author |
2015-04-27 | convert all references from runscript to openrc-run | William Hubbs |
2015-03-24 | Fix some compiler warnings | Doug Freed |
2015-01-24 | Prioritize local includes and libraries | Will Miles |
2015-01-12 | fix double free of pidfile | Doug Freed |
2014-11-01 | Fix incorrect handling of chroot option. | Alexander Vershilov |
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-23 | fix defines for GNU/Hurd | Svante Signell |
2014-10-22 | Fix rc_svcdir for GNU/kFreeBSD | Gabriele Giacone |
2014-10-22 | Fix GNU/kFreeBSD port | Svante Signell |
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 |
2014-10-20 | librc:look for the pid file in a chroot if defined | Alexander Vershilov |
2014-07-19 | src/librc/librc-daemon.c: style fix | William Hubbs |
2014-06-20 | librc: filter out container processes on OpenVZ host | William Hubbs |
2013-10-30 | Begin port to GNU/kFreeBSD | Steven Chamberlain |
2013-10-21 | librc: do not allow "." and ".." as runlevel names | William Hubbs |
2013-10-04 | librc: fix a read off-by-one bug | Natanael Copa |
2013-10-04 | librc: fix off-by-one bug | Natanael Copa |
2013-09-20 | Fix stacked runlevel support | Alexander V Vershilov |
2013-07-25 | Add support for DragonFly BSD | Gary |
2013-04-09 | Fix autodetection of lxc | Natanael Copa |
2013-02-23 | make BINDIR and SBINDIR available to input files | Andrew Gregory |
2012-12-03 | Do not add a prefix to the /run directory | William Hubbs |
2012-10-04 | set the RC_UNAME environment variable when updating dependencies | 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-04-26 | Reduce overhead by leaving rc_deptree_update_needed() as soon as possible | Christian Ruppert |
2012-03-26 | librc: Do not output error messages from within the library. | William Hubbs |
2012-02-25 | librc: make rc_proc_getent available for all operating systems | William Hubbs |
2012-02-25 | Fix rc_proc_getent() undeclared on BSD | Christian Ruppert |
2012-02-21 | Remove prefix support | William Hubbs |
2012-02-12 | Fix some more warnings | Christian Ruppert |
2012-01-30 | Complain about loading /etc/conf.d/rc | William Hubbs |
2012-01-26 | Whitespace | Christian Ruppert |
2012-01-24 | Override rc.conf options only | Christian Ruppert |
2012-01-20 | small style fix | William Hubbs |
2012-01-16 | style fixes | William Hubbs |
2012-01-15 | Allow overriding of rc.conf options via kernel cmdline | Christian Ruppert |
2012-01-15 | Rename proc_getent to rc_proc_getent and make it global | Christian Ruppert |
2011-11-16 | add support for extra_stopped_commands | William Hubbs |
2011-11-07 | add auto detection for lxc | William Hubbs |
2011-10-29 | Use pattern rules instead of suffix rules | William Hubbs |
2011-07-13 | Fix rc_service_value_get() to return multiple lines as well | Christian Ruppert |
2011-07-13 | Add a new function, bool rc_getfile(const char *, char **, size_t *) | Mike Frysinger |
2011-07-09 | Do not skip similar config options | Christian Ruppert |