NetBSD/sys/miscfs
riastradh f9534e4daa Uncomment the argument struct declarations in deadfs.
We don't actually use them, but this is the only way the vop
versioning mechanism flags code that needs changing.
2015-04-20 23:30:58 +00:00
..
deadfs Uncomment the argument struct declarations in deadfs. 2015-04-20 23:30:58 +00:00
fdesc Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
fifofs split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq 2014-08-09 05:33:00 +00:00
genfs Cull unused vnode v_iflags: VI_LAYER, VI_LOCKSHARE. 2015-04-20 19:36:55 +00:00
kernfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
nullfs Do not uselessly include <sys/malloc.h>. 2014-11-09 18:08:06 +00:00
overlay Do not uselessly include <sys/malloc.h>. 2014-11-10 18:46:33 +00:00
procfs Make VOP_LINK return directory still locked and referenced. 2015-04-20 22:59:19 +00:00
specfs Make vget always return vnode unlocked. 2015-04-20 13:44:16 +00:00
syncfs Make vget always return vnode unlocked. 2015-04-20 13:44:16 +00:00
umapfs Do not uselessly include <sys/malloc.h>. 2014-11-09 18:08:06 +00:00
Makefile