NetBSD/sys/fs
rmind ce079fc9c0 tmpfs_mknod: it is not our responsibility to call vput() on the directory
vnode, so remove it (and ensure *vpp is NULL while here).
2014-05-26 19:12:07 +00:00
..
adosfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
cd9660 PR kern/48799: make filehandles properly use 64bit inodes on CD9660 file 2014-05-13 17:05:26 +00:00
efs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
filecorefs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
hfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
msdosfs Introduce a selector function to the vfs vnode iterator so that we don't 2014-05-24 16:34:03 +00:00
nfs kill sprintf. 2014-03-25 16:30:28 +00:00
nilfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
ntfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
ptyfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
puffs use standard dirty vnode test. 2014-05-25 19:32:36 +00:00
smbfs use macro. 2014-05-25 19:33:28 +00:00
sysvbfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
tmpfs tmpfs_mknod: it is not our responsibility to call vput() on the directory 2014-05-26 19:12:07 +00:00
udf An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
union Also set or assert that *vpp is null before calling VOP_MKDIR. 2014-05-17 04:07:15 +00:00
unionfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
v7fs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
Makefile 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
unicode.h Use size_t instead of int for character count to avoid sign compare issues. 2014-04-06 19:25:22 +00:00