Module Name: src
Committed By: martin
Date: Thu Jun 8 11:16:40 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Tickets #194 and #195
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.68 -r1.1.2.69 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.68 src/doc/CHANGES-10.0:1.1.2.69
--- src/doc/CHANGES-10.0:1.1.2.68 Sat Jun 3 15:33:41 2023
+++ src/doc/CHANGES-10.0 Thu Jun 8 11:16:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.68 2023/06/03 15:33:41 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.69 2023/06/08 11:16:40 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -2046,3 +2046,14 @@ external/apache2/mDNSResponder/dist/mDNS
mdnsd(8): restore fixes for PR 46758.
[andvar, ticket #193]
+usr.sbin/wgconfig/wgconfig.c 1.6
+
+ wgconfig(8): fix PR 57392, do not accept invalid options.
+ [oster, ticket #194]
+
+sys/net/route.c 1.237
+
+ route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFE
+ to avoid use-after-free of deleted routes.
+ [ozaki-r, ticket #195]
+