NetBSD/sys/nfs
christos 80ecd573c0 PR/1796: John Kohl: statfs misbehaves under chrooted environments.
- Under chroot it displays only the visible filesystems with appropriate paths.
- The statfs f_mntonname gets adjusted to contain the real path from root.
- While was there, fixed a bug in ext2fs, locking problems with vfs_getfsstat(),
  and factored out some of the vfsop statfs() code to copy_statfs_info(). This
  fixes the problem where some filesystems forgot to set fsid.
- Made coda look more like a normal fs.
2003-04-16 21:44:18 +00:00
..
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
files.nfs merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
krpc.h
krpc_subr.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
nfs.h Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
nfs_bio.c remove line-wrapping that is no longer needed. 2003-04-15 13:48:40 +00:00
nfs_boot.c
nfs_bootdhcp.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
nfs_bootparam.c Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
nfs_kq.c nfs_kqfilter(): add the knote to v_klist only if guaranteed to return success 2003-03-27 19:58:26 +00:00
nfs_node.c use queue manipulation macros. 2003-04-02 15:14:19 +00:00
nfs_nqlease.c use queue manipulation macros. 2003-04-02 15:14:19 +00:00
nfs_serv.c return rtmax bytes if we get READ requests larger than rtmax. 2003-04-03 15:19:12 +00:00
nfs_socket.c fix indent. 2003-04-15 13:51:11 +00:00
nfs_srvcache.c use queue manipulation macros. 2003-04-02 15:14:19 +00:00
nfs_subs.c sync a comment with reality. 2003-04-16 14:51:55 +00:00
nfs_syscalls.c make per-iod datas together. 2003-04-09 14:22:33 +00:00
nfs_var.h i forgot to check this in with the previous (reply ENAMETOOLONG properly). 2003-03-28 15:13:35 +00:00
nfs_vfsops.c PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
nfs_vnops.c rename a very confusing variable name. 2003-04-09 14:30:30 +00:00
nfsdiskless.h Add multiple inclusion protection. 2002-12-01 22:59:42 +00:00
nfsm_subs.h reply ENAMETOOLONG properly instead of discarding request as BADRPC. 2003-03-28 13:05:47 +00:00
nfsmount.h rename nm_verf to nm_writeverf because it's confusing with nm_verf{str,len}. 2003-04-09 14:21:24 +00:00
nfsnode.h update a comment to follow the previous change. 2003-04-09 14:24:32 +00:00
nfsproto.h
nfsrtt.h Eliminate commons 2002-05-12 23:04:35 +00:00
nfsrvcache.h
nqnfs.h Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
rpcv2.h
xdr_subs.h