Module Name: src
Committed By: msaitoh
Date: Thu Apr 16 13:40:30 UTC 2015
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
Ticket 1285.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-6.1.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.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.37 src/doc/CHANGES-6.1.6:1.1.2.38
--- src/doc/CHANGES-6.1.6:1.1.2.37 Tue Apr 14 15:18:21 2015
+++ src/doc/CHANGES-6.1.6 Thu Apr 16 13:40:30 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.37 2015/04/14 15:18:21 msaitoh Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.38 2015/04/16 13:40:30 msaitoh Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -5691,3 +5691,9 @@ distrib/sets/makesrctars 1.40
Move some GPL code from src.tgz to gnusrc.tgz
[snj, ticket #1279]
+
+sys/arch/sparc/stand/ofwboot/Locore.c 1.14
+
+ Fix kernel loading failures from partitions started from over first
+ 4GB of disks on sparc64.
+ [nakayama, ticket #1285]