Module Name: src Committed By: martin Date: Tue Aug 15 10:05:47 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #327 and #328 To generate a diff of this commit: cvs rdiff -u -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-10.0 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-10.0 diff -u src/doc/CHANGES-10.0:1.1.2.106 src/doc/CHANGES-10.0:1.1.2.107 --- src/doc/CHANGES-10.0:1.1.2.106 Sat Aug 12 12:56:34 2023 +++ src/doc/CHANGES-10.0 Tue Aug 15 10:05:47 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.106 2023/08/12 12:56:34 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.107 2023/08/15 10:05:47 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -11168,3 +11168,13 @@ share/man/man7/signal.7 1.27,1.28 signal(7): PR 57527: clarify quirky SysV-inspired SIGCHLD semantics. [riastradh, ticket #325] +sys/uvm/uvm_fault.c 1.234 + + uvm: PR 56535: prevent TLB invalidation races during COW resolution. + [chs, ticket #327] + +external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile 1.18 + + mdnsd(8): switch to use arc4random(3) for randomness + [gutteridge, ticket #328] +