NetBSD/sys/miscfs
jdolecek 332bb4894a bound check mount args more thoroughly 2001-08-03 06:00:13 +00:00
..
deadfs make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
fdesc Add DTYPE_PIPE (to be used by new pipe implementation) and handle 2001-06-16 08:28:39 +00:00
fifofs convert to ansi knf 2001-02-27 19:52:21 +00:00
genfs change vop_symlink and vop_mknod to return vpp (the created node) 2001-07-24 15:39:30 +00:00
kernfs let kernfs_mmap() use the default error method. 2001-06-03 02:23:31 +00:00
nullfs (*fs_mount): do not get the parent vnode back from namei to just release it 2001-08-02 22:40:58 +00:00
overlay Some more corrections by Michael K. Sanders. 2001-06-09 11:02:08 +00:00
portal let portalfs_mmap() use the default error method. 2001-06-03 02:22:40 +00:00
procfs procfs_bmap() should never be called, make it a "bad op". 2001-06-03 02:21:35 +00:00
specfs Don't hold vp->v_interlock when calling vcount(); vcount() calls 2001-04-17 18:49:26 +00:00
syncfs make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
umapfs bound check mount args more thoroughly 2001-08-03 06:00:13 +00:00
union (*fs_mount): do not get the parent vnode back from namei to just release it 2001-08-02 22:40:58 +00:00
Makefile