NetBSD/sys/miscfs
hannken 9decf88a36 Make sure fdesc_lookup() never returns VNON vnodes.
Should fix PR kern/56130 (fdescfs create nodes with wrong major number)
2021-05-01 15:08:14 +00:00
..
deadfs UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
fdesc Make sure fdesc_lookup() never returns VNON vnodes. 2021-05-01 15:08:14 +00:00
fifofs Use sel{record,remove}_knote(). 2020-12-19 21:54:42 +00:00
genfs Round of uvm.h cleanup. 2020-09-05 16:30:10 +00:00
kernfs Introduce genfs_pathconf() and use it for the default case in all filesystems. 2020-06-27 17:29:17 +00:00
nullfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
overlay Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
procfs Fix procfs environ node. 2020-12-28 22:36:16 +00:00
specfs When reading from a block device, queue parallel block requests to 2020-12-25 09:28:56 +00:00
umapfs Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
Makefile