Subject: PR/30257 CVS commit: [netbsd-2-0] src/sys/uvm
To: None <port-sparc-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 01/27/2006 22:25:09
The following reply was made to PR port-sparc/30257; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30257 CVS commit: [netbsd-2-0] src/sys/uvm
Date: Fri, 27 Jan 2006 22:21:01 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Fri Jan 27 22:21:01 UTC 2006
 
 Modified Files:
 	src/sys/uvm [netbsd-2-0]: 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.2.1 -r1.53.2.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.