aboutsummaryrefslogtreecommitdiff
path: root/src/rc
AgeCommit message (Expand)Author
2021-02-22start-stop-daemon: Fix off by ones when checking for RC_* envvarsDisconnect3d
2021-02-22supervise-daemon: Fix off by ones when checking for RC_* envvarsDisconnect3d
2021-02-22Support docker and lxc stopRin Cat
2020-12-20rc-status: Remove noise from ini-formatted outputManuel RĂ¼ger
2020-11-29supervise-daemon: do not spawn a process if we are exitingWilliam Hubbs
2020-11-27src/rc/checkpath.c: replace mkdir() with mkdirat().Michael Orlitzky
2020-11-27src/rc/checkpath.c: fix typo "synbolic" -> "symbolic".Michael Orlitzky
2020-11-27start-stop-daemon, supervise-daemon: fix parsing of usernames passed via --us...Johannes Heimansberg
2020-11-20start-stop-daemon: Don't segfault if --exec was given a non-existing file nameLars Wendler
2020-11-20checkpath: fix CVE-2018-21269William Hubbs
2020-09-25supervise-daemon: only log debug logs when verbose mode is activeWilliam Hubbs
2020-01-19src/rc/rc-logger.h: fix build failure against gcc-10Sergei Trofimovich
2020-01-11supervise-daemon: Fix segfault when executable does not existWolf
2019-12-05openrc-shutdown.c: typo fixWilliam Hubbs
2019-08-20fix clang buildWilliam Hubbs
2019-08-19fix single user modeWilliam Hubbs
2019-08-15fix sysvinit compatibilityWilliam Hubbs
2019-07-25add ability for openrc-shutdown to communicate with sysvinitWilliam Hubbs
2019-07-24Fix build with ClangMartin Wilke
2019-03-29supervise-daemon: allow --respawn-max to be zeroWilliam Hubbs
2019-02-25openrc-init: fix waitpid checksWilliam Hubbs
2019-02-15rc-status: style fixesWilliam Hubbs
2019-02-15rc-status: add -f option to allow formatting outputWilliam Hubbs
2019-02-14rc-status.c: small style changesWilliam Hubbs
2019-02-12improve shutdown documentationWilliam Hubbs
2018-12-28start-stop-daemon: fix compiler warningWilliam Hubbs
2018-12-27fix leading whitespacephilhofer
2018-12-27fix potential out-of-bounds readsphilhofer
2018-12-25Do not use UT_LINESIZE or __UT_LINESIZEWilliam Hubbs
2018-12-24src/rc/supervise-daemon.c: formatting fixesphilhofer
2018-12-23src/rc/supervise-daemon.c: do not pass NULL to strcmpphilhofer
2018-12-23src/rc/openrc-run.c: remove duplicate statementphilhofer
2018-12-21fix compiler warningsWilliam Hubbs
2018-12-20supervise-daemon: do not use the exec_service() functionWilliam Hubbs
2018-12-18Add debug logging to start-stop-daemon and rc-supervisorWilliam Hubbs
2018-12-06supervise-daemon: fix busy loopWilliam Hubbs
2018-12-04supervise-daemon: redirect std{in,out,err} to /dev/null after demonizingAlexander Zubkov
2018-12-03src/rc/supervise-daemon.c: fix style issueAustin English
2018-12-03rc-status: show status for supervised services instead of a listWilliam Hubbs
2018-12-03supervise-daemon: use a default pid file if one is not specifiedWilliam Hubbs
2018-12-02rc-status: add --supervised option to show supervised servicesWilliam Hubbs
2018-12-02rc-status: show failed services as failedWilliam Hubbs
2018-12-02supervise-daemon: mark a service failed if it respawns too many timesWilliam Hubbs
2018-12-02supervise-daemon: make respawn-max and respawn-period independent settingsWilliam Hubbs
2018-12-02supervise-daemon: add support for a fifoWilliam Hubbs
2018-12-02supervise-daemon: rework signal handling and main loopWilliam Hubbs
2018-12-02Revert "checkpath: use O_PATH when available"William Hubbs
2018-12-01checkpath: use O_PATH when availableMike Gilbert
2018-11-28supervise-daemon: fix type of exiting flagWilliam Hubbs
2018-11-27src/rc/openrc-shutdown.c: fix styleAustin English