summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-11-19*-daemon: always call setgroups, defaulting to count = 0origin/setgroups-zeroAnna (navi) Figueiredo Gomes
2025-11-18start-stop-daemon.c: fix failure case on --notify fd:4Laurent Bercot
2025-11-13openrc-run: error check posix_spawn_file_actions_* callsAnna (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-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-08supervise-daemon: reverse meaning of respawn-delay value warningAster Boese
2025-10-18Expand minimum padding to 26 in rc-updateTomas Fabrizio Orsi
2025-09-20librc: use xasprintf in rc_service_descriptionAnna (navi) Figueiredo Gomes
2025-09-20librc: use xasprintf in rc_service_extra_commandsAnna (navi) Figueiredo Gomes
2025-09-20librc: use statically sized array over constant xmalloc in file_regexAnna (navi) Figueiredo Gomes
2025-09-20librc: remove d->d_name, not pathname, in rm_dir loopAnna (navi) Figueiredo Gomes
2025-09-16librc-depend: fix rc.conf.d/*.conf mtime not checkedSertonix
2025-09-10openrc: disable --override and krunlevel for user servicesAnna (navi) Figueiredo Gomes
2025-09-07pam_openrc: don't unlock non-initialized lockfd.Anna (navi) Figueiredo Gomes
2025-09-07librc, mountinfo: fix build headers for netbsdSetiQyu
2025-09-04pam_openrc: avoid clobbering errno when checking for rc_autostart_userAnna (navi) Figueiredo Gomes
2025-09-03pam_openrc: respect PAM_SILENTAnna (navi) Figueiredo Gomes
2025-09-03pam_openrc: add rc_autostart_user to rc.confAnna (navi) Figueiredo Gomes
2025-08-28openrc-run: simplify main with a command tableAnna (navi) Figueiredo Gomes
2025-08-28src/openrc-run: remove arg2 from svc_execAnna (navi) Figueiredo Gomes
2025-08-23librc: add wsl detectionAnna (navi) Figueiredo Gomes
2025-07-24recognise alacritty as a color terminaldakkar
2025-07-12librc: allow user services to add boot servicesAnna (navi) Figueiredo Gomes
2025-07-12openrc-run: remove timeout from start/stopAnna (navi) Figueiredo Gomes
2025-07-08librc-depend: clear dirfds unconditionallyAnna (navi) Figueiredo Gomes
2025-07-05openrc-run: unset signal_pipe[1] before closing itDominique Martinet