Module Name: src
Committed By: snj
Date: Wed Jul 13 08:44:39 UTC 2016
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1350, 1354, 1360
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.252 -r1.1.2.253 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.252 src/doc/CHANGES-6.2:1.1.2.253
--- src/doc/CHANGES-6.2:1.1.2.252 Tue Jun 21 19:49:14 2016
+++ src/doc/CHANGES-6.2 Wed Jul 13 08:44:39 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.252 2016/06/21 19:49:14 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.253 2016/07/13 08:44:39 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -14384,3 +14384,20 @@ src/lib/libc/net/gethnamaddr.c patch
Fix parsing of /etc/hosts. PR lib/48926.
[buhrow, ticket #1085]
+sys/dev/usb/ohci.c 1.257
+
+ Properly parenthesize.
+ [skrll, ticket #1350]
+
+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 #1354]
+
+sys/arch/hppa/include/db_machdep.h 1.13
+
+ Correct the test for rfir and add one for rfi.
+ PR port-hppa/50642.
+ [skrll, ticket #1360]
+