Subject: CVS commit: src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 01/21/2005 03:24:40
Module Name: src
Committed By: chs
Date: Fri Jan 21 03:24:40 UTC 2005
Modified Files:
src/sys/uvm: uvm_glue.c
Log Message:
reduce the size of user coredump files by not dumping regions of
the address space that have never been touched (such as much of the
virtual space allocated for pthread stacks).
To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 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.