NetBSD/sys
thorpej 60adad59bd Define a "scsi_core" attribute. Make the "scsi" attribute depend on
"scsi_core".  Make all the files previously selected by the "scsi"
attribute selected by the "scsi_core" attribute.  Give the "scsibus"
device the "scsi_core" attribute.
2002-10-09 20:23:56 +00:00
..
adosfs Fix biff in previous change. 2002-09-21 20:26:49 +00:00
altq replace cpu_tsc_freq with curcpu()->ci_tsc_freq 2002-10-09 07:28:57 +00:00
arch Adjust the size of intrcnt members to match sizeof(u_long). 2002-10-09 18:52:36 +00:00
coda remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
compat FreeBSD rfork emulation 2002-10-09 20:22:47 +00:00
conf Define a "scsi_core" attribute. Make the "scsi" attribute depend on 2002-10-09 20:23:56 +00:00
crypto Modified to avoid compiler warnings. The specific warning related 2002-09-08 07:52:41 +00:00
ddb Another item on the TODO list: 2002-08-26 11:35:22 +00:00
dev Define a "scsi_core" attribute. Make the "scsi" attribute depend on 2002-10-09 20:23:56 +00:00
filecorefs Fix biff in previous change. 2002-09-21 20:26:49 +00:00
fs MNT_GETARGS support 2002-09-21 18:10:34 +00:00
gdbscripts Build a .gdbinit in the kernel build directory. The new .gdbinit 2002-09-01 23:04:47 +00:00
ipkdb
isofs MNT_GETARGS support 2002-09-21 18:10:34 +00:00
kern Implement config_attach_pseudo(), which creates an instance of 2002-10-09 02:59:55 +00:00
lib need to include <sys/param.h> to get inline strlen() on vax; found 2002-10-08 21:45:36 +00:00
lkm Adjust callers to setgate() to match new prototype. 2002-10-06 10:40:04 +00:00
miscfs remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
msdosfs remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
net Perform as a bridge within the AP for HostAP mode, to allow communication 2002-10-04 04:25:05 +00:00
netatalk
netccitt "definitions" has lots of 'i's, but that's not reason to leave one out. 2002-09-29 23:23:56 +00:00
netinet Remove unused ipl_usec. 2002-09-29 17:55:14 +00:00
netinet6 suppress too noisy log by default (can be re-enabled by sysctl). sync w/kame 2002-10-09 20:22:16 +00:00
netisdn remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
netiso
netkey warn about the arc4 generator if no NRND, but still use it 2002-10-07 00:40:15 +00:00
netnatm
netns remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
netsmb remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
nfs forgot to set deadthresh; thanks to YAMAMOTO Takashi. 2002-10-01 15:00:04 +00:00
ntfs remove trailing \n in panic(). approved perry. 2002-09-27 15:35:29 +00:00
stand
sys Implement config_attach_pseudo(), which creates an instance of 2002-10-09 02:59:55 +00:00
ufs Add support for the Apple UFS variation on ffs 2002-09-28 20:11:05 +00:00
uvm Garbage collect some leftover (and unneeded) code. OK'ed by chs. 2002-10-05 17:26:06 +00:00
Makefile