Module Name: src Committed By: martin Date: Tue Aug 15 10:08:36 UTC 2023
Modified Files: src/doc [netbsd-9]: CHANGES-9.4 Log Message: Tickets #1714 and #1715 To generate a diff of this commit: cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-9.4 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.4 diff -u src/doc/CHANGES-9.4:1.1.2.91 src/doc/CHANGES-9.4:1.1.2.92 --- src/doc/CHANGES-9.4:1.1.2.91 Fri Aug 11 12:14:10 2023 +++ src/doc/CHANGES-9.4 Tue Aug 15 10:08:35 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.4,v 1.1.2.91 2023/08/11 12:14:10 sborrill Exp $ +# $NetBSD: CHANGES-9.4,v 1.1.2.92 2023/08/15 10:08:35 martin Exp $ A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4 release: @@ -2018,3 +2018,13 @@ tests/libexec/ld.elf_so/t_hash.c 1.1 vi LP64 platforms where long is 64-bit. [riastradh, ticket #1712] +sys/uvm/uvm_fault.c 1.234 + + uvm: PR 56535: prevent TLB invalidation races during COW resolution. + [chs, ticket #1714] + +external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile 1.18 + + mdnsd(8): switch to use arc4random(3) for randomness + [gutteridge, ticket #1715] +