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
/
openrc
Age
Commit message (
Expand
)
Author
2025-09-10
openrc: disable --override and krunlevel for user services
Anna (navi) Figueiredo Gomes
2025-06-16
*: use access(..., F_OK) instead of exists/stat.2
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-15
openrc: use rc_dirfd
Anna (navi) Figueiredo Gomes
2025-04-05
rc: silence "OpenRC is starting up" when run with --quiet
Jan Misiak
2025-04-04
rc: disallow user-services to start the 'sysinit' runlevel.
Anna (navi) Figueiredo Gomes
2025-04-04
openrc: don't force deptree regen at sysinit
Anna (navi) Figueiredo Gomes
2025-04-04
rc: remove misleading comment
Anna (navi) Figueiredo Gomes
2025-03-26
treewide: move rc_waitpid() to rc_exec.c
NRK
2025-03-22
rc-logger: use pipe2
NRK
2025-03-18
treewide: remove unnecessary newline escapes on usagestring
NRK
2025-03-07
openrc: use XDG_STATE_HOME for rc_logger.
Anna (navi) Figueiredo Gomes
2025-03-07
openrc: chdir to $HOME in user mode.
Anna (navi) Figueiredo Gomes
2025-01-07
misc: Add --user/-U flag to common flags.
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-07-22
rc.c: fix memory leaks
Anna (navi) Figueiredo Gomes
2023-11-15
drop the deprecated "rc" binary
William Hubbs
2023-07-26
rc: fix automatic restart with runlevel-specific conf.d files
github/master
github/HEAD
Sven Wegener
2023-04-24
rc: use LIST_FOREACH_SAFE in cleanup()
NRK
2023-04-24
rc: block SIGCHLD during pid list operations
NRK
2023-04-24
rc: avoid calling free inside SIGCHLD handler
NRK
2023-04-19
Rename attribute macros to namespaced RC_*
Sam James
2023-01-29
openrc: missing includes from IWYU
Sam James
2023-01-28
openrc: rc-logger: add missing includes to header
Sam James
2023-01-28
openrc: avoid unnecessary malloc inside sig-handler
NRK
2023-01-25
openrc: mark handle_bad_signal as noreturn
Sam James
2023-01-25
openrc: fix double-assignment to dir
Sam James
2023-01-25
openrc, openrc-run: Fix -Wstrict-prototypes
Sam James
2022-07-21
openrc: fix help messages
xdavidwu
2022-04-30
multiple spelling and typo fixes
Josh Soref
2022-04-06
migrate fully to meson build system
William Hubbs