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/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
/
librc
/
librc-depend.c
Age
Commit message (
Expand
)
Author
2023-01-29
librc: missing includes from IWYU
Sam James
2022-12-07
librc-depend: fix -Wmismatched-dealloc
Sam James
2022-05-08
librc: mark rc_deptree_* functions as mallocs
Sam James
2021-12-21
code style: remove space after unary "not" operator
Matt Whitlock
2021-12-20
use HEAD in git URIs to point to the default branch
Mike Frysinger
2019-02-26
remove hidden-visibility.h
William Hubbs
2019-02-21
librc/librc-depend.c: fix NULL pointer dereference
Georgy Yakovlev
2018-12-27
fix leading whitespace
philhofer
2017-11-30
Fix repeated dependency cache rebuild if clock skewed
Will Miles
2016-01-21
librc: Complain when a real and virtual service have the same name
William Hubbs
2016-01-19
librc: move system detection code into rc_sys and use it
Doug Freed
2016-01-18
Revert "librc: fix librc-depend functions to call rc_sys"
William Hubbs
2016-01-18
librc: fix librc-depend functions to call rc_sys
William Hubbs
2015-12-21
Convert OpenRC to a centralized copyright/license structure
William Hubbs
2015-12-08
Convert rc_sys() calls to detect_container() and detect_vm()
William Hubbs
2015-11-12
Implement "want" dependency
Ian Stakenvicius
2014-10-23
Bundle <sys/queue.h> from NetBSD
Anthony G. Basile
2013-10-04
librc: fix off-by-one bug
Natanael Copa
2012-10-04
set the RC_UNAME environment variable when updating dependencies
William Hubbs
2012-04-26
Reduce overhead by leaving rc_deptree_update_needed() as soon as possible
Christian Ruppert
2011-06-29
drop useless "All rights reserved" notice
Mike Frysinger
2011-06-28
Use RC_CONF instead of the hardcoded /etc/rc.conf
Christian Ruppert
2011-05-28
librc: tweak style: foo () -> foo()
Mike Frysinger
2011-04-09
typo fix
William Hubbs
2011-01-17
Bug #351570: Fix hidden functions visibility for rc_deptree_load_file.
Robin H. Johnson
2011-01-17
Clean up all trailing whitespace in src/.
Robin H. Johnson
2011-01-17
Factor out new function rc_deptree_load_file to aid in debugging deptree file...
Robin H. Johnson
2009-11-14
Only allow one service to be provided by default.
Roy Marples
2009-07-20
Don't provide ourself, fixes #190
Roy Marples
2009-07-01
We should use -feature instead of nofeature.
Roy Marples
2009-05-23
Move non compiled libraries from /lib/rc to /libexec/rc
Roy Marples
2009-05-01
Add (c) to Copyright
Roy Marples
2009-04-28
Don't start services when their need dependency is broken
Roy Marples
2009-02-12
Fix return value for tests.
Roy Marples
2009-01-13
rc_newer/older_than only report file if time_t is a pointer, so it
Roy Marples
2009-01-12
We now warn about clock skews
Roy Marples
2008-11-04
Ignore after dependencies for shutdown when not in the runlevel.
Roy Marples
2008-11-03
Avoid depends not in the runlevel for sysinit and shutdown.
Roy Marples
2008-11-03
Add a new shutdown runlevel, Gentoo #224537.
Roy Marples
2008-10-10
Remove coldplug and just have hotplug which is a list of allowed/disallowed s...
Roy Marples
2008-10-10
sysinit is now a real runlevel that handles things like udev, dmesg and
Roy Marples
2008-07-07
Punt STAILQ and just use TAILQ so we're a bit more portable.
Roy Marples
2008-07-03
Add older_than function to complement newer_than function. Also make the user...
Roy Marples
2008-06-10
fuzzy dependency ordering should be started, starting, stopped whilst checkin...
Roy Marples
2008-06-05
Remove broken before dependencies, Gentoo #224171.
Roy Marples
2008-06-04
Use addu instead of another loop.
Roy Marples
2008-06-04
Only add a backreference if it doesn't already exist.
Roy Marples
2008-06-04
No need to check type twice like this.
Roy Marples
2008-06-04
Style.
Roy Marples
2008-05-12
The real fix for the last commit is to uncomment some code - d'oh.
Roy Marples
[next]