Age | Commit message (Expand) | Author |
2018-05-15 | openrc-run: respect the RC_NODEPS environment variable | William Hubbs |
2018-05-15 | Add RC_DEBUG and RC_NODEPS to environment whitelist | William Hubbs |
2018-05-14 | openrc-run: respect the IN_DRYRUN environment variable | William Hubbs |
2018-05-14 | rc-misc.c: Add IN_DRYRUN to environment whitelist | William Hubbs |
2018-05-14 | rc-service: add a --dry-run option | William Hubbs |
2018-05-10 | Revert "Logger: only log printable characters and newlines" | William Hubbs |
2018-05-09 | Logger: only log printable characters and newlines | William Hubbs |
2018-05-02 | start-stop-daemon: don't fail stopping if pidfile is gone | Andrey Utkin |
2018-03-21 | rc-update: fix typo | Scall |
2018-03-14 | supervise-daemon: fix off-by-one error | William Hubbs |
2018-03-01 | openrc-run: fix memory size (#213) | Chris Cromer |
2018-02-27 | supervise-daemon: make an error message more verbose | William Hubbs |
2018-02-26 | fstabinfo: fix an error message | William Hubbs |
2018-02-26 | openrc: remove unused #define's. | William Hubbs |
2018-02-26 | openrc: convert another execl() call to execlp() | William Hubbs |
2018-02-26 | openrc-init: convert execl calls to execlp | William Hubbs |
2018-02-24 | kill_all: change execl call to execlp | William Hubbs |
2018-02-24 | openrc-init: set a default path | William Hubbs |
2018-02-22 | openrc: force deptree update for sysinit runlevel | William Hubbs |
2018-02-22 | supervise-daemon: zero out the cmdline buffer when it is allocated | William Hubbs |
2018-02-21 | start-stop-daemon: compiler warning cleanup | William Hubbs |
2018-02-21 | openrc-run: clean up a compiler warning | William Hubbs |
2018-02-21 | supervise-daemon: remove references to PATH_MAX | William Hubbs |
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-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 |