Module Name: src
Committed By: martin
Date: Thu Jan 19 10:59:51 UTC 2023
Modified Files:
src/doc [netbsd-9]: CHANGES-9.4
Log Message:
Tickets #1567 - #1569
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 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.40 src/doc/CHANGES-9.4:1.1.2.41
--- src/doc/CHANGES-9.4:1.1.2.40 Wed Jan 18 19:29:16 2023
+++ src/doc/CHANGES-9.4 Thu Jan 19 10:59:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.4,v 1.1.2.40 2023/01/18 19:29:16 martin Exp $
+# $NetBSD: CHANGES-9.4,v 1.1.2.41 2023/01/19 10:59:51 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@@ -564,3 +564,22 @@ sys/dev/pci/pcidevs_data.h regen
- Fix typo. s/SSC/SCC/.
[msaitoh, ticket #1566]
+common/lib/libc/arch/arm/string/strlen_arm.S 1.11
+
+ arm: fix strnlen with a large maxlen argument by using unsigned
+ comparison conditions.
+ [skrll, ticket #1567]
+
+share/man/man4/lm.4 1.38
+sys/dev/ic/nslm7x.c 1.79
+sys/dev/isa/wbsio.c 1.30
+sys/dev/isa/wbsioreg.h 1.11
+
+ lm(4): Add Nuvoton NCT6797D support.
+ [msaitoh, ticket #1568]
+
+usr.bin/netstat/netstat.1 1.76
+
+ netstat(1): add note about "netstat -mssv".
+ [msaitoh, ticket #1569]
+