Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Tickets #1450 and #1451



details:   https://anonhg.NetBSD.org/src/rev/d690ec2410f8
branches:  netbsd-9
changeset: 366127:d690ec2410f8
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 15 12:38:02 2022 +0000

description:
Tickets #1450 and #1451

diffstat:

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

diffs (27 lines):

diff -r 7b3955ecd904 -r d690ec2410f8 doc/CHANGES-9.3
--- a/doc/CHANGES-9.3   Sun May 15 12:37:00 2022 +0000
+++ b/doc/CHANGES-9.3   Sun May 15 12:38:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.91 2022/05/14 11:42:17 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.92 2022/05/15 12:38:02 martin Exp $
 
 A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
 release:
@@ -1613,3 +1613,17 @@
        bioctl(8): Don't print garbage bv_seconds.
        [msaitoh, ticket #1449]
 
+sys/arch/luna68k/conf/GENERIC                  1.131
+sys/arch/luna68k/conf/INSTALL                  1.32
+
+       Use "options WS_KERNEL_FG=WSCOL_GREEN" as most ports with color
+       support.
+       [tsutsui, ticket #1450]
+
+common/lib/libc/atomic/atomic_c11_compare_exchange_cas_16.c 1.4 (patch)
+common/lib/libc/atomic/atomic_c11_compare_exchange_cas_32.c 1.4 (patch)
+common/lib/libc/atomic/atomic_c11_compare_exchange_cas_8.c 1.4 (patch)
+
+       PR 56832: fix C implementations of __atomic_compare_exchange*.
+       [skrll, ticket #1451]
+



Home | Main Index | Thread Index | Old Index