NetBSD/sys
ad 60dc8508be Add _RB_NFIND: finds the first node greater than or equal to the search key.
From FreeBSD and used by jemalloc.
2007-09-06 23:26:50 +00:00
..
altq init tbr_callout in all cases (hi ad!) 2007-09-04 14:17:16 +00:00
arch Remove the (now unused) second 64k page mapped per CPU. 2007-09-06 20:22:51 +00:00
coda * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00
compat Constify: LLADDR() -> CLLADDR(). 2007-08-29 22:33:42 +00:00
conf subr_prf_bitmask.c -> subr_prf2.c 2007-08-15 20:34:48 +00:00
contrib/dev/ath Make ath(4) work again on sparc64 (and other big-endian machines). 2007-08-28 00:12:46 +00:00
crypto
ddb include cdefs.h before opt_xxx.h 2007-07-19 21:54:51 +00:00
dev Remove a now-unused local variable. 2007-09-06 08:52:36 +00:00
dist reduce diff. 2007-08-07 10:02:40 +00:00
fs move static KASSERT from mount to init 2007-09-05 22:34:17 +00:00
gdbscripts
ipkdb
kern Fix various possible dereferences via uvmspace_free() of non-initialized *vm. 2007-09-06 04:00:44 +00:00
lib Do the panicstr check only if _KERNEL. 2007-08-03 13:06:00 +00:00
lkm Update to catch some problems that I just fixed in the framework. The 2007-07-22 18:24:48 +00:00
miscfs Make bioops a pointer and point it to the softdeps struct in softdep 2007-09-01 23:40:21 +00:00
net We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., 2007-09-02 19:42:21 +00:00
net80211
netatalk Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and 2007-09-01 04:32:50 +00:00
netbt not necessary to cast to (void *) (from caddr_t removal) 2007-07-19 20:48:51 +00:00
netinet We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., 2007-09-05 05:29:35 +00:00
netinet6 We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., 2007-09-02 19:42:21 +00:00
netipsec Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
netisdn Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
netiso We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., 2007-09-02 19:42:21 +00:00
netkey Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
netnatm
netsmb Don't exit an unheld mutex. 2007-07-10 21:05:03 +00:00
nfs nfs_mount: Plug a possible leaks. 2007-09-06 01:11:44 +00:00
opencrypto Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
rump "proper" return value handling 2007-09-02 13:55:27 +00:00
secmodel Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
stand
sys Add _RB_NFIND: finds the first node greater than or equal to the search key. 2007-09-06 23:26:50 +00:00
ufs Make bioops a pointer and point it to the softdeps struct in softdep 2007-09-01 23:40:21 +00:00
uvm Make bioops a pointer and point it to the softdeps struct in softdep 2007-09-01 23:40:21 +00:00
Makefile