Subject: CVS commit: syssrc/sys/uvm
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 05/15/2002 09:57:51
Module Name:	syssrc
Committed By:	matt
Date:		Wed May 15 06:57:51 UTC 2002

Modified Files:
	syssrc/sys/uvm: uvm_glue.c uvm_object.h uvm_pager.c

Log Message:
When core dumping a process, don't dump maps backed up by the device pager.
(move the pagerops externs to uvm_object.h and out the C files).


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 syssrc/sys/uvm/uvm_glue.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/uvm/uvm_object.h
cvs rdiff -r1.56 -r1.57 syssrc/sys/uvm/uvm_pager.c

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