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
Age
Commit message (
Expand
)
Author
2026-02-12
fix error message when running as non-root
NRK
2025-12-05
env_config: export RC_PATH from scriptdirs
Anna (navi) Figueiredo Gomes
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
[next]