Age | Commit message (Expand) | Author |
2018-02-21 | rc.c: remove PATH_MAX references | William Hubbs |
2018-02-20 | rc-selinux.c: remove references to path_max | William Hubbs |
2018-02-20 | rc-plubin.c: remove references to PATH_MAX | William Hubbs |
2018-02-20 | rc-misc.c: remove references to PATH_MAX | William Hubbs |
2018-02-16 | start-stop-daemon: clean up string handling | William Hubbs |
2018-02-15 | openrc-run: clean up string handling | William Hubbs |
2018-02-15 | rc-update: remove reference to PATH_MAX | William Hubbs |
2018-02-14 | mountinfo: create strings with xasprintf | William Hubbs |
2018-02-14 | kill_all: create strings with xasprintf | William Hubbs |
2018-02-10 | helpers.h: silence compiler warnings about xasprintf | William Hubbs |
2018-02-10 | xasprintf: exit if return value of vsnprintf is invalid | William Hubbs |
2018-02-09 | helpers.h: add xasprintf function | William Hubbs |
2018-02-09 | helpers.h: style fix | William Hubbs |
2018-02-06 | man/openrc-run.8: fix mountinfo args. | Michael Orlitzky |
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 |