openrc/src/rc
2008-03-25 18:20:23 +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 Add --list to rc-service to list all available services. 2008-03-21 09:10:59 +00:00
builtins.h euid 0 should always be able to find pids too. 2008-03-21 17:41:01 +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 Fix debug support to work without gmake and bundle -ggdb in properly. 2008-03-24 11:43:03 +00:00
mountinfo.c Report mounts in reverse order, Gentoo #214150. 2008-03-23 19:51:41 +00:00
rc-applets.c Fix exclusive removal. 2008-03-25 18:20:23 +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-service.c Add --list to rc-service to list all available services. 2008-03-21 09:10:59 +00:00
rc-status.c We don't change service here. 2008-03-23 22:57:56 +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 Fix segfault when no coldplugged services, thanks to Daijo. 2008-03-24 13:30:24 +00:00
runscript.c Fix some crashers in a prefix with few services. 2008-03-21 20:02:10 +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