diff options
| author | martin <martin@NetBSD.org> | 2022-05-15 12:38:02 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2022-05-15 12:38:02 +0000 |
| commit | 6840e4e4b5b67d6d76a5ce1022701d59a7eb460f (patch) | |
| tree | 6b448a781bc619e1fd9d0b64f8bc063baa8450e5 /doc | |
| parent | 010faf825ac26df299e5fcbcf67674b1e57d0fe1 (diff) | |
Tickets #1450 and #1451
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/CHANGES-9.3 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3 index 8228fa09ccf..f3c436d391a 100644 --- a/doc/CHANGES-9.3 +++ b/doc/CHANGES-9.3 @@ -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] + |
