Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/10/2001 03:52:27
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Dec 10 01:52:27 UTC 2001

Modified Files:
	syssrc/sys/kern: core_elf32.c core_netbsd.c
	syssrc/sys/uvm: uvm_extern.h uvm_glue.c

Log Message:
Move the code that walks the process's VM map during a coredump
into uvm_coredump_walkmap(), and use callbacks into the coredump
routine to do something with each section.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/kern/core_elf32.c \
    syssrc/sys/kern/core_netbsd.c
cvs rdiff -r1.69 -r1.70 syssrc/sys/uvm/uvm_extern.h
cvs rdiff -r1.55 -r1.56 syssrc/sys/uvm/uvm_glue.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.