summaryrefslogtreecommitdiff
path: root/src/librc
Commit message (Expand)AuthorAge
* 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
* Go back to gitRoy Marples2009-04-30
* Don't start services when their need dependency is brokenRoy Marples2009-04-28
* Use kill for the pid check as it's fast.Roy Marples2009-04-25
* We should match the full variable name.Roy Marples2009-04-24
* Improve style for KNFRoy Marples2009-04-23
* Set errno when service does not exist better.Roy Marples2009-02-28
* Fix return value for tests.Roy Marples2009-02-12
* Clean up some compiler warnings.Roy Marples2009-01-29
* rc_newer/older_than only report file if time_t is a pointer, so itRoy Marples2009-01-13
* We now warn about clock skewsRoy Marples2009-01-12