NetBSD/sys
pooka daeb749df5 ntfs_unmount:
* panic if flushing system nodes fails: we have released too many
  resources and would die anyway the next time unmount is attempted
* KASSERT that VOP_CLOSE succeeds, but always return 0.  once again
  we have released too many resources

XXX: maybe rewrite to be a bit more robust
2007-07-26 18:43:14 +00:00
..
altq Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
arch Move the include of <machine/intr.h> into the _KERNEL / _LOCORE #ifdefs. 2007-07-26 14:54:09 +00:00
coda Initialize size and/or writesize when creating a vnode. 2007-07-23 11:27:45 +00:00
compat <sys/proc.h> is needed to get nprocs... fixes the build on amd64. 2007-07-21 23:39:46 +00:00
conf Take steps to hide the radix_node implementation of the forwarding table 2007-07-19 20:48:50 +00:00
contrib/dev/ath Remove support for NetBSD/{,evb}sh5. 2007-04-08 09:35:21 +00:00
crypto
ddb include cdefs.h before opt_xxx.h 2007-07-19 21:54:51 +00:00
dev add WSDISPLAY_TYPE_PXALCD for PXA2x0 LCD controller. 2007-07-26 12:17:14 +00:00
dist Avoid casting to "i6addr_t *", because that type requires 64-bit 2007-07-19 14:04:34 +00:00
fs ntfs_unmount: 2007-07-26 18:43:14 +00:00
gdbscripts
ipkdb
kern regen: assert that vnode creating operations set the size 2007-07-22 21:27:49 +00:00
lib include sys/cdefs.h 2007-07-19 22:00:04 +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 Initialize size and/or writesize when creating a vnode. 2007-07-23 11:27:45 +00:00
net Cosmetic: remove superfluous parentheses. Compare pointers with 2007-07-21 03:12:10 +00:00
net80211 Add a sockaddr_storage member to "struct ifreq" maintaining backwards 2007-05-29 21:32:27 +00:00
netatalk Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
netbt not necessary to cast to (void *) (from caddr_t removal) 2007-07-19 20:48:51 +00:00
netinet Take steps to hide the radix_node implementation of the forwarding table 2007-07-19 20:48:52 +00:00
netinet6 Take steps to hide the radix_node implementation of the forwarding table 2007-07-19 20:48:52 +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 Take steps to hide the radix_node implementation of the forwarding table 2007-07-19 20:48:52 +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 In sync, skip over vnodes based on if they are clean rather than 2007-07-20 16:46:43 +00:00
opencrypto Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
secmodel Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
stand
sys regen: assert that vnode creating operations set the size 2007-07-22 21:27:49 +00:00
ufs comment police: DIRBLKSIZE would be too chatty and therefore the 2007-07-23 14:58:04 +00:00
uvm In order to pacify assertions, make uao_list_lock + uvm_swap_data_lock 2007-07-24 19:59:35 +00:00
Makefile