NetBSD/sys/miscfs/procfs
elad 009f5d2f88 Where possible, extract the file-system's access() routine to two internal
functions: the first checking if the operation is possible (regardless of
permissions), the second checking file-system permissions, ACLs, etc.

Mailing list reference:

	http://mail-index.netbsd.org/tech-kern/2009/06/21/msg005311.html
2009-07-03 21:17:40 +00:00
..
Makefile
files.procfs Restore dependency on PTRACE for PROCFS. 2006-08-30 13:49:27 +00:00
procfs.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
procfs_cmdline.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
procfs_ctl.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
procfs_fd.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
procfs_fpregs.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
procfs_linux.c this change was somehow missed. 2009-01-11 03:16:33 +00:00
procfs_map.c merge christos-time_t 2009-01-11 02:45:45 +00:00
procfs_mem.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
procfs_note.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
procfs_regs.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
procfs_status.c merge christos-time_t 2009-01-11 02:45:45 +00:00
procfs_subr.c ansify function definitions 2009-03-15 17:14:40 +00:00
procfs_vfsops.c ansify function definitions 2009-03-15 17:14:40 +00:00
procfs_vnops.c Where possible, extract the file-system's access() routine to two internal 2009-07-03 21:17:40 +00:00