summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2025-03-16openrc-run: Iterate all scriptdirs in reverse order to load configs.origin/scriptdir_loadAnna (navi) Figueiredo Gomes
2025-03-13pipes: use _exit insteadNRK
2025-03-13pipes: don't leak pipes on fork errorNRK
2025-03-11shared/misc: fix types on close_range wrapper (#789)Doug Freed
2025-03-08shared: allow LOGNAME variable for user-modeAnna (navi) Figueiredo Gomes
2025-03-07shared: allow user, shell, and xdg state/cache home vars for usersAnna (navi) Figueiredo Gomes
2025-03-07shared: only allow XDG and user variables when in user modeAnna (navi) Figueiredo Gomes
2025-02-22misc, *-daemon: Implement s6-style readiness notification.Anna (navi) Figueiredo Gomes
2025-01-07misc: Add --user/-U flag to common flags.Anna (navi) Figueiredo Gomes
2025-01-07openrc: Allow user-specific env vars.Anna (navi) Figueiredo Gomes
2025-01-07librc: Overlay user configs.Anna (navi) Figueiredo Gomes
2024-10-26librc, rc, supervise-daemon: Repace hardcoded paths with function calls.Anna (navi) Figueiredo Gomes
2024-09-24misc: Replace rc_getline and getline with xgetline.Anna (navi) Figueiredo Gomes
2024-09-20remove RC_PREFIX environment variableWilliam Hubbs
2024-07-22shared/plugin.c: fix incompatible function warning.Anna (navi) Figueiredo Gomes
2023-10-03Relocate pipes.c and pipes.h file to shared directory.Lexxy Fox
2023-09-12misc: add syscall fallback for close_range for musl libcNatanael Copa
2023-09-12misc: add cloexec_fds_from() helper functionNatanael Copa
2023-08-29Don't re-define strlcpy/strlcat with >=glibc-2.38Sam James
2023-04-24openrc-run: silence lock failures with --no-depsDominique Martinet
2023-04-20shared: fix pointer type in UNCONSTSam James
2023-04-19Rename attribute macros to namespaced RC_*Sam James
2023-01-29shared: missing includes from IWYUSam James
2023-01-28src: shared: schedules: add missing includes to headerSam James
2023-01-28src: shared: plugin: add missing includes to headerSam James
2023-01-28src: shared: misc: add missing includes to headerSam James
2023-01-28src: shared: helpers: add missing includes to headerSam James
2023-01-25shared: move _noreturn definition into helpers.hSam James
2022-05-08shared/misc.c: free env_allow if returning early from env_filterSam James
2022-04-30multiple spelling and typo fixesJosh Soref
2022-04-06migrate fully to meson build systemWilliam Hubbs