Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7-1]: src/doc Tickets #1397 and #1410



details:   https://anonhg.NetBSD.org/src/rev/1ea3989a5153
branches:  netbsd-7-1
changeset: 800727:1ea3989a5153
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 26 14:57:19 2017 +0000

description:
Tickets #1397 and #1410

diffstat:

 doc/CHANGES-7.1.1 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r f58ca7aac894 -r 1ea3989a5153 doc/CHANGES-7.1.1
--- a/doc/CHANGES-7.1.1 Wed Apr 26 14:56:30 2017 +0000
+++ b/doc/CHANGES-7.1.1 Wed Apr 26 14:57:19 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.1,v 1.1.2.6 2017/04/21 05:22:23 snj Exp $
+# $NetBSD: CHANGES-7.1.1,v 1.1.2.7 2017/04/26 14:57:19 martin Exp $
 
 A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.1.1
 release:
@@ -557,3 +557,17 @@
        Update BIND to 9.10.4-P8.
        [spz, ticket #1404]
 
+sys/arch/amd64/amd64/locore.S                  1.122 (via patch)
+sys/arch/amd64/amd64/machdep.c                 1.254 (via patch)
+sys/arch/amd64/amd64/trap.c                    1.95 (via patch)
+
+       Remove the call gate on amd64, it is useless and vulnerable.
+       [bsiegert, ticket #1397]
+
+sys/arch/amd64/amd64/trap.c                    1.96
+
+       Restore the ability to run netbsd 1.0 32-bit executables
+       by checking for the relevant lcall instruction in the trap handler
+       and treating it as a syscall.
+       [chs, ticket #1410]
+



Home | Main Index | Thread Index | Old Index