openrc/src
Roy Marples f1bba12892 API change! rc_strlist_add and friends now take char *** instead of
char ** and return a pointer to the item added instead of the new
list head. This is so we can easily tell if the item was successfully
added or not instead of iterating through the list looking for it.

list = rc_strlist_add (list, item);
becomes
rc_strlist_add (&list, item);
2007-09-18 11:36:55 +00:00
..
_usage.c Add --nocolor to more programs 2007-06-28 15:44:14 +00:00
_usage.h Add --nocolor to more programs 2007-06-28 15:44:38 +00:00
builtins.h Fix rc-update, #187487 and release rc2. 2007-08-04 15:05:12 +00:00
einfo.h Add esyslog support 2007-08-16 16:53:20 +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 API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
fstabinfo.c All our binaries are now mulicalls into rc, which makes our on disk size 2007-07-31 16:05:56 +00:00
hidden-visibility.h add hidden visibility support to libeinfo as well 2007-04-13 14:18:38 +00:00
libeinfo.c Add esyslog support 2007-08-16 16:53:20 +00:00
librc-daemon.c start-stop-daemon now works with userids correctly when a pidfile 2007-09-04 09:32:36 +00:00
librc-depend.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
librc-misc.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
librc-strlist.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
librc.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
librc.h Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to achieve the same goal (a loop + timeout). No longer put / at the end of directories, instead prefix like so RC_LIBDIR "/foo" to ensure more robust code. 2007-08-09 14:33:20 +00:00
Makefile More --as-needed foo 2007-09-11 22:06:27 +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 API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
rc-depend.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
rc-misc.h Move more stuff to #defines 2007-08-28 09:13:46 +00:00
rc-plugin.c Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to achieve the same goal (a loop + timeout). No longer put / at the end of directories, instead prefix like so RC_LIBDIR "/foo" to ensure more robust code. 2007-08-09 14:33:20 +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 API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
rc-update.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
rc.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
rc.h API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
runscript.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
start-stop-daemon.c API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +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