Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Ticket #1226



details:   https://anonhg.NetBSD.org/src/rev/e76974102717
branches:  netbsd-8
changeset: 852323:e76974102717
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Apr 05 07:51:01 2019 +0000

description:
Ticket #1226

diffstat:

 doc/CHANGES-8.1 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 9bdeb15ad991 -r e76974102717 doc/CHANGES-8.1
--- a/doc/CHANGES-8.1   Fri Apr 05 07:48:05 2019 +0000
+++ b/doc/CHANGES-8.1   Fri Apr 05 07:51:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.122 2019/04/01 12:36:44 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.123 2019/04/05 07:51:01 martin Exp $
 
 A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
 release:
@@ -2798,3 +2798,13 @@
          supported yet.
        [msaitoh, ticket #1225]
 
+sys/arch/amd64/amd64/machdep.c                 1.328,1.329 (patch)
+sys/arch/amd64/amd64/netbsd32_machdep.c                1.120 (patch)
+sys/compat/linux/arch/amd64/linux_machdep.c    1.57 (patch)
+sys/compat/linux32/arch/amd64/linux32_machdep.c        1.44 (patch)
+
+       Fix a tiny race in setregs and linux_setregs.
+       Disable preemption when setting PCB_COMPAT32, to prevent a context
+       switch before cpu_fsgs_reload() finishes.
+       [maxv, ticket #1226]
+



Home | Main Index | Thread Index | Old Index