NetBSD/sys/fs
maxv 1273c3cb8c - Perform sanity checks not just for GEMDOSFS, but for all FAT devices. This
also fixes a division-by-zero bug that could crash the system.
- Define GEMDOSFS_BSIZE instead of a hard-coded 512 value, and remove 'bsize'.
- Rename 'tmp' to 'BlkPerSec'.

From me, FreeBSD, OpenBSD and the FAT specification.

ok christos@
2014-07-08 19:34:47 +00:00
..
adosfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
cd9660 CID 1223346: No need to check bp against NULL. It is always valid here. 2014-06-22 09:47:40 +00:00
efs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
filecorefs Introduce two helper functions to centralise the namecache statistics 2014-06-03 19:30:29 +00:00
hfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
msdosfs - Perform sanity checks not just for GEMDOSFS, but for all FAT devices. This 2014-07-08 19:34:47 +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 use psize_t for physical memory calculation 2014-06-13 11:57:48 +00:00
udf An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
union Unlock directory vnode after VOP_CREATE. 2014-06-17 12:38:12 +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