Module Name: src Committed By: martin Date: Wed Jul 5 16:16:49 UTC 2023
Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1849 To generate a diff of this commit: cvs rdiff -u -r1.1.2.180 -r1.1.2.181 src/doc/CHANGES-8.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-8.3 diff -u src/doc/CHANGES-8.3:1.1.2.180 src/doc/CHANGES-8.3:1.1.2.181 --- src/doc/CHANGES-8.3:1.1.2.180 Tue Jun 27 18:47:31 2023 +++ src/doc/CHANGES-8.3 Wed Jul 5 16:16:49 2023 @@ -1,4 +1,4 @@ - $NetBSD: CHANGES-8.3,v 1.1.2.180 2023/06/27 18:47:31 martin Exp $ + $NetBSD: CHANGES-8.3,v 1.1.2.181 2023/07/05 16:16:49 martin Exp $ A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3 release: @@ -3562,3 +3562,8 @@ sys/fs/nilfs/nilfs_subr.h 1.5 Remove dead code. [reinoud, ticket #1848] +lib/libc/dlfcn/dlfcn_elf.c 1.17 + + libc: Fix missing membar_consumer in dl_iterate_phdr. + [riastradh, ticket #1849] +