aboutsummaryrefslogtreecommitdiff
path: root/src/librc
AgeCommit message (Expand)Author
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
2011-01-05Implement explicit selection of subsystem types.Robin H. Johnson
2010-01-08random spelling fixesMike Frysinger
2009-11-14Only allow one service to be provided by default.Roy Marples
2009-11-04Add support for Linux Containers, fixes #202.Roy Marples
2009-09-21Don't quote optsRoy Marples
2009-07-20Don't provide ourself, fixes #190Roy Marples
2009-07-01We should use -feature instead of nofeature.Roy Marples
2009-06-21Use rc_getline instead of assuming a fixed kernel cmdline length.Roy Marples
2009-05-23Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples
2009-05-05Fix compile on NetBSDRoy Marples
2009-05-02Add runlevel stacking, #88Roy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-30Go back to gitRoy Marples
2009-04-28Don't start services when their need dependency is brokenRoy Marples
2009-04-25Use kill for the pid check as it's fast.Roy Marples
2009-04-24We should match the full variable name.Roy Marples
2009-04-23Improve style for KNFRoy Marples
2009-02-28Set errno when service does not exist better.Roy Marples
2009-02-12Fix return value for tests.Roy Marples
2009-01-29Clean up some compiler warnings.Roy Marples
2009-01-13rc_newer/older_than only report file if time_t is a pointer, so itRoy Marples
2009-01-12We now warn about clock skewsRoy Marples
2009-01-12CopyrightRoy Marples
2009-01-12Use snprintf instead of strlcpy to save on size if not available.Roy Marples
2008-12-04Punt .gitignore files.Roy Marples
2008-11-04Ignore after dependencies for shutdown when not in the runlevel.Roy Marples