NetBSD/sys
2008-06-17 16:17:21 +00:00
..
altq
arch Fix two KASSERT(value | (C1|C2)) to KASSERT(value & (C1|C2)) so that it 2008-06-17 08:04:26 +00:00
coda
compat Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 2008-06-17 16:17:21 +00:00
conf Do proper config(5) version checking after previous changes [hi drochner!]. 2008-06-10 14:03:57 +00:00
contrib/dev/ath
crypto
ddb
dev fix copy&paste error 2008-06-17 15:05:15 +00:00
dist Use of kernel malloc to record what memory ipfilter was using was broken 2008-06-08 11:31:28 +00:00
fs Change comments on marking buffer busy. 2008-06-17 14:14:05 +00:00
gdbscripts
ipkdb
kern Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 2008-06-17 16:17:21 +00:00
lib Include cpuset. 2008-06-15 20:34:18 +00:00
lkm use device_lookup to get device 2008-06-13 14:25:06 +00:00
miscfs vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
modules Add Makefile for building azalia as a kmod 2008-06-02 11:34:07 +00:00
net Fix previous: a well hidden assignment was lost. 2008-06-15 20:36:55 +00:00
net80211 move TAILQ_FOREACH_SAFE -> sys/queue.h 2008-06-15 16:42:18 +00:00
netatalk
netbt
netinet
netinet6
netipsec
netisdn
netiso
netkey
netnatm
netsmb
nfs vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +00:00
opencrypto
rump Regen from syscalls.master rev 1.204. 2008-06-17 16:13:37 +00:00
secmodel
stand
sys Regen from syscalls.master rev 1.204: 2008-06-17 16:07:57 +00:00
ufs Mark a buffer busy in getnewbuf() when it came from the pool_cache since 2008-06-17 14:53:10 +00:00
uvm Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 2008-06-17 16:17:21 +00:00
Makefile