Module Name: src
Committed By: martin
Date: Mon Apr 26 18:36:07 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.2
Log Message:
Ticket #1254
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-9.2
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.2
diff -u src/doc/CHANGES-9.2:1.1.2.70 src/doc/CHANGES-9.2:1.1.2.71
--- src/doc/CHANGES-9.2:1.1.2.70 Sun Apr 25 18:30:58 2021
+++ src/doc/CHANGES-9.2 Mon Apr 26 18:36:07 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.70 2021/04/25 18:30:58 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.71 2021/04/26 18:36:07 martin Exp $
A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
release:
@@ -2980,3 +2980,10 @@ external/gpl2/texinfo/dist/configure 1.
Fix cross build from newer clang versions on Darwin/Mac OS.
[cjep, ticket #1253]
+common/lib/libc/arch/arm/atomic/atomic_swap.S 1.15,1.16
+common/lib/libc/arch/arm/atomic/atomic_swap_64.S 1.11
+sys/arch/arm/include/lock.h 1.36,1.37
+
+ ARM: lock and atomic fixes.
+ [skrll, ticket #1254]
+