index
:
user/sven/openrc.git
master
github/0.18.x
github/0.19.x
github/0.20.x
github/HEAD
github/gh-pages
github/master
github/mount-service
github/new-netmount
github/openrc-0.10.x
github/openrc-0.11.x
github/openrc-0.12.x
github/openrc-0.13.x
github/openrc-0.15.x
github/openrc-0.16.x
github/openrc-0.9.8.x
github/openrc-0.9.9.x
github/refactor
github/runit
origin/0.18.x
origin/0.19.x
origin/0.20.x
origin/0.21.x
origin/0.22.x
origin/0.23.x
origin/0.24.x
origin/0.26.x
origin/0.27.x
origin/0.31.x
origin/0.32.x
origin/0.33.x
origin/0.34.x
origin/0.35.x
origin/0.38.x
origin/0.39.x
origin/0.40.x
origin/0.41.x
origin/0.42.x
origin/0.43.x
origin/0.44.x
origin/0.45.x
origin/0.47.x
origin/0.52.x
origin/0.53.x
origin/0.54.x
origin/0.55.x
origin/0.60.x
origin/0.62.x
origin/HEAD
origin/cgroup-rework
origin/cmdline
origin/default_logger
origin/dependency-rework
origin/dynamic-multiplex
origin/functions.sh
origin/gh-pages
origin/improve-hostname
origin/install-version-with-meson
origin/librc-rework
origin/lxc
origin/master
origin/mount-service
origin/netbsd-fix
origin/new-netmount
origin/openrc-0.10.x
origin/openrc-0.11.x
origin/openrc-0.12.x
origin/openrc-0.13.x
origin/openrc-0.15.x
origin/openrc-0.16.x
origin/openrc-0.9.8.x
origin/openrc-0.9.9.x
origin/parallel_rework_followup
origin/proper-errors
origin/rc-status-checks
origin/rc-update-env
origin/respawn-with-units
origin/resupervise-daemon
origin/rm-prefix
origin/s6-reload
origin/scriptdir_load
origin/setgroups-zero
origin/sysctl
origin/tests
origin/vapier
[no description]
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
misc.c
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
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-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-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
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-08
openrc-run: rename ready -> notify
Anna (navi) Figueiredo Gomes
2025-04-04
misc: fix off by one
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-03-22
build: define _GNU_SOURCE inside meson if required
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
2025-01-07
openrc: Allow user-specific env vars.
Anna (navi) Figueiredo Gomes
2025-01-07
librc: Overlay user configs.
Anna (navi) Figueiredo Gomes
2024-10-26
librc, rc, supervise-daemon: Repace hardcoded paths with function calls.
Anna (navi) Figueiredo Gomes
2024-09-24
misc: Replace rc_getline and getline with xgetline.
Anna (navi) Figueiredo Gomes
2024-09-20
remove RC_PREFIX environment variable
William Hubbs
2023-09-12
misc: add syscall fallback for close_range for musl libc
Natanael Copa
2023-09-12
misc: add cloexec_fds_from() helper function
Natanael Copa
2023-04-24
openrc-run: silence lock failures with --no-deps
Dominique Martinet
2023-01-29
shared: missing includes from IWYU
Sam James
2022-05-08
shared/misc.c: free env_allow if returning early from env_filter
Sam James
2022-04-06
migrate fully to meson build system
William Hubbs