Age | Commit message (Expand) | Author |
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-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-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-24 | supervise-daemon: fix build issue for >=glibc-2.26 | 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 |
2017-06-08 | fix compile issue for musl | William Hubbs |
2017-06-05 | openrc-shutdown: add --single option and clean up option processing | William Hubbs |
2017-06-04 | add support for writing reboot and shutdown records to wtmp | William Hubbs |
2017-05-30 | openrc-init: fix buffer overflow in init.ctl | Sergei Trofimovich |
2017-05-30 | rc-logger.c: fix crash on fclose(NULL) (#137) | Sergei Trofimovich |
2017-05-22 | openrc-shutdown: add dry-run option | William Hubbs |
2017-05-22 | openrc-shutdown: move to single user mode by default | William Hubbs |
2017-05-22 | init: add ability to switch to single user mode | William Hubbs |
2017-05-19 | add kill_all helper | William Hubbs |
2017-05-15 | rc_status: calculate time differences in time_t and display seconds in uptime | William Hubbs |