index
:
navi/openrc.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librc
/
rc.h.in
Age
Commit message (
Expand
)
Author
2009-06-21
Use rc_getline instead of assuming a fixed kernel cmdline length.
Roy Marples
2009-05-23
Move non compiled libraries from /lib/rc to /libexec/rc
Roy Marples
2009-05-02
Add runlevel stacking, #88
Roy Marples
2009-05-01
Add (c) to Copyright
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-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-09-18
Add new functions, rc_stringlist_find and rc_stringlist_split.
Roy Marples
2008-07-27
Attempt to make s-s-d simpler by not enforcing the need for a full path and m...
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-04
Style.
Roy Marples
2008-03-28
Allow our headers to be included by C++ programs easily.
Roy Marples
2008-03-28
Put some dir locations in rc.h so that 3rd party apps can become awware of them.
Roy Marples