Include map entries that have an amap associated with them in the coredump.
authorkettenis <kettenis@openbsd.org>
Fri, 12 Aug 2016 22:46:02 +0000 (22:46 +0000)
committerkettenis <kettenis@openbsd.org>
Fri, 12 Aug 2016 22:46:02 +0000 (22:46 +0000)
commit81305dc40c07419d7e8f5b439c22e6f1fa1b1445
tree33a18dc9e9931f78e8536d89ce950a3e49620e8b
parentc9d67af7b6c93a6d843b1f0ca20d2407b5c7668d
Include map entries that have an amap associated with them in the coredump.
This fixes coredumps of processes that use relro to make part of their
writable address space read-only.

ok guenther@
sys/uvm/uvm_unix.c