aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-05-06add a new ARRAY_SIZE macro and use itMike Frysinger
2012-05-06split out librc-independent helpers into a dedicated header fileMike Frysinger
2012-04-26Reduce overhead by leaving rc_deptree_update_needed() as soon as possibleChristian Ruppert
2012-04-26Disable some questionable linesChristian Ruppert
2012-04-24Remove duplicate getenv("RC_SVCNAME") callChristian Ruppert
2012-03-26librc: Do not output error messages from within the library.William Hubbs
2012-02-25librc: make rc_proc_getent available for all operating systemsWilliam Hubbs
2012-02-25Fix rc_proc_getent() undeclared on BSDChristian Ruppert
2012-02-23Skip pam if running as rootWilliam Hubbs
2012-02-21Remove prefix supportWilliam Hubbs
2012-02-20rc: remove calls to rc_sys_v2 and rc_sys_v1William Hubbs
2012-02-20remove the warning about falling back to autodetectionJory A. Pratt
2012-02-12Fix some more warningsChristian Ruppert
2012-02-12Use size_t instead of intChristian Ruppert
2012-02-11Remove unused/useless function single_user()Christian Ruppert
2012-01-31fstabinfo: add --remount optionWilliam Hubbs
2012-01-30Complain about loading /etc/conf.d/rcWilliam Hubbs
2012-01-28Do not unlink the temp. log during shutdownChristian Ruppert
2012-01-28Do not loop flock()Christian Ruppert
2012-01-26Add -W/--writable function to checkpathChristian Ruppert
2012-01-26WhitespaceChristian Ruppert
2012-01-26Add is_writable() function to check whether a path is writable or notChristian Ruppert
2012-01-24Disable parallel startup in interactive modeChristian Ruppert
2012-01-24Override rc.conf options onlyChristian Ruppert
2012-01-23Per the systemd tmpfiles implementation, we need to watch out for umask durin...Robin H. Johnson
2012-01-23Ensure that when -F is passed, existing files are truncated properly.Robin H. Johnson
2012-01-23Respin features.h usage so that we correctly test for features before we use ...Robin H. Johnson
2012-01-23Revert "Drop include for features.h"Robin H. Johnson
2012-01-22Drop include for features.hWilliam Hubbs
2012-01-20small style fixWilliam Hubbs
2012-01-16style fixesWilliam Hubbs
2012-01-15Add "ifstopped" command to runscriptChristian Ruppert
2012-01-15Allow overriding of rc.conf options via kernel cmdlineChristian Ruppert
2012-01-15Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert
2012-01-09rc/checkpath: tmpfiles.d backend creation codeRobin H. Johnson
2011-12-31Do not exit immediately when a service has been stopped alreadyChristian Ruppert
2011-12-30Code style fixesChristian Ruppert
2011-12-30Compare stricter in proc_getentChristian Ruppert
2011-12-29Don't try to write the log during sysinitChristian Ruppert
2011-12-29Use RC_LEVEL_SHUTDOWNChristian Ruppert
2011-12-29Remove useless rc_runlevel_get() callChristian Ruppert
2011-12-29Don't print error when the logfile isn't writeable during shutdownChristian Ruppert
2011-12-11fix compile errorWilliam Hubbs
2011-12-11Allow init scripts to be executed with a relative pathWilliam Hubbs
2011-11-19rc: usage: do not output non-printable short options in usageMike Frysinger
2011-11-19rc: usage: optimize help string alignment output a littleMike Frysinger
2011-11-19rc: fix style around case_RC_COMMON_GETOPTMike Frysinger
2011-11-19make shell math operations style more succulentMike Frysinger
2011-11-17Fix compile warningWilliam Hubbs
2011-11-16add support for extra_stopped_commandsWilliam Hubbs