Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/doc Tickets 1979 and 1980.
details: https://anonhg.NetBSD.org/src/rev/61c055d8422e
branches: netbsd-2-0
changeset: 564793:61c055d8422e
user: tron <tron%NetBSD.org@localhost>
date: Wed Jun 08 11:39:48 2005 +0000
description:
Tickets 1979 and 1980.
diffstat:
doc/CHANGES-2.0.3 | 22 +++++++++++++++++++++-
1 files changed, 21 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r 61af969c089b -r 61c055d8422e doc/CHANGES-2.0.3
--- a/doc/CHANGES-2.0.3 Wed Jun 08 11:33:19 2005 +0000
+++ b/doc/CHANGES-2.0.3 Wed Jun 08 11:39:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-2.0.3,v 1.1.2.17 2005/05/31 21:55:33 riz Exp $
+# $NetBSD: CHANGES-2.0.3,v 1.1.2.18 2005/06/08 11:39:48 tron Exp $
A complete list of changes from the NetBSD 2.0.2 release to the NetBSD 2.0.3
release.
@@ -110,3 +110,23 @@
Closes PR port-sun3/21699.
[tsutsui, ticket #1874]
+sys/arch/i386/i386/pmap.c 1.181
+
+ Preload the referenced and modified bits when entering a page due to
+ a fault.
+ [chs, ticket #1979]
+
+sys/arch/amd64/amd64/pmap.c 1.19
+sys/arch/amiga/amiga/pmap.c 1.113
+sys/arch/atari/atari/pmap.c 1.90
+sys/arch/hppa/hppa/pmap.c 1.16
+sys/arch/pc532/pc532/pmap.c 1.77
+sys/arch/sparc/sparc/pmap.c 1.299
+sys/arch/sun2/sun2/pmap.c 1.27
+sys/arch/sun3/sun3/pmap.c 1.147
+sys/arch/sun3/sun3x/pmap.c 1.87
+
+ In pmap_enter(), preset the mod/ref bits based on the flags argument.
+ This fixes PR kern/25640.
+ [chs, ticket #1980]
+
Home |
Main Index |
Thread Index |
Old Index