NetBSD/sys/miscfs/procfs
plunky 5ec364d4d9 C99 section 6.7.2.3 (Tags) Note 3 states that:
A type specifier of the form

	enum identifier

  without an enumerator list shall only appear after the type it
  specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
2013-03-18 19:35:35 +00:00
..
files.procfs
Makefile
procfs_cmdline.c Refactor ps_strings access. Based on PK_32, write either the normal 2011-03-04 22:25:24 +00:00
procfs_ctl.c Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
procfs_fd.c
procfs_fpregs.c
procfs_linux.c don't produce different output if we are super user. 2011-12-19 03:02:31 +00:00
procfs_map.c - match format with the linux map printing 2012-05-06 03:13:11 +00:00
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c Remove uarea swap-out functionality: 2009-10-21 21:11:57 +00:00
procfs_subr.c do something reasonable with kernel semaphores. 2012-11-25 01:03:05 +00:00
procfs_vfsops.c - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
procfs_vnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
procfs.h add a task process subdirectory for emul linux 2012-05-28 13:16:10 +00:00