NetBSD/sys/fs
maxv 8ee3c88d2b Limit the minimum size of a disk sector to 512 bytes, to prevent memory
overflow on extremely low secsize. This normally conforms to the old standard
(for which there doesn't seem to be a clear spec). Since 2011, IDEMA's Advanced
Format standardizes it to 4k, so this change won't cause any trouble on
new devices.

Put the printf under DIAGNOSTIC temporarily to see if someone complains.

after a quick discussion on tech-kern
2014-07-16 20:09:00 +00:00
..
adosfs An (un)privileged user can easily make the kernel dereference a NULL 2014-04-16 18:55:17 +00:00
cd9660 Remove ROOTNAME (unused). 2014-07-09 08:43:54 +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 Limit the minimum size of a disk sector to 512 bytes, to prevent memory 2014-07-16 20:09:00 +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 smbfs depends on nsmb, so add the dependency as appropriate. Fixes 2014-07-14 16:29:50 +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