Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/doc 939



details:   https://anonhg.NetBSD.org/src/rev/af568d518178
branches:  netbsd-3
changeset: 577460:af568d518178
user:      jmc <jmc%NetBSD.org@localhost>
date:      Mon Nov 07 17:34:22 2005 +0000

description:
939

diffstat:

 doc/CHANGES-3.0 |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 8cce86685366 -r af568d518178 doc/CHANGES-3.0
--- a/doc/CHANGES-3.0   Mon Nov 07 17:33:17 2005 +0000
+++ b/doc/CHANGES-3.0   Mon Nov 07 17:34:22 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-3.0,v 1.1.2.300 2005/11/06 13:53:04 tron Exp $
+#      $NetBSD: CHANGES-3.0,v 1.1.2.301 2005/11/07 17:34:22 jmc Exp $
 
 A complete list of changes from the initial NetBSD 3.0 branch on 16 March 2005
 until the 3.0 release:
@@ -13959,3 +13959,10 @@
          package.
        [wiz, #ticket 938]
 
+sys/uvm/uvm_amap.c                             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. PR#25392, PR#30257, PR#31924
+       [chs, ticket #939]



Home | Main Index | Thread Index | Old Index