Module Name: src
Committed By: martin
Date: Sat Sep 9 14:57:22 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Ticket #1729
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.98 -r1.1.2.99 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.98 src/doc/CHANGES-9.4:1.1.2.99
--- src/doc/CHANGES-9.4:1.1.2.98 Fri Sep 8 09:09:08 2023
+++ src/doc/CHANGES-9.4 Sat Sep 9 14:57:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.98 2023/09/08 09:09:08 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.99 2023/09/09 14:57:22 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -2111,3 +2111,8 @@ lib/libpam/modules/pam_ksu/pam_ksu.c 1.
pam_ksu(8): allow homedir access during kuserok.
[riastradh, ticket #1728]
+sys/dev/raidframe/rf_reconstruct.c 1.128
+
+ raidframe: fix memory leaks (prevent diagnostic on shutdown).
+ [oster, ticket #1729]
+