Module Name: src
Committed By: snj
Date: Tue Jan 12 10:27:48 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
1060, 1072
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-7.0.1
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-7.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.24 src/doc/CHANGES-7.0.1:1.1.2.25
--- src/doc/CHANGES-7.0.1:1.1.2.24 Fri Jan 8 21:06:57 2016
+++ src/doc/CHANGES-7.0.1 Tue Jan 12 10:27:48 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.24 2016/01/08 21:06:57 snj Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.25 2016/01/12 10:27:48 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -861,3 +861,14 @@ sys/arch/xen/xen/xennetback_xenbus.c 1.
possibly leading to arbitrary code execution in backend.
[bouyer, ticket #1071]
+sys/arch/arm/arm/cpufunc.c 1.159
+
+ Fix condition which broke ARM1136 function selection when
+ ARM1176 support was added. PR port-arm/50512.
+ [skrll, ticket #1060]
+
+sys/arch/hppa/include/db_machdep.h 1.13
+
+ hppa ddb: Fix always false condition. PR port-hppa/50642.
+ [skrll, ticket #1072]
+