Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 05/06/2005 19:34:47
Module Name:	src
Committed By:	nathanw
Date:		Fri May  6 19:34:47 UTC 2005

Modified Files:
	src/sys/uvm: uvm_glue.c

Log Message:
uvm_coredump_walkmap(): Set UVM_COREDUMP_NODUMP on regions whose
protection does not include VM_PROT_READ, so that the core dumping
doesn't error out with EFAULT when trying to write that region.

Addresses PR kern/30143; approach suggested by chs@.


To generate a diff of this commit:
cvs rdiff -r1.84 -r1.85 src/sys/uvm/uvm_glue.c

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