NetBSD/sys/miscfs/procfs
christos dea5460561 As discussed in tech-kern:
- make sysctl kern.expose_address tri-state:
	0: no access
	1: access to processes with open /dev/kmem
	2: access to everyone
  defaults:
	0: KASLR kernels
	1: non-KASLR kernels

- improve efficiency by calling get_expose_address() per sysctl, not per
  process.

- don't expose addresses for linux procfs

- welcome to 8.99.27, changes to fill_*proc ABI
2018-12-05 18:16:51 +00:00
..
files.procfs Remove the filesystem tracing feature 2017-08-28 00:46:06 +00:00
Makefile
procfs_auxv.c remove comment. 2017-03-30 20:21:00 +00:00
procfs_cmdline.c rename some "cmdline" stuff now that it is used to print environment too 2017-12-31 03:29:18 +00:00
procfs_fd.c
procfs_fpregs.c
procfs_linux.c As discussed in tech-kern: 2018-12-05 18:16:51 +00:00
procfs_map.c Maps don't change that frequently between reads, so don't give up and 2014-10-17 20:49:22 +00:00
procfs_mem.c
procfs_note.c
procfs_regs.c
procfs_status.c Use %ju and (intmax_t) to unbreak i386 build. 2017-09-29 17:27:26 +00:00
procfs_subr.c Change procfs_revoke_vnodes() to use vrecycle()/vgone() instead 2018-04-16 20:27:38 +00:00
procfs_vfsops.c rename some "cmdline" stuff now that it is used to print environment too 2017-12-31 03:29:18 +00:00
procfs_vnops.c remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had 2018-10-14 17:37:40 +00:00
procfs.h rename some "cmdline" stuff now that it is used to print environment too 2017-12-31 03:29:18 +00:00