master
Fix build of tmpfs
remove prototypes with no matching function
fix nde structure initialization, noticed in netbsd pr 50381 by mmcc@ by ensuring the structure is zeroed when allocated from the pool ok mmcc@, stsp@
Remove unused VOP_POLL().
Ensure that file names passed back by readdir do not include a '/' character. The '/' char is the path separator and is not allowed in any filename.
A tiny bit of cleanup.
Put the bowels of the various VOP_PRINT routines under defined(DEBUG) || defined(DIAGNOSTIC) || defined(VFSLCKDEBUG) as they won't be used otherwise.