Age | Commit message (Expand) | Author |
2018-02-06 | man/openrc-run.8: add missing "Xo" tags for fstabinfo and mountinfo. | Michael Orlitzky |
2018-01-24 | service-script-guide.md cleanups | William Hubbs |
2018-01-24 | typo fix | William Hubbs |
2018-01-23 | checkpath: use fchown and fchmod to handle ownership and mode changes | William Hubbs |
2018-01-16 | checkpath: fix lchown error message | William Hubbs |
2018-01-16 | _rc_deptree_load - return NULL if the stat() call is not successful | William Hubbs |
2018-01-12 | Reformat and fix titles in documentation | William Hubbs |
2018-01-11 | Rename guide.md to user-guide.md to better describe its purpose | William Hubbs |
2018-01-10 | move developer documentation from guide.md to service-script-guide.md | William Hubbs |
2018-01-09 | checkpath: use lchown instead of chown | William Hubbs |
2018-01-08 | service-script-guide.md: formatting changes | William Hubbs |
2018-01-08 | service-script-guide.md: new guide for service script authors. | Michael Orlitzky |
2018-01-05 | net-online: only process symbolic links in /sys/class/net | 3PO |
2017-12-20 | init.d.examples: pid files always go in /var | William Hubbs |
2017-12-14 | procfs: remove the @sysconfdir@ reference | William Hubbs |
2017-12-14 | hostname: replace @SYSCONFDIR@ references with /etc | William Hubbs |
2017-12-14 | hwclock: use shell variables for configuration file path | William Hubbs |
2017-12-14 | sysctl: hard code paths for sysctl files on *bsd | William Hubbs |
2017-12-14 | local: misc cleanups | William Hubbs |
2017-12-14 | devfs: cleanup | William Hubbs |
2017-12-12 | net-online: wait for ping_test_host | bell07 |
2017-12-12 | network: use 'command -v ip' to test for the ip executable | William Hubbs |
2017-12-12 | Do not use file tests in net-online | William Hubbs |
2017-12-11 | net-online: clean up quoting and test for existence | William Hubbs |
2017-12-11 | Gracefully handle unreadable /sys/class/net/dev/ nodes | Marcel Greter |
2017-12-07 | Make bash-completion and zsh-completion optional | William Hubbs |
2017-12-07 | Add zsh-completion support | William Hubbs |
2017-12-06 | add bash completion support | William Hubbs |
2017-12-04 | rc-service: add --ifcrashed option | William Hubbs |
2017-12-01 | Clean up the calls to group_add_service | William Hubbs |
2017-11-30 | man/openrc-run.8: update documentation for command_user | William Hubbs |
2017-11-30 | Fix repeated dependency cache rebuild if clock skewed | Will Miles |
2017-11-29 | man/openrc-run.8: remove white space | Julien Reichardt |
2017-11-29 | add more variables for start-stop-daemon and supervise-daemon options | Julien Reichardt |
2017-11-29 | start-stop-daemon: properly handle missing pidfile | Doug Freed |
2017-11-28 | split cgroups mounting out of sysfs | William Hubbs |
2017-11-27 | fix FreeBSD build | William Hubbs |
2017-11-19 | rc-schedules: if given nothing to look for, stop | Doug Freed |
2017-11-16 | s6 supervisor fixes | William Hubbs |
2017-11-14 | strongly encourage Linux users to not make /etc/mtab a flat file | William Hubbs |
2017-11-14 | adjust mtab and localmount dependencies | William Hubbs |
2017-11-13 | rc_find_pids: namespace fix | William Hubbs |
2017-11-07 | start-stop-daemon: do not use do_stop to verify whether a daemon is running | William Hubbs |
2017-10-30 | fix issue with --reexec call | William Hubbs |
2017-10-27 | supervise-daemon: use RC_SVCNAME as the first argument to the daemon | William Hubbs |
2017-10-27 | supervise-daemon: fix logging for reexec and the child command line | William Hubbs |
2017-10-27 | log as supervise-daemon not the service | William Hubbs |
2017-10-26 | supervise-daemon: clarify a log message | William Hubbs |
2017-10-26 | supervise-daemon: log the command line we run to spawn the child process | William Hubbs |
2017-10-26 | supervise-daemon: log with the service name instead of "supervise-daemon" | William Hubbs |