Module Name: src Committed By: snj Date: Thu Jul 20 01:42:54 UTC 2017
Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: 1441 To generate a diff of this commit: cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-7.0.3 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.3 diff -u src/doc/CHANGES-7.0.3:1.1.2.48 src/doc/CHANGES-7.0.3:1.1.2.49 --- src/doc/CHANGES-7.0.3:1.1.2.48 Wed Jul 12 15:38:06 2017 +++ src/doc/CHANGES-7.0.3 Thu Jul 20 01:42:54 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.0.3,v 1.1.2.48 2017/07/12 15:38:06 martin Exp $ +# $NetBSD: CHANGES-7.0.3,v 1.1.2.49 2017/07/20 01:42:54 snj Exp $ A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3 release: @@ -3004,3 +3004,13 @@ crypto/external/bsd/heimdal/dist/lib/krb Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams. [christos, ticket #1453] +sys/arch/amd64/amd64/locore.S 1.124 via patch +sys/arch/i386/i386/locore.S 1.146 via patch +sys/arch/i386/i386/machdep.c 1.783 via patch +sys/arch/i386/i386/trap.c 1.288 via patch + + Remove the osyscall call gate on i386, and emulate it. + There is a one-instruction race in it that could panic + the kernel. + [maxv, ticket #1441] +