NetBSD/sys/nfs
dyoung 060522dec8 Hide the radix-trie implementation of the forwarding table so that we
will have an easier time replacing it with something different, even if
it is a second radix-trie implementation.

sys/net/route.c and sys/net/rtsock.c no longer operate directly on
radix_nodes or radix_node_heads.

Hopefully this will reduce the temptation to implement multipath or
source-based routing using grotty hacks to the grotty old radix-trie
code, too. :-)
2011-03-31 19:40:51 +00:00
..
files.nfs
krpc_subr.c
krpc.h
Makefile
nfs_bio.c Fix memory leak during some NFS writes. 2010-06-12 21:10:55 +00:00
nfs_boot.c Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfs_bootdhcp.c Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfs_bootparam.c
nfs_bootstatic.c
nfs_clntsocket.c
nfs_clntsubs.c
nfs_export.c Hide the radix-trie implementation of the forwarding table so that we 2011-03-31 19:40:51 +00:00
nfs_iod.c
nfs_kq.c
nfs_node.c Fixes/improvements to RB-tree implementation: 2010-09-24 22:51:50 +00:00
nfs_serv.c Fix memory leak introduced with the struct pathbuf changes. Hi, me. 2011-03-19 01:34:24 +00:00
nfs_socket.c As suggested by matt@: change socket buffer reservations for NFS send/receive 2011-03-23 17:42:11 +00:00
nfs_srvcache.c
nfs_srvsocket.c
nfs_srvsubs.c Fix memory leak introduced with the struct pathbuf changes. Hi, me. 2011-03-19 01:34:24 +00:00
nfs_subs.c Include uvm/uvm.h to use UVM internal type (struct vm_page). 2010-11-06 11:00:29 +00:00
nfs_syscalls.c
nfs_var.h
nfs_vfsops.c Do not return a garbage vnode in vpp if fhtovp fails. 2010-08-12 09:41:10 +00:00
nfs_vnops.c Initialize mutex and cv after sanity checks 2010-12-14 16:58:58 +00:00
nfs.h
nfsdiskless.h Add support to honor MTU settings from DHCP during netboot. 2010-10-04 23:48:22 +00:00
nfsm_subs.h
nfsmount.h Add the ability to mount NFS filesystems in COMPAT_NETBSD32 2011-01-22 22:26:10 +00:00
nfsnode.h Rename rb.h to rbtree.h, as it is more appropriate (c.f. ptree.h). Also 2010-09-25 01:42:38 +00:00
nfsproto.h
nfsrtt.h
nfsrvcache.h
rpcv2.h
xdr_subs.h