NetBSD/sys/miscfs/umapfs
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
files.umapfs Cleanup how file system configuration information is declared, grouping 2002-04-16 23:14:05 +00:00
umap.h
umap_subr.c don't need <sys/types.h> when including <sys/param.h> 2001-11-15 09:47:59 +00:00
umap_vfsops.c PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
umap_vnops.c add the entry for layer_getpages() to the VOP tables of the 2002-01-04 07:19:33 +00:00