NetBSD/sys/fs
peter 76767beb4a Use DENYNONE to give unixy semantics of permitting everything not forbidden
by permissions.  Ie denial is up to server with clients/openers needing to use
advisory locks for further control.  From FreeBSD.

Fixes file access problem when the file is already open on the server.
Problem reported by George Abdelmalik <gabdelmalik at avdat dot com dot au>

Reviewed by jdolecek.
2004-10-27 19:17:13 +00:00
..
adosfs rename 'sp' variable to 'ap' in adosfs_pathconf(), so that it matches other 2004-09-14 16:59:40 +00:00
cd9660 There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
filecorefs set mp->mnt_stat.f_namemax on filesystem mount for use by statvfs, and use 2004-09-13 19:25:48 +00:00
msdosfs set mp->mnt_stat.f_namemax on filesystem mount for use by statvfs, and use 2004-09-13 19:25:48 +00:00
ntfs set mp->mnt_stat.f_namemax on filesystem mount for use by statvfs, and use 2004-09-13 19:25:48 +00:00
smbfs Use DENYNONE to give unixy semantics of permitting everything not forbidden 2004-10-27 19:17:13 +00:00
union There's no need to pass a proc value when using UIO_SYSSPACE with 2004-09-17 14:11:20 +00:00
Makefile