Module Name: src
Committed By: martin
Date: Fri Aug 12 15:19:24 UTC 2022
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1499 and #1500
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 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.2 src/doc/CHANGES-9.4:1.1.2.3
--- src/doc/CHANGES-9.4:1.1.2.2 Mon Aug 8 17:19:03 2022
+++ src/doc/CHANGES-9.4 Fri Aug 12 15:19:24 2022
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.2 2022/08/08 17:19:03 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.3 2022/08/12 15:19:24 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -21,3 +21,18 @@ lib/libpthread/pthread.c 1.181 (via pa
Fix pthread hangs on startup.
[riastradh, #1498]
+sys/dev/ic/dwc_gmac.c 1.76,1.77
+
+ Fix chip configuration so that stripping of the FCS is
+ consistent for all packet types.
+ [sekiya, ticket #1499]
+
+sys/dev/raidframe/rf_disks.c 1.93 (patch)
+sys/dev/raidframe/rf_driver.c 1.140(patch)
+sys/dev/raidframe/rf_netbsdkintf.c 1.408(patch)
+
+ raid(4): reject invalid values for numCol and numSpares.
+ Explicitly nul-terminate all strings coming from userland.
+ Avoids signed arithmetic in some ioctl commands.
+ [mrg, ticket #1500]
+