openrc/src
2007-10-09 15:33:05 +00:00
..
test No need for bash here 2007-09-26 09:16:41 +00:00
_usage.c Fix Makefile for pmake, document s-s-d options and increase usage gap 2007-09-26 10:46:44 +00:00
_usage.h Fix rc_env_bool 2007-09-26 07:52:48 +00:00
builtins.h librc no longer uses libeinfo. deptree function names are now all under rc_deptree_ 2007-09-29 16:42:08 +00:00
checkown.c Add support for describing the options in the C programs. 2007-09-25 16:21:38 +00:00
einfo.h enums are now fixed to specific values and are in UPPER CASE. 2007-09-28 12:29:23 +00:00
einfo.map librc.so and libeinfo.so now have symbol versions. 2007-10-03 15:46:02 +00:00
env_whitelist Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00
env-update.c Wups, should be xstrdup 2007-10-08 11:16:22 +00:00
fstabinfo.c Fix help 2007-10-09 10:18:13 +00:00
hidden-visibility.h add hidden visibility support to libeinfo as well 2007-04-13 14:18:38 +00:00
libeinfo.c Quiet some compile time warnings on uclibc 2007-10-09 12:52:09 +00:00
librc-daemon.c Wups, should be xstrdup 2007-10-08 11:16:22 +00:00
librc-depend.c Wups, should be xstrdup 2007-10-08 11:16:22 +00:00
librc-depend.h The rc_depinfo_t and rc_deptype_t structures are not for public consumption. 2007-09-27 23:16:40 +00:00
librc-misc.c Wups, should be xstrdup 2007-10-08 11:16:22 +00:00
librc-strlist.c Wups, should be xstrdup 2007-10-08 11:16:22 +00:00
librc.c Don't stop reading dir contents on errors 2007-10-08 12:46:14 +00:00
librc.h Quiet some compile time warnings on uclibc 2007-10-09 12:52:09 +00:00
Makefile Move rc_env_filter and rc_env_config out of librc and into rc 2007-10-08 11:07:39 +00:00
Makefile.BSD BSD will need a fixed gcc for --as-needed 2007-09-12 14:32:18 +00:00
Makefile.Linux Work better with --as-needed 2007-09-11 21:45:26 +00:00
Makefile.pam Work better with --as-needed 2007-09-11 21:45:26 +00:00
mountinfo.c netmount, localmount, halt.sh and net scripts now check OS specific flags to see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772. 2007-10-09 15:33:05 +00:00
rc-depend.c Punt rc_ls_dir 2007-10-05 10:16:14 +00:00
rc-misc.c Quiet some compile time warnings on uclibc 2007-10-09 12:52:09 +00:00
rc-misc.h Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc anymore 2007-10-08 11:11:21 +00:00
rc-plugin.c Wups, should be xstrdup 2007-10-08 11:16:22 +00:00
rc-plugin.h As we're running each plugin in a fork, we need to call our cleanup code so we don't leak memory. To this extent, we now have the global boolean rc_in_plugin and the cleanup code can act accordingly. 2007-07-04 16:02:01 +00:00
rc-status.c rc_get_runlevels -> rc_runlevel_list 2007-10-03 14:11:55 +00:00
rc-update.c Quiet some compile time warnings on uclibc 2007-10-09 12:52:09 +00:00
rc.c Quiet some compile time warnings on uclibc 2007-10-09 12:52:09 +00:00
rc.h Tidy up 2007-10-09 09:25:32 +00:00
rc.map Move rc_env_filter and rc_env_config out of librc and into rc 2007-10-08 11:07:39 +00:00
runscript.c Quiet some compile time warnings on uclibc 2007-10-09 12:52:09 +00:00
start-stop-daemon.c Wups, should be xstrdup 2007-10-08 11:16:22 +00:00
start-stop-daemon.pam Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00
strlist.h Cuddle up to LKML C style 2007-04-11 12:44:47 +00:00