aboutsummaryrefslogtreecommitdiff
path: root/src/librc
AgeCommit message (Expand)Author
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-12Implement "want" dependencyIan Stakenvicius
2015-11-11Standardize macro tests for gnu hurdBenda Xu
2015-11-05librc: rework overriding rc.conf options from the kclWilliam Hubbs
2015-11-05librc: Remove redundant code from rc_config_loadWilliam Hubbs
2015-11-05Add rc.conf.d supportWilliam Hubbs
2015-05-04librc: Fix crash if the service name is the same as the including runlevelJakob Drexel
2015-05-01Add support for systemd-nspawn containersWilliam Hubbs
2015-04-27convert all references from runscript to openrc-runWilliam Hubbs
2015-03-24Fix some compiler warningsDoug Freed
2015-01-24Prioritize local includes and librariesWill Miles
2015-01-12fix double free of pidfileDoug Freed
2014-11-01Fix incorrect handling of chroot option.Alexander Vershilov
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-23fix defines for GNU/HurdSvante Signell
2014-10-22Fix rc_svcdir for GNU/kFreeBSDGabriele Giacone
2014-10-22Fix GNU/kFreeBSD portSvante Signell
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
2014-10-20librc:look for the pid file in a chroot if definedAlexander Vershilov
2014-07-19src/librc/librc-daemon.c: style fixWilliam Hubbs
2014-06-20librc: filter out container processes on OpenVZ hostWilliam Hubbs
2013-10-30Begin port to GNU/kFreeBSDSteven Chamberlain
2013-10-21librc: do not allow "." and ".." as runlevel namesWilliam Hubbs
2013-10-04librc: fix a read off-by-one bugNatanael Copa
2013-10-04librc: fix off-by-one bugNatanael Copa
2013-09-20Fix stacked runlevel supportAlexander V Vershilov
2013-07-25Add support for DragonFly BSDGary
2013-04-09Fix autodetection of lxcNatanael Copa
2013-02-23make BINDIR and SBINDIR available to input filesAndrew Gregory
2012-12-03Do not add a prefix to the /run directoryWilliam Hubbs
2012-10-04set the RC_UNAME environment variable when updating dependenciesWilliam 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-04-26Reduce overhead by leaving rc_deptree_update_needed() as soon as possibleChristian Ruppert
2012-03-26librc: Do not output error messages from within the library.William Hubbs
2012-02-25librc: make rc_proc_getent available for all operating systemsWilliam Hubbs
2012-02-25Fix rc_proc_getent() undeclared on BSDChristian Ruppert
2012-02-21Remove prefix supportWilliam Hubbs
2012-02-12Fix some more warningsChristian Ruppert
2012-01-30Complain about loading /etc/conf.d/rcWilliam Hubbs
2012-01-26WhitespaceChristian Ruppert
2012-01-24Override rc.conf options onlyChristian Ruppert