aboutsummaryrefslogtreecommitdiff
path: root/src/rc
AgeCommit message (Expand)Author
2018-06-14fix a typoWilliam Hubbs
2018-06-13Add helper to spawn process with stdin connected to a pipeMike Gilbert
2018-05-22Logger: only log printable characters and newlinesWilliam Hubbs
2018-05-22Add mark_service_crashed binaryWilliam Hubbs
2018-05-22rc-misc: add the crashed stateWilliam Hubbs
2018-05-18Remove the _rc_can_find_pids functionWilliam Hubbs
2018-05-16rc-service: add --ifstarted and --ifstopped optionsWilliam Hubbs
2018-05-15rc-service: add -d/--debug and -D/--nodeps optionsWilliam Hubbs
2018-05-15openrc-run: respect the RC_NODEPS environment variableWilliam Hubbs
2018-05-15Add RC_DEBUG and RC_NODEPS to environment whitelistWilliam Hubbs
2018-05-14openrc-run: respect the IN_DRYRUN environment variableWilliam Hubbs
2018-05-14rc-misc.c: Add IN_DRYRUN to environment whitelistWilliam Hubbs
2018-05-14rc-service: add a --dry-run optionWilliam Hubbs
2018-05-10Revert "Logger: only log printable characters and newlines"William Hubbs
2018-05-09Logger: only log printable characters and newlinesWilliam Hubbs
2018-05-02start-stop-daemon: don't fail stopping if pidfile is goneAndrey Utkin
2018-03-21rc-update: fix typoScall
2018-03-14supervise-daemon: fix off-by-one errorWilliam Hubbs
2018-03-01openrc-run: fix memory size (#213)Chris Cromer
2018-02-27supervise-daemon: make an error message more verboseWilliam Hubbs
2018-02-26fstabinfo: fix an error messageWilliam Hubbs
2018-02-26openrc: remove unused #define's.William Hubbs
2018-02-26openrc: convert another execl() call to execlp()William Hubbs
2018-02-26openrc-init: convert execl calls to execlpWilliam Hubbs
2018-02-24kill_all: change execl call to execlpWilliam Hubbs
2018-02-24openrc-init: set a default pathWilliam Hubbs
2018-02-22openrc: force deptree update for sysinit runlevelWilliam Hubbs
2018-02-22supervise-daemon: zero out the cmdline buffer when it is allocatedWilliam Hubbs
2018-02-21start-stop-daemon: compiler warning cleanupWilliam Hubbs
2018-02-21openrc-run: clean up a compiler warningWilliam Hubbs
2018-02-21supervise-daemon: remove references to PATH_MAXWilliam Hubbs
2018-02-21rc.c: remove PATH_MAX referencesWilliam Hubbs
2018-02-20rc-selinux.c: remove references to path_maxWilliam Hubbs
2018-02-20rc-plubin.c: remove references to PATH_MAXWilliam Hubbs
2018-02-20rc-misc.c: remove references to PATH_MAXWilliam Hubbs
2018-02-16start-stop-daemon: clean up string handlingWilliam Hubbs
2018-02-15openrc-run: clean up string handlingWilliam Hubbs
2018-02-15rc-update: remove reference to PATH_MAXWilliam Hubbs
2018-02-14mountinfo: create strings with xasprintfWilliam Hubbs
2018-02-14kill_all: create strings with xasprintfWilliam Hubbs
2018-01-24typo fixWilliam Hubbs
2018-01-23checkpath: use fchown and fchmod to handle ownership and mode changesWilliam Hubbs
2018-01-16checkpath: fix lchown error messageWilliam Hubbs
2018-01-16_rc_deptree_load - return NULL if the stat() call is not successfulWilliam Hubbs
2018-01-09checkpath: use lchown instead of chownWilliam Hubbs
2017-12-04rc-service: add --ifcrashed optionWilliam Hubbs
2017-11-29start-stop-daemon: properly handle missing pidfileDoug Freed
2017-11-27fix FreeBSD buildWilliam Hubbs
2017-11-19rc-schedules: if given nothing to look for, stopDoug Freed
2017-11-07start-stop-daemon: do not use do_stop to verify whether a daemon is runningWilliam Hubbs