Module Name: src Committed By: snj Date: Thu Aug 24 06:51:38 UTC 2017
Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.1 Log Message: Apply patch (requested by maxv in ticket #1463): i386 GENERIC: disable VM86 by default. To generate a diff of this commit: cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-7.1.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.1 diff -u src/doc/CHANGES-7.1.1:1.1.2.26 src/doc/CHANGES-7.1.1:1.1.2.27 --- src/doc/CHANGES-7.1.1:1.1.2.26 Sun Aug 20 05:45:36 2017 +++ src/doc/CHANGES-7.1.1 Thu Aug 24 06:51:38 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.1.1,v 1.1.2.26 2017/08/20 05:45:36 snj Exp $ +# $NetBSD: CHANGES-7.1.1,v 1.1.2.27 2017/08/24 06:51:38 snj Exp $ A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1 release: @@ -3626,3 +3626,8 @@ usr.sbin/racoon/Makefile 1.28 Update Heimdal to 7.1, fixing CVE-2016-2400. [mrg, ticket #1493] +sys/arch/i386/conf/GENERIC patch + + i386 GENERIC: disable VM86 by default. + [maxv, ticket #1463] +