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
/
rc
/
rc-applets.c
Age
Commit message (
Expand
)
Author
2015-04-27
convert all references from runscript to openrc-run
William Hubbs
2014-08-11
Show rc and runscript deprecation warnings in verbose mode
William Hubbs
2013-12-29
Rename runscript to openrc-run
William Hubbs
2013-12-12
Rename the rc binary to openrc
William Hubbs
2013-05-02
Add service applet
William Hubbs
2012-05-23
rc: fix inverted string compare logic
Mike Frysinger
2012-05-16
rc: fix thinko in applet collapse
Mike Frysinger
2012-05-06
rc: collapse the applet if statements into a single array walk
Mike Frysinger
2012-04-26
Disable some questionable lines
Christian Ruppert
2012-04-24
Remove duplicate getenv("RC_SVCNAME") call
Christian Ruppert
2011-06-29
drop useless "All rights reserved" notice
Mike Frysinger
2011-02-16
new implementation of applet option
William Hubbs
2011-01-17
more whitespace cleanup
Mike Frysinger
2011-01-17
Clean up all trailing whitespace in src/.
Robin H. Johnson
2010-01-08
random spelling fixes
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
Improve style for KNF
Roy Marples
2009-04-18
Move status to runscript.sh so init scripts can override it, #159
Roy Marples
2009-01-12
We now warn about clock skews
Roy Marples
2008-10-10
Remove coldplug and just have hotplug which is a list of allowed/disallowed s...
Roy Marples
2008-10-08
Clean up warnings regarding printf.
Roy Marples
2008-09-18
Clean up some compile warnings.
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-03
Fix is_older_than a little better, and make is_newer_than correct.
Roy Marples
2008-07-03
Add older_than function to complement newer_than function. Also make the user...
Roy Marples
2008-06-04
Include time headers for ewaitfile.
Roy Marples
2008-06-03
Add the ewaitfile function so init scripts can wait until sockts are created,...
Roy Marples
2008-04-17
Cast to unsigned char for ctype calls.
Roy Marples
2008-04-06
p could be null here.
Roy Marples
2008-03-26
Add license blurb to a few files and append my email to my name.
Roy Marples
2008-03-25
Fix exclusive removal.
Roy Marples
2008-03-21
Add --list to rc-service to list all available services.
Roy Marples
2008-03-19
Just warn about the incorrect service. Let the right service be more explanit...
Roy Marples
2008-03-19
Give a better error message when no service specified.
Roy Marples
2008-03-19
Report wrong service correctly.
Roy Marples
2008-03-19
SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.
Roy Marples
2008-03-19
Add rc-service and update all softlevel refs to runlevel.
Roy Marples
2008-03-16
Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...
Roy Marples
2008-02-23
Now that s-s-d accepts >1 argument for stopping a daemon on match we need to ...
Roy Marples
2008-01-28
Fix service_started_daemon, bug #11
Roy Marples
2008-01-22
Quiet some more lint warnings.
Roy Marples
2008-01-21
Checking first char for null is more efficient than strlen.
Roy Marples
2008-01-21
should not produce a red star
Roy Marples
2008-01-14
Fix shell_var as reported by lamusic.
Roy Marples
2008-01-14
Fix is_older_than.
Roy Marples
2008-01-14
Put the applets into rc-applet.c so that rc.c is easier to manage.
Roy Marples