NetBSD/sys
2008-02-11 22:11:27 +00:00
..
altq
arch Use device_t and accessors. Use aprint_*(). 2008-02-11 20:27:01 +00:00
coda
compat Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. 2008-02-06 21:57:53 +00:00
conf defflag CPU_IN_CKSUM 2008-02-03 13:25:57 +00:00
contrib/dev/ath
crypto
ddb When doing a reboot from ddb, set panicstr, so that later LOCKDEBUG checks 2008-02-02 18:16:42 +00:00
dev Constify ahc_set_name(), ahc_name(). Do not free(9) memory that 2008-02-11 21:43:46 +00:00
dist Use TAILQ_FOREACH(). 2008-02-11 22:11:27 +00:00
fs Restore a fragment of a comment that apparently got lost in a merge slipup 2008-02-09 17:49:39 +00:00
gdbscripts
ipkdb
kern Disable the event counters by default, since they create terrible cache 2008-02-10 13:56:17 +00:00
lib
lkm
miscfs Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. 2008-02-06 21:57:53 +00:00
modules Let this build by using BUILDSYMLINKS to workaround a problem in bsd.kmod.mk 2008-02-10 10:51:18 +00:00
net Don't look for <stdbool.h> if compiling _STANDALONE as well. 2008-02-11 04:47:21 +00:00
net80211 Start patching up the kernel so that a network driver always has 2008-02-07 01:21:52 +00:00
netatalk
netbt add HCI definitions from the Bluetooth 2.1 spec 2008-02-10 17:40:54 +00:00
netinet Reimplement in4_cksum to not copy data, but sum up directly. 2008-02-07 22:45:20 +00:00
netinet6 ip_newid() -> ip_newid(NULL) due to Matt Thomas' commit some hours ago; 2008-02-06 07:42:43 +00:00
netipsec Fix build of FAST_IPSEC after the change of ip_newid prototype 2008-02-10 21:42:20 +00:00
netisdn Start patching up the kernel so that a network driver always has 2008-02-07 01:21:52 +00:00
netiso Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. 2008-02-06 21:57:53 +00:00
netkey
netnatm
netsmb
nfs Lock v_knlist with the vnode interlock. PR kern/37881. 2008-02-05 14:19:52 +00:00
opencrypto cryptoret: avoid a sleep/wakeup race. 2008-02-05 12:26:13 +00:00
rump
secmodel Add, document, and use KAUTH_REQ_PROCESS_KTRACE_PERSISTENT. 2008-02-02 21:04:40 +00:00
stand
sys Correct a comment. 2008-02-11 15:20:41 +00:00
ufs Do genfs_node_init() earlier. PR kern/36162. 2008-02-05 15:18:36 +00:00
uvm uvm_uarea_init: fix compilation where PAGE_SIZE is not a constant. (sparc) 2008-02-08 11:49:40 +00:00
Makefile