index
:
navi/openrc/openrc.git
dynamic-deptree
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
/
includes
/
rc-misc.h
Age
Commit message (
Expand
)
Author
2008-10-10
sysinit is now a real runlevel that handles things like udev, dmesg and
Roy Marples
2008-09-18
Clean up some compile warnings.
Roy Marples
2008-08-20
Add -k,--umask option, Gentoo #232455.
Roy Marples
2008-07-07
Punt STAILQ and just use TAILQ so we're a bit more portable.
Roy Marples
2008-03-28
Put some dir locations in rc.h so that 3rd party apps can become awware of them.
Roy Marples
2008-03-28
Remove rc_service_start/stop from librc as they block and unmask signals. The...
Roy Marples
2008-03-26
Add license blurb to a few files and append my email to my name.
Roy Marples
2008-03-25
Try and fix more prefix stuff.
Roy Marples
2008-03-19
Add rc-service and update all softlevel refs to runlevel.
Roy Marples
2008-03-16
Use correct TAILQ_CONCAT macro when not defined.
Roy Marples
2008-03-16
Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...
Roy Marples
2008-03-05
Add tunable SYSCONFDIR
Roy Marples
2008-03-03
rc single and rc sysinit don't check sysvinit env vars in prefix.
Roy Marples
2008-03-03
Introduce LOCAL_PREFIX for a user maintained script location.
Roy Marples
2008-03-03
Fix prefix test.
Roy Marples
2008-02-28
Support the use of PREFIX and PKG_PREFIX.
Roy Marples
2008-02-22
Welcome to 2008.
Roy Marples
2008-02-22
More PCC fixes.
Roy Marples
2008-02-20
Support the PCC compiler.
Roy Marples
2008-02-02
Block signals to avoid fork /signal races.
Roy Marples
2008-02-01
Use sigaction over signal.
Roy Marples
2008-01-22
Quiet some lint warnings.
Roy Marples
2008-01-22
Define our x* functions as unused rather than inline for a massive space saving.
Roy Marples
2008-01-15
rc_newer_than no longer tests if souce has data, making it a more logical fun...
Roy Marples
2008-01-14
strip trailing newlines
Mike Frysinger
2008-01-13
Remove rc_service_plugable function and make it private as it needs to read f...
Roy Marples
2008-01-10
Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...
Roy Marples