Subject: CVS commit: [netbsd-2] src/sys/uvm
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 01/27/2006 22:19:10
Module Name:	src
Committed By:	tron
Date:		Fri Jan 27 22:19:10 UTC 2006

Modified Files:
	src/sys/uvm [netbsd-2]: uvm_amap.c

Log Message:
Pull up following revision(s) (requested by chs in ticket #10230):
	sys/uvm/uvm_amap.c: revision 1.66 via patch
in amap_cow_now(), handle the case where we have to sleep and some of the
already-copied pages are paged out.  anons that have already been copied
will have refcount == 1, whereas anons that still need to be copied will
have refcount > 1.  fixes PR 25392, PR 30257, PR 31924.


To generate a diff of this commit:
cvs rdiff -r1.53.4.1 -r1.53.4.2 src/sys/uvm/uvm_amap.c

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