NetBSD/sys/fs
pooka 4e38160d4d Do not "return 1" from kqfilter for errors. That value is passed
directly to the userland caller and results in a mysterious EPERM.
Instead, return EINVAL or something else sensible depending on the
case.
2007-12-05 17:19:46 +00:00
..
adosfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
cd9660 Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
efs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
filecorefs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
hfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
msdosfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
ntfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
ptyfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
puffs Send a response message for flush operations from the kernel instead 2007-12-05 12:11:56 +00:00
smbfs Do not "return 1" from kqfilter for errors. That value is passed 2007-12-05 17:19:46 +00:00
sysvbfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
tmpfs Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
udf Pullup fixes from UDF RW support project. This commit fixes the 2007-11-27 18:10:42 +00:00
union Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
Makefile Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
unicode.h -add __unused declarations to make it possible to use only half of it 2007-02-26 12:33:08 +00:00