summaryrefslogtreecommitdiff
path: root/src/librc
Commit message (Expand)AuthorAge
* librc: make rc_proc_getent available for all operating systemsWilliam Hubbs2012-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
* Make sure old rc_sys code never runs if the rc_sys variable exists.Robin H. Johnson2011-01-05
* Remove broken automatic LXC subsystem detection.Robin H. Johnson2011-01-05
* Implement explicit selection of subsystem types.Robin H. Johnson2011-01-05
* random spelling fixesMike Frysinger2010-01-08
* Only allow one service to be provided by default.Roy Marples2009-11-14
* Add support for Linux Containers, fixes #202.Roy Marples2009-11-04
* Don't quote optsRoy Marples2009-09-21
* Don't provide ourself, fixes #190Roy Marples2009-07-20
* We should use -feature instead of nofeature.Roy Marples2009-07-01
* Use rc_getline instead of assuming a fixed kernel cmdline length.Roy Marples2009-06-21
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
* Fix compile on NetBSDRoy Marples2009-05-05
* Add runlevel stacking, #88Roy Marples2009-05-02
* Add (c) to CopyrightRoy Marples2009-05-01