Module Name: src
Committed By: martin
Date: Sun May 15 12:38:03 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1450 and #1451
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-9.3
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-9.3
diff -u src/doc/CHANGES-9.3:1.1.2.91 src/doc/CHANGES-9.3:1.1.2.92
--- src/doc/CHANGES-9.3:1.1.2.91 Sat May 14 11:42:17 2022
+++ src/doc/CHANGES-9.3 Sun May 15 12:38:02 2022
@@ -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 @@ sbin/bioctl/bioctl.c 1.19
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]
+