Go to file
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
conf.d revert EARLY_MOUNTS since everything in the boot runlevel depends on localmount already and anything that runs before it does not rely on things like /tmp or /var/run (and because i confused localmount with checkroot) 2007-09-09 16:49:40 +00:00
conf.d.BSD Document the preferance of wpa_supplicant, #192828. 2007-09-17 17:44:10 +00:00
conf.d.Linux Document the preferance of wpa_supplicant, #192828. 2007-09-17 17:44:10 +00:00
etc Add /etc/gentoo-release to CONFIG_PROTECT_MASK. 2007-08-26 15:57:00 +00:00
etc.BSD Stop blindly assuming that a blank TERM is cons25. For cons25 terms we drop one column so we don't get an extra newline. 2007-05-02 10:43:43 +00:00
etc.Linux Don't enable syn cookies by default as support for them isn't enabled in the default kernel. 2007-05-15 14:43:44 +00:00
init.d revert EARLY_MOUNTS since everything in the boot runlevel depends on localmount already and anything that runs before it does not rely on things like /tmp or /var/run (and because i confused localmount with checkroot) 2007-09-09 16:49:40 +00:00
init.d.BSD Use echo instead of touch - saves on forking 2007-07-13 00:04:20 +00:00
init.d.Linux Use echo instead of touch - saves on forking 2007-07-13 00:04:20 +00:00
man SSD_NICELEVEL can now affect the nicelevel for daemons started 2007-05-02 12:33:56 +00:00
man.Linux modules-update -> update-modules 2007-04-07 09:28:00 +00:00
net dns_sortlist and dns_options now work as documented, #175367. 2007-05-03 11:21:26 +00:00
net.BSD Return the next available ifindex for BSD too 2007-08-07 21:04:27 +00:00
net.Linux Fix pppd getting the interface metric. 2007-08-21 08:21:40 +00:00
runlevels Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00
runlevels.BSD Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00
runlevels.Linux Punted the volumes init script. Volume handling will be handled by 2007-04-16 13:05:33 +00:00
sh Fix fallback configurations 2007-09-17 21:38:58 +00:00
sh.BSD `config /etc/fstab' can now be used in depend() functions to show that 2007-08-15 14:49:41 +00:00
sh.Linux Add --quiet to mountinfo 2007-09-03 14:02:15 +00:00
share Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00
share.BSD Add the users group 2007-07-11 12:05:25 +00:00
share.Linux Punt /dev/shm from default /etc/fstab as we handle it and add a helpful hint about the RC_USE_FSTAB option. 2007-08-01 13:20:05 +00:00
src API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
ChangeLog API change! rc_strlist_add and friends now take char *** instead of 2007-09-18 11:36:55 +00:00
COPYRIGHT Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00
default.mk Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00
HACKING document qemu hacking 2007-07-10 08:43:51 +00:00
Makefile Release rc4 2007-09-02 13:12:24 +00:00
STYLE Rewrite the core parts in C. We now provide librc so other programs can 2007-04-05 11:18:42 +00:00