aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-07add auto detection for lxcWilliam Hubbs
2011-10-29Use pattern rules instead of suffix rulesWilliam Hubbs
2011-09-08Use the real/actual path when looking for mountsChristian Ruppert
2011-09-08Remove unused variableChristian Ruppert
2011-09-02Do not ignore return code for custom script functionsFlex
2011-09-01Start-stop-daemon: remove call to pam_authenticateDiego
2011-08-22Libeinfo: do not suppress ewarn() messagesWilliam Hubbs
2011-07-31Improve processing of service directories and conf.d filesWilliam Hubbs
2011-07-26runscript: rename saveDir back to save to fix compile errorWilliam Hubbs
2011-07-20rename save and save2 for clarityWilliam 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-07-06Rename rc_logger_path to rc_log_pathChristian Ruppert
2011-07-05Improve loggingChristian Ruppert
2011-07-05Don't write into optarg, this also fixes a compiler warning.Christian Ruppert
2011-06-30Add --startas/-a back to the optstringChristian 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-27Only print the deprecation warning for --chuid/-c when using itJoe Harvell
2011-06-05Warn if deprecated commandline options are used for start-stop-daemonChristian Ruppert
2011-06-03clean up gitignore filesMike Frysinger
2011-05-28rc-update: sort "show" outputMike Frysinger
2011-05-28cc.mk: move debug.mk out of end MakefilesMike Frysinger
2011-05-28librc: tweak style: foo () -> foo()Mike Frysinger
2011-05-28rc: delete now unused local "i" variableMike Frysinger
2011-05-23Fix dirname calls in runscriptChristian Ruppert
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-16new implementation of applet optionWilliam Hubbs
2011-02-14make version option commonWilliam Hubbs
2011-02-14tests: filter valid parisc relocsMike Frysinger
2011-02-07fix symlink targetWilliam Hubbs
2011-02-04rework pam, ncurses and termcap include filesWilliam Hubbs
2011-02-04remove unnecessary shell callsWilliam Hubbs
2011-01-31selinux: replace symlinks with wrapper scriptsChris Richards
2011-01-31use immediate evaluation for shell callsWilliam Hubbs
2011-01-17librc: delete trailing newlinesMike Frysinger
2011-01-17tests: check for trailing blank 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-17Build cleanup: librc.funcs.hidden.list is generated by testsuite.Robin H. Johnson
2011-01-17Bug #351570: Hidden function fixes: rc_conf_value.Robin H. Johnson
2011-01-17tests: check for common style issuesMike Frysinger
2011-01-17more whitespace cleanupMike Frysinger
2011-01-17start-stop-daemon: use termios.h rather than sys/termios.hMike Frysinger
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