aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02-10helpers.h: silence compiler warnings about xasprintfWilliam Hubbs
2018-02-10xasprintf: exit if return value of vsnprintf is invalidWilliam Hubbs
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