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
/
includes
Age
Commit message (
Expand
)
Author
2016-01-19
librc: move system detection code into rc_sys and use it
Doug Freed
2016-01-18
Revert "rc: make get_systype similar to the old rc_sys function"
William Hubbs
2016-01-18
rc: make get_systype similar to the old rc_sys function
William Hubbs
2016-01-14
include rc.h properly in source files
William Hubbs
2016-01-12
Remove multicall binary structure from OpenRC
github/refactor
William Hubbs
2016-01-05
rc: fix compiler warnings cleanup
William Hubbs
2016-01-01
rc: clean up compiler warnings
William Hubbs
2015-12-21
Convert OpenRC to a centralized copyright/license structure
William Hubbs
2015-12-14
format fix
William Hubbs
2015-12-08
Create detect_container() and detect_vm() functions
William Hubbs
2014-10-23
helpers.h, start-stop-daemon.c: remove uneeded macros
Anthony G. Basile
2014-10-23
Bundle <sys/queue.h> from NetBSD
Anthony G. Basile
2012-05-06
add a new ARRAY_SIZE macro and use it
Mike Frysinger
2012-05-06
split out librc-independent helpers into a dedicated header file
Mike Frysinger
2012-01-26
Add is_writable() function to check whether a path is writable or not
Christian Ruppert
2011-06-29
drop useless "All rights reserved" notice
Mike Frysinger
2009-10-13
Add new utility and init script swclock that sets the system time based on
Roy Marples
2009-05-01
Add (c) to Copyright
Roy Marples
2009-04-23
Style
Roy Marples
2009-04-17
Using fifos for locking can be error prone.
Roy Marples
2009-01-12
Use snprintf instead of strlcpy to save on size if not available.
Roy Marples
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