aboutsummaryrefslogtreecommitdiff
path: root/src/librc
AgeCommit message (Expand)Author
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
2012-01-20small style fixWilliam Hubbs
2012-01-16style fixesWilliam Hubbs
2012-01-15Allow overriding of rc.conf options via kernel cmdlineChristian Ruppert
2012-01-15Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert
2011-11-16add support for extra_stopped_commandsWilliam Hubbs
2011-11-07add auto detection for lxcWilliam Hubbs
2011-10-29Use pattern rules instead of suffix rulesWilliam Hubbs
2011-07-13Fix rc_service_value_get() to return multiple lines as wellChristian Ruppert
2011-07-13Add a new function, bool rc_getfile(const char *, char **, size_t *)Mike Frysinger
2011-07-09Do not skip similar config optionsChristian Ruppert
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-06-28Use RC_CONF instead of the hardcoded /etc/rc.confChristian Ruppert
2011-06-03clean up gitignore filesMike Frysinger
2011-05-28cc.mk: move debug.mk out of end MakefilesMike Frysinger
2011-05-28librc: tweak style: foo () -> foo()Mike Frysinger
2011-04-27fix rc_service_extra_commands return valueJames Le Cuirot
2011-04-27fix list returned by rc_service_extra_commandsWilliam Hubbs
2011-04-09typo fixWilliam Hubbs
2011-02-04remove unnecessary shell callsWilliam Hubbs
2011-01-31use immediate evaluation for shell callsWilliam Hubbs
2011-01-17librc: delete trailing newlinesMike Frysinger
2011-01-17Document that rc_sys_v{1,2} should not be used outside of OpenRC.Robin H. Johnson
2011-01-17Bug #351570: Fix hidden functions visibility for rc_deptree_load_file.Robin H. Johnson
2011-01-17Bug #351570: Hidden function fixes: rc_conf_value.Robin H. Johnson
2011-01-17Style fix: "char *foo" not "char* foo".Robin H. Johnson
2011-01-17Style fix: /* */ comments not // comments.Robin H. Johnson
2011-01-17Style fix: "while (" not "while(".Robin H. Johnson
2011-01-17Style fix: "if (" not "if(".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-05Make sure old rc_sys code never runs if the rc_sys variable exists.Robin H. Johnson
2011-01-05Remove broken automatic LXC subsystem detection.Robin H. Johnson