| Age | Commit message (Expand) | Author |
| 2025-11-13 | shared/misc: close exclusive fd on exec_service | Anna (navi) Figueiredo Gomes |
| 2025-11-12 | shared/misc.c: use posix_spawn in exec_service | Anna (navi) Figueiredo Gomes |
| 2025-06-27 | shared/misc: open svcdir dirfd after update_needed | Anna (navi) Figueiredo Gomes |
| 2025-06-16 | helpers: remove existss, unused internal function | Anna (navi) Figueiredo Gomes |
| 2025-06-16 | checkpath,shared/misc: remove is_writable helper | Anna (navi) Figueiredo Gomes |
| 2025-06-16 | *: use access(..., F_OK) instead of exists/stat.2 | Anna (navi) Figueiredo Gomes |
| 2025-06-11 | Fix error message in parse_schedule | Yury Vostrikov |
| 2025-06-03 | shared/misc.c: update mtime on deptree, not the clock-skew file | Anna (navi) Figueiredo Gomes |
| 2025-06-03 | shared/misc.c: print correct file for skew | Anna (navi) Figueiredo Gomes |
| 2025-05-27 | build: drop 'os' option and use host_machine.system() | Anna (navi) Figueiredo Gomes |
| 2025-05-27 | build: add project arguments instead of adhoc c_args | Anna (navi) Figueiredo Gomes |
| 2025-05-27 | build: use declare_dependency for librc | Anna (navi) Figueiredo Gomes |
| 2025-05-27 | build: use declare_dependency for libeinfo | Anna (navi) Figueiredo Gomes |
| 2025-05-27 | build: use static_library and declare_dependency for shared code | Anna (navi) Figueiredo Gomes |
| 2025-04-26 | shared/misc: handle EOF when waiting for notify. | Anna (navi) Figueiredo Gomes |
| 2025-04-19 | shared/misc: required `ready` tag for socket notify method | Anna (navi) Figueiredo Gomes |
| 2025-04-19 | shared/misc: Unmask all signals before execl. | Anna (navi) Figueiredo Gomes |
| 2025-04-19 | shared/misc: remove unused signal_setup_restart. | Anna (navi) Figueiredo Gomes |
| 2025-04-15 | supervise-daemon: set default respawn-delay-step to 128ms | NRK |
| 2025-04-15 | supervise-daemon: add --respawn-delay-{step,cap} | NRK |
| 2025-04-15 | shared/misc: remove semicolon from service_{start,stop} macros | Anna (navi) Figueiredo Gomes |
| 2025-04-15 | shared/misc: close lockfd in parent of exec_service | Anna (navi) Figueiredo Gomes |
| 2025-04-15 | shared/misc: fix UAF on futimensat | Anna (navi) Figueiredo Gomes |
| 2025-04-15 | shared/misc: use rc_dirfd | Anna (navi) Figueiredo Gomes |
| 2025-04-15 | librc: use rc_dirfd internally | Anna (navi) Figueiredo Gomes |
| 2025-04-09 | timeutils: add parse_duration() | NRK |
| 2025-04-09 | timeutils: add this file | NRK |
| 2025-04-08 | openrc-run: rename ready -> notify | Anna (navi) Figueiredo Gomes |
| 2025-04-06 | misc: add missing const on pointer | NRK |
| 2025-04-06 | rc-status: add --in-state flag | NRK |
| 2025-04-04 | misc: fix off by one | NRK |
| 2025-04-04 | helpers: add memstream functions | NRK |
| 2025-04-04 | openrc: don't use libexec for data cache | Anna (navi) Figueiredo Gomes |
| 2025-04-04 | shared: add "socket" ready protocol. | Anna (navi) Figueiredo Gomes |
| 2025-04-04 | *: fix some typos | Anna (navi) Figueiredo Gomes |
| 2025-03-26 | rc_exec: add a `cmd` arg | NRK |
| 2025-03-26 | rc_exec: allow setting child's uid and gid | NRK |
| 2025-03-26 | treewide: move rc_waitpid() to rc_exec.c | NRK |
| 2025-03-23 | rc_pipe_command: implement it on top of rc_exec | NRK |
| 2025-03-23 | rc_exec: add a centralized exec function | NRK |
| 2025-03-22 | plugin: use pipe2 | NRK |
| 2025-03-22 | build: define _GNU_SOURCE inside meson if required | NRK |
| 2025-03-18 | *-daemon: redirect logger's std{out,err} to devnull | NRK |
| 2025-03-13 | pipes: use _exit instead | NRK |
| 2025-03-13 | pipes: don't leak pipes on fork error | NRK |
| 2025-03-11 | shared/misc: fix types on close_range wrapper (#789) | Doug Freed |
| 2025-03-08 | shared: allow LOGNAME variable for user-mode | Anna (navi) Figueiredo Gomes |
| 2025-03-07 | shared: allow user, shell, and xdg state/cache home vars for users | Anna (navi) Figueiredo Gomes |
| 2025-03-07 | shared: only allow XDG and user variables when in user mode | Anna (navi) Figueiredo Gomes |
| 2025-02-22 | misc, *-daemon: Implement s6-style readiness notification. | Anna (navi) Figueiredo Gomes |