Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #1499 and #1500
details: https://anonhg.NetBSD.org/src/rev/e6b95c4cf85e
branches: netbsd-9
changeset: 368912:e6b95c4cf85e
user: martin <martin%NetBSD.org@localhost>
date: Fri Aug 12 15:19:24 2022 +0000
description:
Tickets #1499 and #1500
diffstat:
doc/CHANGES-9.4 | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 31b40c0f0666 -r e6b95c4cf85e doc/CHANGES-9.4
--- a/doc/CHANGES-9.4 Fri Aug 12 15:18:13 2022 +0000
+++ b/doc/CHANGES-9.4 Fri Aug 12 15:19:24 2022 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index