Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Tickets #1258 and #1259



details:   https://anonhg.NetBSD.org/src/rev/a21fb02370c7
branches:  netbsd-9
changeset: 962043:a21fb02370c7
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 28 09:59:33 2021 +0000

description:
Tickets #1258 and #1259

diffstat:

 doc/CHANGES-9.2 |  19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 34679d83e953 -r a21fb02370c7 doc/CHANGES-9.2
--- a/doc/CHANGES-9.2   Wed Apr 28 09:58:42 2021 +0000
+++ b/doc/CHANGES-9.2   Wed Apr 28 09:59:33 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.73 2021/04/28 04:54:19 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.74 2021/04/28 09:59:33 martin Exp $
 
 A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
 release:
@@ -3005,3 +3005,20 @@
 
        Fix CVE-2021-3472 (local privilege escalation).
        [mrg, ticket #1257]
+
+sys/arch/mac68k/mac68k/machdep.c               1.361,1.362
+
+       mac68k: make mac68k_set_io_offsets() a little bit cleaner.
+       Fix sccA (serial console) address to match the adress used by
+       the ROM (hardware does not fully decode addresses).
+       [rin, ticket #1258]
+
+bin/sh/eval.c                                  1.182
+bin/sh/jobs.c                                  1.110
+bin/sh/jobs.h                                  1.24
+
+       sh(1): fix fallout related to PR 48875: avoid invalid
+       subshell-elimination optimization when there are pending
+       background jobs.
+       [kre, ticket #1259]
+



Home | Main Index | Thread Index | Old Index