NetBSD/sys/miscfs
christos e8926fa3f7 1. fix procfs_validfile{,_linux} to test for NULL pointers properly.
2. make "exe" entry be a symlink to the executable, instead of pointing
   directly to the vnode of the executable.
3. factor out commonly used code.
2006-10-25 18:59:52 +00:00
..
deadfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
fdesc - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
fifofs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
genfs Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
kernfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
nullfs - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
overlay - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
portal - sprinkle __unused on function decls. 2006-10-12 01:30:41 +00:00
procfs 1. fix procfs_validfile{,_linux} to test for NULL pointers properly. 2006-10-25 18:59:52 +00:00
specfs The poll routine needs to return POLLERR on error, not an errno. Sorry 2006-09-30 21:00:13 +00:00
syncfs Replace the LIST structure mp->mnt_vnodelist to a TAILQ structure since all 2006-10-20 18:58:12 +00:00
umapfs kauth_cred_geteuid() is okay for the purposes of these checks. Revert 2006-10-25 11:59:34 +00:00
Makefile