NetBSD/sys
pooka af927546de Move vfs_attach(), vfs_detach() and vfs_reinit() from vfs_subr.c
to vfs_init.c.  This permits easier standalone compilation of these
routines.
2007-07-27 14:25:21 +00:00
..
altq Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
arch Check a correct value on a sanity check in jensenio_eisa_intr_map(). 2007-07-27 13:37:07 +00:00
coda Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter. 2007-07-26 22:57:36 +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
crypto
ddb include cdefs.h before opt_xxx.h 2007-07-19 21:54:51 +00:00
dev Add support for newer SAS and similar devices to mpt(4). Tested with 2007-07-27 13:06:51 +00:00
dist Avoid casting to "i6addr_t *", because that type requires 64-bit 2007-07-19 14:04:34 +00:00
fs ubc_uiomove: add an "advice" argument rather than using UVM_ADV_RANDOM blindly. 2007-07-27 09:50:36 +00:00
gdbscripts
ipkdb
kern Move vfs_attach(), vfs_detach() and vfs_reinit() from vfs_subr.c 2007-07-27 14:25:21 +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 whoops, forgot to commit this a while back: initialize new vnode size 2007-07-27 08:38:39 +00:00
net Cosmetic: remove superfluous parentheses. Compare pointers with 2007-07-21 03:12:10 +00:00
net80211
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
netsmb Don't exit an unheld mutex. 2007-07-10 21:05:03 +00:00
nfs stop nfs tick when we have nothing to do. 2007-07-27 10:03:58 +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 Expose struct vfsops and VFS_FOO()s if __VFSOPS_EXPOSE is defined. 2007-07-27 13:43:05 +00:00
ufs use ubc_uiomove for read as well. 2007-07-27 10:00:42 +00:00
uvm ubc_uiomove: add an "advice" argument rather than using UVM_ADV_RANDOM blindly. 2007-07-27 09:50:36 +00:00
Makefile