Go to file
drochner 214b89d525 The tricks done in device_foreach_child() still don't make it safe to use
by config_detach_children(), because the latter can work recursively
and remove any number of devices, so rewrite config_detach_children()
to restart list traversal after each call of config_detach(), and since
only one user of device_foreach_child() is left (in kern_drvctl.c),
and it is simpler to open-code the loop than to deal with callbacks,
just remove it.
2008-02-06 20:24:17 +00:00
bin
common
crypto
dist Merge commit 8c0dad4904474016c373573414c8e16ba51e88ad from upstream: 2008-02-06 18:30:47 +00:00
distrib - prepare for 5.0 2008-02-06 01:57:31 +00:00
doc Point to the home page of wpa_supplicant itself, not the parent. 2008-02-05 16:41:56 +00:00
etc Only build GENERIC and INSTALL 2008-02-05 19:03:38 +00:00
games
gnu make sun2 build again with liberal use of -O0. 2008-02-05 02:41:15 +00:00
include
lib PR/37962: Andrew Doran: libkvm is busted due to kauth_cred redefinition 2008-02-05 15:56:01 +00:00
libexec Add the atf-exec and atf-killpg tools that come with atf 0.4. 2008-02-04 20:31:32 +00:00
regress remove an unused prototype. (rdtsc) 2008-02-05 10:00:17 +00:00
rescue
sbin Kill -r. Union makes for a poor nullfs. 2008-02-05 16:54:07 +00:00
share include bsd.init.mk so that eg USETOOLS is available to 2008-02-05 17:50:47 +00:00
sys The tricks done in device_foreach_child() still don't make it safe to use 2008-02-06 20:24:17 +00:00
tests Remove a warning that said that the test could loop forever because ATF 2008-02-05 08:33:50 +00:00
tools
usr.bin Warn for constructs like 2008-02-06 18:26:37 +00:00
usr.sbin
x11
build.sh
BUILDING
Makefile
Makefile.inc
UPDATING