NetBSD/sys
ad fbb58ada61 Merge most x86 changes from the vmlocking branch, except the threaded soft
interrupt stuff. This is mostly comprised of changes to the pmap modules to
work on multiprocessor systems without kernel_lock, and changes to speed up
tlb shootdowns.
2007-08-29 23:38:01 +00:00
..
altq Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
arch Merge most x86 changes from the vmlocking branch, except the threaded soft 2007-08-29 23:38:01 +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 Constify: LLADDR() -> CLLADDR(). 2007-08-29 22:33:42 +00:00
dist reduce diff. 2007-08-07 10:02:40 +00:00
fs Add a third type of fh option, passthrough, where the kernel does 2007-08-23 14:36:46 +00:00
gdbscripts
ipkdb
kern In quotactl, move vrele() to after the VFS call: protects the 2007-08-28 09:28:10 +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 cleanup unused prototype 2007-08-03 08:50:23 +00:00
net LLADDR -> CLLADDR. 2007-08-27 14:59:11 +00:00
net80211 Add a sockaddr_storage member to "struct ifreq" maintaining backwards 2007-05-29 21:32:27 +00:00
netatalk Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to 2007-08-26 22:59:08 +00:00
netbt not necessary to cast to (void *) (from caddr_t removal) 2007-07-19 20:48:51 +00:00
netinet Fix ipv4 multicast that could sometimes send packets with the wrong 2007-08-28 23:45:39 +00:00
netinet6 Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to 2007-08-26 22:59:08 +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 Constify: LLADDR() -> CLLADDR(). 2007-08-29 22:53:35 +00:00
netkey Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
netnatm Eliminate address family-specific route caches (struct route, struct 2007-05-02 20:40:22 +00:00
netsmb Don't exit an unheld mutex. 2007-07-10 21:05:03 +00:00
nfs Constify: LLADDR() -> CLLADDR(). 2007-08-29 22:53:35 +00:00
opencrypto Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
rump allow to set ffs options with command-line -o 2007-08-27 23:15:26 +00:00
secmodel Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
stand
sys u_short -> unsigned short 2007-08-29 10:32:01 +00:00
ufs Modify ffs_lock() to take care for changed v_vnlock. Snapshots do not need 2007-08-21 09:27:33 +00:00
uvm Also initialize map->lock for INTRSAFE maps. 2007-08-20 13:34:52 +00:00
Makefile