NetBSD/sys/fs/smbfs
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.smbfs add kqueue (EVFILT_READ, EVFILT_WRITE, EVFILT_VNODE) support 2003-03-02 22:06:50 +00:00
smbfs.h g/c smbfs_kqinit() prototype, it is no more 2003-04-07 12:04:40 +00:00
smbfs_io.c smbfs_writevnode(): print offset as %lld in debug message, and 2003-03-24 13:52:59 +00:00
smbfs_kq.c fix locking issues uncovered by LOCKDEBUG, reorganize code a bit so that 2003-04-08 18:16:01 +00:00
smbfs_node.c when loaded via LKM, need to malloc_type_{attach|detach} used malloc 2003-04-02 16:26:53 +00:00
smbfs_node.h g/c some unneeded forward struct declarations 2003-03-23 17:54:26 +00:00
smbfs_smb.c use pools instead of malloc(9) for allocation of smb request structures 2003-04-07 19:35:39 +00:00
smbfs_subr.c add __KERNEL_RCSID() 2003-02-25 09:09:31 +00:00
smbfs_subr.h use NT DIRECTORY CHANGE NOTIFY to watch for directory kevents if the 2003-04-07 12:04:15 +00:00
smbfs_vfsops.c PR/1796: John Kohl: statfs misbehaves under chrooted environments. 2003-04-16 21:44:18 +00:00
smbfs_vnops.c fix couple more simple lock issues on smbfs_close() code path: 2003-04-09 18:57:29 +00:00