kernel - VM rework part 3 - Cleanup pass
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 9 May 2019 06:31:25 +0000 (23:31 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 10 May 2019 16:24:49 +0000 (09:24 -0700)
commit44293a8055ecb27ff83ef3482f7e2fd33b35ebe8
tree1190a4749166b88d256c21fa3734000955ea0f60
parent9de48ead48581d5b505ed595b3649170741605cb
kernel - VM rework part 3 - Cleanup pass

* Cleanup various structures and code
15 files changed:
sys/ddb/db_break.h
sys/ddb/db_watch.h
sys/kern/imgact_elf.c
sys/kern/sys_process.c
sys/vfs/procfs/procfs_map.c
sys/vm/vm.h
sys/vm/vm_extern.h
sys/vm/vm_fault.c
sys/vm/vm_kern.h
sys/vm/vm_map.c
sys/vm/vm_map.h
sys/vm/vm_object.c
sys/vm/vm_pageout.h
sys/vm/vnode_pager.c
usr.bin/fstat/fstat.c