Module Name: src
Committed By: martin
Date: Mon Sep 18 18:59:30 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #376
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.124 -r1.1.2.125 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.124 src/doc/CHANGES-10.0:1.1.2.125
--- src/doc/CHANGES-10.0:1.1.2.124 Fri Sep 15 15:35:27 2023
+++ src/doc/CHANGES-10.0 Mon Sep 18 18:59:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.124 2023/09/15 15:35:27 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.125 2023/09/18 18:59:30 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -11942,3 +11942,9 @@ crypto/external/bsd/heimdal/dist/lib/krb
kerberos(8): explicitly load the openssl legacy provider.
[christos, ticket #375]
+sys/dev/raidframe/rf_netbsdkintf.c 1.413
+
+ raid(4): avoid panic from DIOCGCACHE ioctl while reconstruction
+ is in progress.
+ [oster, ticket #376]
+