NetBSD/sys/miscfs
elad f1a69ab3ea Some changes to get rid of another KAUTH_GENERIC_ISSUSER usage:
- Make procfs_control() in procfs_ctl.c static,
  - Add an argument to the above, 'pfs', for the pfsnode,
  - Add another request type to KAUTH_PROCESS_CANPROCFS named
    KAUTH_REQ_PROCESS_CANPROCFS_CTL (and update documentation),
  - Use the above combination in a call to kauth_authorize_process().
2006-12-19 09:58:34 +00:00
..
deadfs Teach deadfs about vm object locking for getpages. This avoids 2006-12-10 23:57:33 +00:00
fdesc a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
fifofs __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
genfs put ->K loaned pages on the page queue, so that page loaning doesn't 2006-12-15 13:51:30 +00:00
kernfs a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
nullfs __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
overlay __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
portal a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
procfs Some changes to get rid of another KAUTH_GENERIC_ISSUSER usage: 2006-12-19 09:58:34 +00:00
specfs Implement Veriexec's raw disk policy on-top of kauth(9)'s device scope, 2006-11-26 20:27:27 +00:00
syncfs __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
umapfs a smorgasbord of improvements to vnode locking and path lookup: 2006-12-09 16:11:50 +00:00
Makefile