aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-12-20drop unused copyright variablesMike Frysinger
2021-12-20change getopt definition to elide pointer storageMike Frysinger
2021-12-12rc-status: fix uptime types and simplifyDoug Freed
2021-11-27src/rc/rc-selinux.c: fix use of deprecated security_context_tSam James
2021-11-20meson: link against libcrypt for SELinux if no PAMSam James
2021-11-12src/librc/librc-daemon.c: add missing include for kill (fix uclibc)Sam James
2021-11-12src/librc/librc-misc.c: add missing include for fileno (fix uclibc)Sam James
2021-11-12Added missing comma in openrc/src/rcEric Turgeon
2021-11-12openrc-init: fix build for selinuxWilliam Hubbs
2021-10-08selinux build fixWilliam Hubbs
2021-10-07checkpath: fix allocation size of path bufferSam James
2021-10-04fix build for selinuxWilliam Hubbs
2021-10-02build: fix pam and pam_misc dependenciesWilliam Hubbs
2021-09-21move rc_bindir and rc_sbindir definitions to the top levelWilliam Hubbs
2021-09-18link runscript with auditWilliam Hubbs
2021-09-18link openrc-run with audit and libpam_miscWilliam Hubbs
2021-09-09Fix undeclared UT_LINESIZEJakub Jirutka
2021-09-09fix build under musl 1.2 on 32 bit systemsAriadne Conill
2021-09-08meson: typo fixWilliam Hubbs
2021-09-06build: change root_prefix to rootprefixWilliam Hubbs
2021-09-04add meson build filesWilliam Hubbs
2021-08-17supervise-daemon: implement SSD_IONICELEVELMatt Whitlock
2021-08-13move supervise-daemon out of experimental statuskyoreln
2021-08-13Revert "openrc-init: ignore an empty string in argv[1]"William Hubbs
2021-08-13librc: fix rc_runlevel_exists return for empty stringWilliam Hubbs
2021-08-12openrc-init: ignore an empty string in argv[1]Mike Gilbert
2021-04-15checkpath: fix code to walk the directory pathWilliam Hubbs
2021-04-13checkpath: remove extra slashes from pathsWilliam Hubbs
2021-04-13style fixWilliam Hubbs
2021-03-22stop namespaced services with specified pidsWilliam Hubbs
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