summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-09tests: add basic rc-service testsorigin/testsAnna (navi) Figueiredo Gomes
2025-12-08openrc-run.sh: use RC_LIBEXECDIR from the environmentAnna (navi) Figueiredo Gomes
2025-12-08shared/misc: allow RC_SVCDIR and RC_PATH in the env_allowlistAnna (navi) Figueiredo Gomes
2025-12-08librc-depend: allow overriding gendepends.sh from rc_svcdirAnna (navi) Figueiredo Gomes
2025-12-08rc: don't run tests on pushed to non-master branchesAnna (navi) Figueiredo Gomes
2025-12-08openrc-run.sh: fix cgroup permission checkAnna (navi) Figueiredo Gomes
2025-12-08openrc-run.sh: Add missing /conf.d path suffixAnna (navi) Figueiredo Gomes
2025-12-05meson.build: expose initdir and confdir on pkg-configAnna (navi) Figueiredo Gomes
2025-12-05openrc-run: load conf.d from RC_PATHAnna (navi) Figueiredo Gomes
2025-12-05env_config: export RC_PATH from scriptdirsAnna (navi) Figueiredo Gomes
2025-12-05librc: add dynamic init.d and conf.d path resolutionAnna (navi) Figueiredo Gomes
2025-12-05librc: read RC_SVCDIR from the environmentAnna (navi) Figueiredo Gomes
2025-12-05librc: check rc_dirs.*dir directly in rc_*dir functionsAnna (navi) Figueiredo Gomes
2025-12-04librc: check of invalid rc_dir in rc_dirfd()Anna (navi) Figueiredo Gomes
2025-11-19supervise-daemon: fix failure when notify fd matches pipe fdAnna (navi) Figueiredo Gomes
2025-11-18s6-svscanboot: launch s6-svscan with notify=fd:4Laurent Bercot
2025-11-18start-stop-daemon.c: fix failure case on --notify fd:4Laurent Bercot
2025-11-18Add compatibility mode for s6 supportLaurent Bercot
2025-11-13openrc-run: error check posix_spawn_file_actions_* callsAnna (navi) Figueiredo Gomes
2025-11-13init.d/*: check if RC_CACHEDIR is writtableAnna (navi) Figueiredo Gomes
2025-11-13checkpath: allow -W with -f, -d, -pAnna (navi) Figueiredo Gomes
2025-11-13checkpath: don't break the format stringAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use goto errAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use mkfifoatAnna (navi) Figueiredo Gomes
2025-11-13checkpath: factor openat call out of switchAnna (navi) Figueiredo Gomes
2025-11-13checkpath: split out create code into a functionAnna (navi) Figueiredo Gomes
2025-11-13checkpath: pass TRUNC to initial opening flags if usedAnna (navi) Figueiredo Gomes
2025-11-13checkpath: unify default mode checkAnna (navi) Figueiredo Gomes
2025-11-13checkpath: formatting: check conditions in-placeAnna (navi) Figueiredo Gomes
2025-11-13checkpath: remove unnecessary memsetAnna (navi) Figueiredo Gomes
2025-11-13checkpath: unify umask call when creating $pathAnna (navi) Figueiredo Gomes
2025-11-13checkpath: simplify open flagsAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use result of basename_c(path) directlyAnna (navi) Figueiredo Gomes
2025-11-13checkpath: formatting: unify variable declarationsAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use switch over if-else chainAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use early returnsAnna (navi) Figueiredo Gomes
2025-11-13checkpath: formatting: use single quotes over backtickAnna (navi) Figueiredo Gomes
2025-11-13checkpath: formatting: remove odd line breaksAnna (navi) Figueiredo Gomes
2025-11-13init.d/localmount: remove sourcing of rc-mount.shAnna (navi) Figueiredo Gomes
2025-11-13shared/misc: close exclusive fd on exec_serviceAnna (navi) Figueiredo Gomes
2025-11-12openrc-run: fix path to openrc-run.shAnna (navi) Figueiredo Gomes
2025-11-12openrc-user: use /bin/sh if user's login shell is not in /etc/shellsAnna (navi) Figueiredo Gomes
2025-11-12openrc-run: formatting changesAnna (navi) Figueiredo Gomes
2025-11-12shared/misc.c: use posix_spawn in exec_serviceAnna (navi) Figueiredo Gomes
2025-11-12openrc-run: use posix_spawnAnna (navi) Figueiredo Gomes
2025-11-12openrc-run: cleanup svc_execAnna (navi) Figueiredo Gomes
2025-11-12do_unmount: add parallel unmountingNRK
2025-11-12rc.conf: change default fuser_timeout to 20 secondsNRK
2025-11-12sh/init.sh.Linux: make uucp group configurableAnna (navi) Figueiredo Gomes
2025-11-08supervise-daemon: reverse meaning of respawn-delay value warningAster Boese