Module Name: src Committed By: riz Date: Tue Jan 26 04:57:20 UTC 2016
Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: Tickets 1067, 1069 To generate a diff of this commit: cvs rdiff -u -r1.1.2.29 -r1.1.2.30 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.29 src/doc/CHANGES-7.0.1:1.1.2.30 --- src/doc/CHANGES-7.0.1:1.1.2.29 Tue Jan 26 01:30:56 2016 +++ src/doc/CHANGES-7.0.1 Tue Jan 26 04:57:19 2016 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.1,v 1.1.2.29 2016/01/26 01:30:56 riz Exp $ +# $NetBSD: CHANGES-7.0.1,v 1.1.2.30 2016/01/26 04:57:19 riz Exp $ A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1 release: @@ -888,3 +888,15 @@ 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] + +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] +