Age | Commit message (Expand) | Author |
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 |
2008-04-26 | Check we have a list before running depends. | Roy Marples |