Go to file
dyoung 211e21b653 Stop dereferencing a dangling device_t pointer and crashing: skip the
drives flagged DRIVE_ATAPI in atabus_activate(,DVACT_DEACTIVATE) just as
we skip them in atabus_detach() and in atabus_childdetched().

Make atabus_detach() parallel attachment more closely by calling
config_detach() on the child chp->ata_drives[i] instead of on
chp->ch_drive[i].drv_softc.  Assert that ata_drives[i] and
ch_drive[i].drv_softc are equal, and set them both to NULL in
atabus_childdetached().
2009-04-03 21:31:08 +00:00
bin Bump date for previous. 2009-03-29 08:54:10 +00:00
common So that profile kernel runs again, 2009-04-02 00:19:02 +00:00
compat Prefer MACHINE_ARCH to MACHINE in some tests 2009-03-12 17:16:58 +00:00
crypto apply patches from upstream CVS to fix 3 security problems: 2009-03-27 10:41:29 +00:00
dist add missing commas to .Dd fix, pointed out by wiz 2009-03-22 14:29:34 +00:00
distrib Remove the creation of the following symlinks to nowhere: 2009-04-03 16:21:08 +00:00
doc uvm_kmguard chgs 2009-03-29 10:56:43 +00:00
etc Use the new ?= operator to set the on_panic value for the optional ddb 2009-04-01 16:20:55 +00:00
external Remove the creation of the following symlinks to nowhere: 2009-04-03 16:21:08 +00:00
games Avoid hardcoded "too large" constant that caused FPE on the vax. 2009-03-31 18:48:16 +00:00
gnu regenerated after i386 gcc configuration change (assume i486) 2009-03-27 19:38:43 +00:00
include Revert previous since it was just wrong. 2009-03-19 08:04:38 +00:00
lib ARGSUSED makes lindt a happy camper 2009-04-02 09:30:41 +00:00
libexec In addwhatis(), two items should not be treated as duplicates unless 2009-04-02 21:39:33 +00:00
regress add a test which exercises libpthread's ability to remember the 2009-04-02 12:58:44 +00:00
rescue - rework this a bunch to make it work inside /rescue/ldd. 2009-01-07 00:39:23 +00:00
sbin Issue a better error message if attempting to create a file system 2009-04-03 13:22:05 +00:00
share Continue my crusade - queueing -> queuing 2009-04-02 19:02:42 +00:00
sys Stop dereferencing a dangling device_t pointer and crashing: skip the 2009-04-03 21:31:08 +00:00
tests ipf does not live here; it is in the parent directory. Spotted by njoly@. 2009-02-27 07:32:33 +00:00
tools -introduce a "COMMON_CONFIGURE_ARGS" variable which is included by 2009-03-27 19:19:49 +00:00
usr.bin note that -n also stops the timestamp from being output. 2009-04-01 08:15:37 +00:00
usr.sbin Make "mtree -C" sort its output. 2009-04-03 21:18:59 +00:00
x11 add -n to gzip invocation 2009-03-31 21:12:51 +00:00
build.sh Add a MKARZERO flag, which invokes ar(1) with the new D flag when it 2009-03-13 16:23:31 +00:00
BUILDING be explicit about MAKEOBJDIR and MAKEOBJDIRPREFIX not being for 2008-12-02 22:28:21 +00:00
Makefile Disable grep host tool and unbreak NetBSD build until I can come up with a 2009-02-25 22:28:36 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING add a note about needing to rebuild i386 toolchain 2009-03-29 18:33:56 +00:00