NetBSD/sys/fs
maxv 5f2f7d8e15 Remove dead returns:
return VAR/func(XX);
	return VAR;

The latter is never reached. Sent on tech-kern@, no disagreement.
2014-08-21 06:40:35 +00:00
..
adosfs Change adosfs from hashlist to vcache. 2014-08-05 08:50:54 +00:00
cd9660 Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
efs Change efs from hashlist to vcache. 2014-08-07 08:24:23 +00:00
filecorefs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
hfs Change hfs from hashlist to vcache. 2014-08-10 08:53:22 +00:00
msdosfs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
nfs kill sprintf. 2014-03-25 16:30:28 +00:00
nilfs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
ntfs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
ptyfs Remove dead returns: 2014-08-21 06:40:35 +00:00
puffs Add a oflags input field to open requests so that the filesystem can pass 2014-08-16 16:19:41 +00:00
smbfs http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2 2014-08-12 06:57:20 +00:00
sysvbfs Whitespace fix 2014-08-08 19:14:45 +00:00
tmpfs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
udf Posix requires the va_size of a symlink to be pathlength for symbolic links. 2014-07-29 15:48:22 +00:00
union Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
unionfs Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can 2014-07-25 08:20:51 +00:00
v7fs Whitespace fix 2014-08-08 19:14:45 +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