aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-09helpers.h: add xasprintf functionWilliam Hubbs
2018-02-09helpers.h: style fixWilliam Hubbs
2018-02-06man/openrc-run.8: fix mountinfo args.Michael Orlitzky
2018-02-06man/openrc-run.8: add missing "Xo" tags for fstabinfo and mountinfo.Michael Orlitzky
2018-01-24service-script-guide.md cleanupsWilliam 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-12Reformat and fix titles in documentationWilliam Hubbs
2018-01-11Rename guide.md to user-guide.md to better describe its purposeWilliam Hubbs
2018-01-10move developer documentation from guide.md to service-script-guide.mdWilliam Hubbs
2018-01-09checkpath: use lchown instead of chownWilliam Hubbs
2018-01-08service-script-guide.md: formatting changesWilliam Hubbs
2018-01-08service-script-guide.md: new guide for service script authors.Michael Orlitzky
2018-01-05net-online: only process symbolic links in /sys/class/net3PO
2017-12-20init.d.examples: pid files always go in /varWilliam Hubbs
2017-12-14procfs: remove the @sysconfdir@ referenceWilliam Hubbs
2017-12-14hostname: replace @SYSCONFDIR@ references with /etcWilliam Hubbs
2017-12-14hwclock: use shell variables for configuration file pathWilliam Hubbs
2017-12-14sysctl: hard code paths for sysctl files on *bsdWilliam Hubbs
2017-12-14local: misc cleanupsWilliam Hubbs
2017-12-14devfs: cleanupWilliam Hubbs
2017-12-12net-online: wait for ping_test_hostbell07
2017-12-12network: use 'command -v ip' to test for the ip executableWilliam Hubbs
2017-12-12Do not use file tests in net-onlineWilliam Hubbs
2017-12-11net-online: clean up quoting and test for existenceWilliam Hubbs
2017-12-11Gracefully handle unreadable /sys/class/net/dev/ nodesMarcel Greter
2017-12-07Make bash-completion and zsh-completion optionalWilliam Hubbs
2017-12-07Add zsh-completion supportWilliam Hubbs
2017-12-06add bash completion supportWilliam Hubbs
2017-12-04rc-service: add --ifcrashed optionWilliam Hubbs
2017-12-01Clean up the calls to group_add_serviceWilliam Hubbs
2017-11-30man/openrc-run.8: update documentation for command_userWilliam Hubbs
2017-11-30Fix repeated dependency cache rebuild if clock skewedWill Miles
2017-11-29man/openrc-run.8: remove white spaceJulien Reichardt
2017-11-29add more variables for start-stop-daemon and supervise-daemon optionsJulien Reichardt
2017-11-29start-stop-daemon: properly handle missing pidfileDoug Freed
2017-11-28split cgroups mounting out of sysfsWilliam Hubbs
2017-11-27fix FreeBSD buildWilliam Hubbs
2017-11-19rc-schedules: if given nothing to look for, stopDoug Freed
2017-11-16s6 supervisor fixesWilliam Hubbs
2017-11-14strongly encourage Linux users to not make /etc/mtab a flat fileWilliam Hubbs
2017-11-14adjust mtab and localmount dependenciesWilliam Hubbs
2017-11-13rc_find_pids: namespace fixWilliam Hubbs
2017-11-07start-stop-daemon: do not use do_stop to verify whether a daemon is runningWilliam Hubbs
2017-10-30fix issue with --reexec callWilliam Hubbs
2017-10-27supervise-daemon: use RC_SVCNAME as the first argument to the daemonWilliam Hubbs
2017-10-27supervise-daemon: fix logging for reexec and the child command lineWilliam Hubbs
2017-10-27log as supervise-daemon not the serviceWilliam Hubbs