summaryrefslogtreecommitdiff
path: root/src/librc
Commit message (Expand)AuthorAge
* librc: fix off-by-one bugNatanael Copa2013-10-04
* Fix stacked runlevel supportAlexander V Vershilov2013-09-20
* Add support for DragonFly BSDGary2013-07-25
* Fix autodetection of lxcNatanael Copa2013-04-09
* make BINDIR and SBINDIR available to input filesAndrew Gregory2013-02-23
* Do not add a prefix to the /run directoryWilliam Hubbs2012-12-03
* set the RC_UNAME environment variable when updating dependenciesWilliam Hubbs2012-10-04
* fix RC_SVCDIR on prefix systemsWilliam Hubbs2012-09-20
* add RC_PREFIX environment variableWilliam Hubbs2012-09-09
* Bring Back prefix supportWilliam Hubbs2012-07-26
* move rc_svcdir to /run/openrc on Linux systemsWilliam Hubbs2012-05-14
* Reduce overhead by leaving rc_deptree_update_needed() as soon as possibleChristian Ruppert2012-04-26
* librc: Do not output error messages from within the library.William Hubbs2012-03-26
* librc: make rc_proc_getent available for all operating systemsWilliam Hubbs2012-02-25
* Fix rc_proc_getent() undeclared on BSDChristian Ruppert2012-02-25
* Remove prefix supportopenrc-0.9.9William Hubbs2012-02-21
* Fix some more warningsChristian Ruppert2012-02-12
* Complain about loading /etc/conf.d/rcWilliam Hubbs2012-01-30
* WhitespaceChristian Ruppert2012-01-26
* Override rc.conf options onlyChristian Ruppert2012-01-24
* small style fixWilliam Hubbs2012-01-20
* style fixesWilliam Hubbs2012-01-16
* Allow overriding of rc.conf options via kernel cmdlineChristian Ruppert2012-01-15
* Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert2012-01-15
* add support for extra_stopped_commandsWilliam Hubbs2011-11-16
* add auto detection for lxcWilliam Hubbs2011-11-07
* Use pattern rules instead of suffix rulesWilliam Hubbs2011-10-29
* Fix rc_service_value_get() to return multiple lines as wellChristian Ruppert2011-07-13
* Add a new function, bool rc_getfile(const char *, char **, size_t *)Mike Frysinger2011-07-13
* Do not skip similar config optionsChristian Ruppert2011-07-09
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
* Use RC_CONF instead of the hardcoded /etc/rc.confChristian Ruppert2011-06-28
* clean up gitignore filesMike Frysinger2011-06-03
* cc.mk: move debug.mk out of end MakefilesMike Frysinger2011-05-28
* librc: tweak style: foo () -> foo()Mike Frysinger2011-05-28
* fix rc_service_extra_commands return valueJames Le Cuirot2011-04-27
* fix list returned by rc_service_extra_commandsWilliam Hubbs2011-04-27
* typo fixWilliam Hubbs2011-04-09
* remove unnecessary shell callsWilliam Hubbs2011-02-04
* use immediate evaluation for shell callsWilliam Hubbs2011-01-31
* librc: delete trailing newlinesMike Frysinger2011-01-17
* Document that rc_sys_v{1,2} should not be used outside of OpenRC.Robin H. Johnson2011-01-17
* Bug #351570: Fix hidden functions visibility for rc_deptree_load_file.Robin H. Johnson2011-01-17
* Bug #351570: Hidden function fixes: rc_conf_value.Robin H. Johnson2011-01-17
* Style fix: "char *foo" not "char* foo".Robin H. Johnson2011-01-17
* Style fix: /* */ comments not // comments.Robin H. Johnson2011-01-17
* Style fix: "while (" not "while(".Robin H. Johnson2011-01-17
* Style fix: "if (" not "if(".Robin H. Johnson2011-01-17
* Clean up all trailing whitespace in src/.Robin H. Johnson2011-01-17
* Factor out new function rc_deptree_load_file to aid in debugging deptree file...Robin H. Johnson2011-01-17