freebsd-dev/sys/fs/procfs
Doug Moore 2288078c5e Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map.
In case the implementation ever changes from using a chain of next pointers,
then changing the macro definition will be necessary, but changing all the
files that iterate over vm_map entries will not.

Drop a counter in vm_object.c that would have an effect only if the
vm_map entry count was wrong.

Discussed with: alc
Reviewed by: markj
Tested by: pho (earlier version)
Differential Revision:	https://reviews.freebsd.org/D21882
2019-10-08 07:14:21 +00:00
..
procfs_dbregs.c Plug memory disclosures via ptrace(2). 2018-12-03 20:54:17 +00:00
procfs_fpregs.c Plug memory disclosures via ptrace(2). 2018-12-03 20:54:17 +00:00
procfs_ioctl.c Move most of the contents of opt_compat.h to opt_global.h. 2018-04-06 17:35:35 +00:00
procfs_map.c Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map. 2019-10-08 07:14:21 +00:00
procfs_mem.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
procfs_note.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
procfs_osrel.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
procfs_regs.c Plug memory disclosures via ptrace(2). 2018-12-03 20:54:17 +00:00
procfs_rlimit.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
procfs_status.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
procfs_type.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
procfs.c Make it easier for filesystems to count themselves as jail-enabled, 2018-05-04 20:54:27 +00:00
procfs.h [procfs] Split procfs_attr into multiple functions 2018-04-24 14:49:09 +00:00