CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/04 17:45:31
Modified files:
sys/kern : exec_elf.c
sys/uvm : uvm_extern.h uvm_unix.c
Log message:
Generating a coredump requires walking the map twice; change
uvm_coredump_walkmap() to do both with a callback in between
so it can hold locks/change state across the two.
ok stefan@
