openrc/src/rc
2008-03-19 20:04:48 +00:00
..
_usage.c Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
_usage.h Welcome to 2008. 2008-02-22 12:07:34 +00:00
.gitignore Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
builtins.h Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
checkpath.c Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
fstabinfo.c Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
Makefile Add rc-service and update all softlevel refs to runlevel. 2008-03-19 17:11:50 +00:00
mountinfo.c Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
rc-applets.c Give a better error message when no service specified. 2008-03-19 20:04:48 +00:00
rc-depend.c Add rc-service and update all softlevel refs to runlevel. 2008-03-19 17:11:50 +00:00
rc-logger.c Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
rc-logger.h Welcome to 2008. 2008-02-22 12:07:34 +00:00
rc-misc.c Add rc-service and update all softlevel refs to runlevel. 2008-03-19 17:11:50 +00:00
rc-plugin.c Punt the rc_strcatpaths function and use snprintf instead to save on expensive malloc calls. 2008-03-17 13:25:56 +00:00
rc-plugin.h Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
rc-status.c We should check for NULL here. 2008-03-17 14:31:44 +00:00
rc-update.c Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ from queue(3). Refactor code style around the BSD KNF. 2008-03-16 17:00:56 +00:00
rc.c Add rc-service and update all softlevel refs to runlevel. 2008-03-19 17:11:50 +00:00
runscript.c SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat. 2008-03-19 19:57:24 +00:00
start-stop-daemon.c Typo. 2008-03-19 19:59:50 +00:00
start-stop-daemon.pam Allow non root users to use start-stop-daemon when linked with pam, Gentoo bug #207836. 2008-02-03 23:02:02 +00:00