NetBSD/sys
2008-07-04 16:41:00 +00:00
..
altq merge yamt-pf42 branch. 2008-06-18 09:06:25 +00:00
arch fix slow TOD clock. 2008-07-04 11:59:45 +00:00
coda
compat make LINUX_TCSBRK work. The code is mostly copied from 2008-07-04 11:06:31 +00:00
conf Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. 2008-07-02 17:28:54 +00:00
contrib/dev/ath
crypto
ddb
dev struct device * -> device_t 2008-07-04 04:53:41 +00:00
dist Wrap definition of pfil6_wrapper in #ifdef INET6. 2008-06-22 11:36:33 +00:00
fs Add node-rebuild flag to indicate that the node was rebuild up and thus the 2008-07-03 19:29:42 +00:00
gdbscripts
ipkdb
kern Move an assignment later. 2008-07-04 16:41:00 +00:00
lib Add KASSERTMSG(e, msg) for umass.c. XXX directly calls panic. 2008-07-02 15:25:08 +00:00
lkm Fix lkm fallout from previous sysctl changes. This largely duplicates 2008-06-28 15:50:20 +00:00
miscfs Remove proc_representative_lwp(), use a simple LIST_FIRST() instead. 2008-07-02 19:49:58 +00:00
modules Add of bunch of file system modules. 2008-06-28 16:11:35 +00:00
net Replace references to getsock/getvnode. 2008-06-24 11:18:14 +00:00
net80211 Replace gcc-style designated initialisers with c99-style. 2008-06-24 10:33:46 +00:00
netatalk
netbt do not hold bt_lock while detaching bthub, as devices may need to aquire 2008-06-26 14:17:27 +00:00
netinet syn_cache_get: remove new endpoint's socket from head's queue if aborting 2008-07-03 15:35:28 +00:00
netinet6 remove undeclared caddr_t. makes i386 ALL kernel build again. 2008-06-27 09:16:21 +00:00
netipsec Ignore freed rtcache entries. 2008-07-01 20:18:45 +00:00
netisdn Also delete a now-unused local variable. 2008-05-23 14:10:50 +00:00
netiso s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
netkey Ignore freed rtcache entries. 2008-07-01 20:18:45 +00:00
netnatm Delete unnecessary casts to void *. 2008-05-22 00:59:19 +00:00
netsmb Make it compile. 2008-06-24 11:20:37 +00:00
nfs Replace references to getsock/getvnode. 2008-06-24 11:18:14 +00:00
opencrypto Coverity CID 5021: Check pointers before using. 2008-05-24 16:42:00 +00:00
rump Add dependencies on the input files + Makefile for the auto-generated 2008-07-02 23:03:35 +00:00
secmodel
stand
sys - Keep cache locked while allocating a cache group - later we might want 2008-07-04 16:38:59 +00:00
ufs ufsdirhash_build: missing unlock in failure path. 2008-07-03 09:56:15 +00:00
uvm Scale the number of kernel reserve pages by the number of CPUs. 2008-07-04 10:56:59 +00:00
Makefile