NetBSD/sys/fs
njoly 7ca6722553 In sysvbfs_lookup(), deny last component write operation on a
read-only mount.
Fix PR/44302: sysvbfs allows unlink on fs mounted MNT_RDONLY.

Reviewed by pooka.
2011-01-31 18:48:50 +00:00
..
adosfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
cd9660 Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
efs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
filecorefs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
hfs Make holding v_interlock mandatory for callers of vget(). 2010-07-21 17:52:09 +00:00
msdosfs Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
nilfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
ntfs It makes no sense to call vget() with LK_RETRY. 2010-07-25 09:54:37 +00:00
ptyfs Introduce struct pathbuf. This is an abstraction to hold a pathname 2010-11-19 06:44:33 +00:00
puffs add advlock to puffs. ok pooka@ 2011-01-11 14:04:54 +00:00
smbfs Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
sysvbfs In sysvbfs_lookup(), deny last component write operation on a 2011-01-31 18:48:50 +00:00
tmpfs Add some support for unionfs (not built by default). It's still 2011-01-13 13:35:11 +00:00
udf A not rewritable disc can be pseudo-overwritable. A pseudo-overwritable disc 2011-01-22 18:02:18 +00:00
union Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
unionfs Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
Makefile Install ptyfs userspace header into user's space. 2010-06-14 14:40:47 +00:00
unicode.h