Module Name: src
Committed By: riz
Date: Sun Sep 22 17:34:22 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 953
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.48 src/doc/CHANGES-6.2:1.1.2.49
--- src/doc/CHANGES-6.2:1.1.2.48 Sun Sep 22 17:29:34 2013
+++ src/doc/CHANGES-6.2 Sun Sep 22 17:34:22 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.48 2013/09/22 17:29:34 riz Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.49 2013/09/22 17:34:22 riz Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -764,3 +764,9 @@ sys/net/npf/npf_ctl.c 1.27
npfctl_rule: fix filtering of dynamic rules.
[rmind, ticket #952]
+sys/arch/mvme68k/mvme68k/pmap_bootstrap.c 1.52
+
+ Fix panic: pmap_enter_ptpage: can't get KPT page.
+ Addresses mvme68k-specific part of PR#45915.
+ [tsutsui, ticket #953]
+