Module Name: src
Committed By: riz
Date: Tue Jan 26 04:57:58 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Tickets 1067-1069.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-7.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.1
diff -u src/doc/CHANGES-7.1:1.1.2.50 src/doc/CHANGES-7.1:1.1.2.51
--- src/doc/CHANGES-7.1:1.1.2.50 Tue Jan 26 01:30:23 2016
+++ src/doc/CHANGES-7.1 Tue Jan 26 04:57:58 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.50 2016/01/26 01:30:23 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.51 2016/01/26 04:57:58 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -1815,3 +1815,20 @@ crypto/external/bsd/openssh/dist/sftp.c
Fix sftp filename completion. PR#50564.
[snj, ticket #1066]
+sys/kern/kern_softint.c 1.42
+
+ Fix parallel operation problem with softint which
+ leads to panic.
+ [knakahara, ticket #1067]
+
+include/protocols/dumprestore.h 1.17
+
+ Bump dump/restore name length to NAME_MAX (511). PR#50434
+ [christos, ticket #1068]
+
+sys/arch/sparc64/sparc64/ofw_machdep.c 1.45
+
+ Restrict the check for fully specified interrupts to machines with psycho
+ controllers only, and adjust comments to note this.
+ [jdc, ticket #1069]
+