Age | Commit message (Expand) | Author |
2019-01-21 | zsh-completion: _rc-service fix flag/command combinations | Felix Neumärker |
2019-01-18 | man/openrc.8: add openrc-run.8 to see also | Kim Jahn |
2019-01-01 | man: supervise-daemon: fix various style issues | Mike Frysinger |
2018-12-29 | travis-ci: add IRC notifications | William Hubbs |
2018-12-28 | start-stop-daemon: fix compiler warning | William Hubbs |
2018-12-27 | bash-completions/rc-service: allow tab to be used again | William Hubbs |
2018-12-27 | scripts: fix halt, poweroff and reboot wrappers | artoo |
2018-12-27 | fix leading whitespace | philhofer |
2018-12-27 | fix potential out-of-bounds reads | philhofer |
2018-12-25 | Do not use UT_LINESIZE or __UT_LINESIZE | William Hubbs |
2018-12-24 | src/librc/librc-daemon.c: fix buffer overrun in pid_is_argv | philhofer |
2018-12-24 | src/rc/supervise-daemon.c: formatting fixes | philhofer |
2018-12-23 | remove /run migration script again | William Hubbs |
2018-12-23 | src/rc/supervise-daemon.c: do not pass NULL to strcmp | philhofer |
2018-12-23 | src/rc/openrc-run.c: remove duplicate statement | philhofer |
2018-12-23 | Revert "remove /run migration script" | William Hubbs |
2018-12-23 | remove /run migration script | William Hubbs |
2018-12-21 | fix compiler warnings | William Hubbs |
2018-12-20 | supervise-daemon: do not use the exec_service() function | William Hubbs |
2018-12-18 | Add debug logging to start-stop-daemon and rc-supervisor | William Hubbs |
2018-12-08 | standardize the default shell | William Hubbs |
2018-12-07 | rc-cgroup.sh: remove shebang line | William Hubbs |
2018-12-06 | init.d/agetty: set default respawn period to 60 seconds | William Hubbs |
2018-12-06 | supervise-daemon: fix busy loop | William Hubbs |
2018-12-04 | supervise-daemon: redirect std{in,out,err} to /dev/null after demonizing | Alexander Zubkov |
2018-12-03 | version 0.41 | William Hubbs |
2018-12-03 | Update ChangeLog | William Hubbs |
2018-12-03 | misc: make checks always fatal | Austin English |
2018-12-03 | src/rc/supervise-daemon.c: fix style issue | Austin English |
2018-12-03 | rc-status: show status for supervised services instead of a list | William Hubbs |
2018-12-03 | Update supervise-daemon man page | William Hubbs |
2018-12-03 | supervise-daemon.sh: drop the unused stopsig variable | William Hubbs |
2018-12-03 | supervise-daemon: use a default pid file if one is not specified | William Hubbs |
2018-12-02 | rc-status: add --supervised option to show supervised services | William Hubbs |
2018-12-02 | rc-status: show failed services as failed | William Hubbs |
2018-12-02 | supervise-daemon: mark a service failed if it respawns too many times | William Hubbs |
2018-12-02 | supervise-daemon: make respawn-max and respawn-period independent settings | William Hubbs |
2018-12-02 | supervise-daemon: add support for a fifo | William Hubbs |
2018-12-02 | supervise-daemon: rework signal handling and main loop | William Hubbs |
2018-12-02 | Revert "checkpath: use O_PATH when available" | William Hubbs |
2018-12-01 | checkpath: use O_PATH when available | Mike Gilbert |
2018-11-29 | rc.conf: typo fix | William Hubbs |
2018-11-28 | supervise-daemon: fix type of exiting flag | William Hubbs |
2018-11-27 | src/tests/runtests.sh: add a FATAL_CHECKS variable to make whitespace/etc. fatal | Austin English |
2018-11-27 | src/rc/openrc-shutdown.c: fix style | Austin English |
2018-11-27 | fix misc whitespace issues | Austin English |
2018-11-27 | give TravisCI a try | Austin English |
2018-11-18 | sh/functions.sh.in: return a different value for invalid input in yesno() | Austin English |
2018-11-15 | supervise-daemon: make the pidfile an implementation detail | William Hubbs |
2018-11-15 | Do not complain if interrupted by a signal | William Hubbs |