Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-1] src/sys/uvm
Module Name: src
Committed By: tron
Date: Fri Jan 27 22:20:35 UTC 2006
Modified Files:
src/sys/uvm [netbsd-2-1]: 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.1.2.1 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.
Home |
Main Index |
Thread Index |
Old Index