Age | Commit message (Expand) | Author |
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-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-09 | checkpath: use lchown instead of chown | William Hubbs |
2017-12-04 | rc-service: add --ifcrashed option | William Hubbs |
2017-11-30 | Fix repeated dependency cache rebuild if clock skewed | Will Miles |
2017-11-29 | start-stop-daemon: properly handle missing pidfile | Doug Freed |
2017-11-27 | fix FreeBSD build | William Hubbs |
2017-11-19 | rc-schedules: if given nothing to look for, stop | Doug Freed |
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 |
2017-10-26 | implement "unsupervised" status | William Hubbs |
2017-10-26 | supervise-daemon: remove child_pid from saved options during shutdown | William Hubbs |
2017-10-26 | rc_service_value_set: remove the option if NULL is the value | William Hubbs |
2017-10-24 | supervise-daemon: fix build issue for >=glibc-2.26 | William Hubbs |
2017-10-24 | rc_find_pids: ignore pids that are not in our pid namespace | William Hubbs |
2017-10-24 | supervise-daemon: multiple fixes | William Hubbs |
2017-10-18 | supervise-daemon: elevate some log messages to warnings | William Hubbs |
2017-10-05 | fix compiler warning | William Hubbs |
2017-10-02 | remove service binary | William Hubbs |
2017-09-18 | ignore sigchld when shutting down the supervised process | William Hubbs |
2017-09-18 | typo fix | William Hubbs |
2017-09-18 | typo fix | William Hubbs |
2017-09-18 | supervise-daemon: code cleanup | William Hubbs |
2017-09-18 | initialize the stop schedule | William Hubbs |
2017-09-17 | rc-schedules.c: pass the correct pid to rc_find_pids | William Hubbs |
2017-09-17 | selinux: fix const qualifier warning | Jason Zaman |
2017-09-17 | selinux: use openrc contexts path to get contexts | Jason Zaman |
2017-09-14 | add quiet switch to do_stop in src-schedules.c | William Hubbs |
2017-09-06 | add quiet parameter to run_stop_schedule | William Hubbs |
2017-09-06 | add retry option to supervise-daemon | William Hubbs |
2017-08-25 | make run_stop_schedule accept a pid instead of a pid file | William Hubbs |
2017-08-24 | start-stop-daemon: move --retry processing code to a shared module | William Hubbs |
2017-08-23 | move get_pid function to a shared file | William Hubbs |
2017-07-24 | fix ENT macro usage | Jason Graham |
2017-06-08 | kill_all: include limits.h for PATH_MAX | Jory A. Pratt |