Module Name: src
Committed By: snj
Date: Tue Aug 6 15:05:14 UTC 2024
Modified Files:
src/doc [netbsd-9]: CHANGES-9.5
Log Message:
1861
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-9.5
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.5
diff -u src/doc/CHANGES-9.5:1.1.2.10 src/doc/CHANGES-9.5:1.1.2.11
--- src/doc/CHANGES-9.5:1.1.2.10 Sat Jul 20 15:59:35 2024
+++ src/doc/CHANGES-9.5 Tue Aug 6 15:05:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.5,v 1.1.2.10 2024/07/20 15:59:35 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.11 2024/08/06 15:05:14 snj Exp $
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
release:
@@ -139,3 +139,11 @@ sys/net/if_bridge.c 1.192
bridge(4): add missing curlwp_bind() for pppoe.
[rin, ticket #1858]
+libexec/ld.elf_so/rtld.c 1.216
+
+ PR 57628: at the end of _rtld_init() explicitly initialize the
+ ld.elf_so local copy of the atomic access support functions
+ for machines that do not implement all required ops in hardware
+ (like 32bit sparc).
+ [martin, ticket #1861]
+