Module Name: src
Committed By: msaitoh
Date: Tue Sep 9 08:50:06 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1008.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-6.0.6
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.0.6
diff -u src/doc/CHANGES-6.0.6:1.1.2.23 src/doc/CHANGES-6.0.6:1.1.2.24
--- src/doc/CHANGES-6.0.6:1.1.2.23 Wed Aug 27 15:11:19 2014
+++ src/doc/CHANGES-6.0.6 Tue Sep 9 08:50:06 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.6,v 1.1.2.23 2014/08/27 15:11:19 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.6,v 1.1.2.24 2014/09/09 08:50:06 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.5 release to the NetBSD 6.0.6
release:
@@ -1296,3 +1296,11 @@ sys/compat/osf1/osf1_file.c 1.42
Fix a bug that a local user could crash the system by making the
kernel perform a zero-sized memory allocation in osf1.
[maxv, ticket #1141]
+
+sys/arch/next68k/next68k/pmap_bootstrap.c 1.43
+
+ Move physmem calculations before nptpage initialization.
+ Should fix next68k specific part of PR port-m68k/45915
+ (panic: pmap_enter_ptpage: can't get KPT page), and
+ this is the last possible m68k MD part of this PR.
+ [tsutsui, ticket #1008]