aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-10-19rc.c: use a flag instead of environment variables change the lockfileAnna (navi) Figueiredo Gomes
2023-10-19misc.c: use userenv_whitelist in the env filteringAnna (navi) Figueiredo Gomes
2023-10-19openrc-pam: Use the entire PAM environmentNaomi Calabretta
2023-10-19misc.c: export the right paths when in user modeAnna (navi) Figueiredo Gomes
2023-10-19openrc-run: in user mode, change to homedir instead of /Anna (navi) Figueiredo Gomes
2023-10-19openrc-pam: allow to define runlevels by the argumentsAnna (navi) Figueiredo Gomes
2023-10-19librc: introduce recursive_mkdir()Anna (navi) Figueiredo Gomes
2023-10-19openrc-pam: Grab XDG_RUNTIME_DIR from pam and re-export it for openrcAnna (navi) Figueiredo Gomes
2023-10-19openrc-pam: Add syslog logs for opening, closing and runing a runlevelAnna (navi) Figueiredo Gomes
2023-10-19librc: disallow user scripts as rootAnna (navi) Figueiredo Gomes
2023-10-19librc: add paths to errorx mkdir callsAnna (navi) Figueiredo Gomes
2023-10-19openrc: rework pathing functionsAnna (navi) Figueiredo Gomes
2023-10-19openrc: create lockfile for --user.Anna (navi) Figueiredo Gomes
2023-10-19openrc-pam: introduction of a PAM module for --userAnna (navi) Figueiredo Gomes
2023-10-19openrc: Add the correct path for logs as userAnna (navi) Figueiredo Gomes
2023-10-19librc: Move sysconf dir to ~/.config/openrc/...Anna (navi) Figueiredo Gomes
2023-10-19librc: Allow user to override system-wide rc.confAnna (navi) Figueiredo Gomes
2023-10-19librc: Use getpwuid instead of ${HOME} to get user's home directory.Anna (navi) Figueiredo Gomes
2023-10-19openrc: Add support for user services.Anna (navi) Figueiredo Gomes
2023-10-19librc: skeleton of user services supportAnna (navi) Figueiredo Gomes
2023-10-03Relocate pipes.c and pipes.h file to shared directory.Lexxy Fox
2023-10-03supervise-daemon: implement output_logger and error_logger.Lexxy Fox
2023-09-12misc: add syscall fallback for close_range for musl libcNatanael Copa
2023-09-12start-stop-daemon: set fds to CLOEXEC instead of closingNatanael Copa
2023-09-12misc: add cloexec_fds_from() helper functionNatanael Copa
2023-09-12supervise-daemon: rename HAVE_CLOSE_RANGE_EXEC to HAVE_CLOSE_RANGENatanael Copa
2023-08-29Don't re-define strlcpy/strlcat with >=glibc-2.38Sam James
2023-07-26rc: fix automatic restart with runlevel-specific conf.d filesSven Wegener
2023-05-14einfo: fix vewend applet argsOskari Pirhonen
2023-05-10librc: allow overriding rc_interactive on kernel command lineSam James
2023-04-24openrc-run: fix rc_parallel race in svc_execDominique Martinet
2023-04-24openrc-run: silence lock failures with --no-depsDominique Martinet
2023-04-24openrc-run: remove kludge in restart --no-depsDominique Martinet
2023-04-24rc: use LIST_FOREACH_SAFE in cleanup()NRK
2023-04-24rc: block SIGCHLD during pid list operationsNRK
2023-04-24rc: avoid calling free inside SIGCHLD handlerNRK
2023-04-24fstabinfo: deal with EINTR in waitpid callNRK
2023-04-24fstabinfo: replace vfork with posix_spawnpNRK
2023-04-23einfo.h: fix EINFO_RESTRICT macro usageOskari Pirhonen
2023-04-20shared: fix pointer type in UNCONSTSam James
2023-04-19Rename attribute macros to namespaced RC_*Sam James
2023-02-16seedrng: fix copyright yearNRK
2023-02-15rc-status: comment consistecyanon
2023-02-15rc-status: all flags respect '-f'anon
2023-02-05seedrng: fix memory leak reported by clang-tidyNRK
2023-01-30start-stop-daemon: avoid malloc inside sig-handlerNRK
2023-01-30openrc-run: avoid malloc inside sig-handlerNRK
2023-01-29value: missing includes from IWYUSam James
2023-01-29swclock: missing includes from IWYUSam James
2023-01-29supervise-daemon: missing includes from IWYUSam James