Module Name: src Committed By: martin Date: Thu Jan 19 11:00:25 UTC 2023
Modified Files: src/doc [netbsd-10]: CHANGES-10.0 Log Message: Tickets #51 and #52 To generate a diff of this commit: cvs rdiff -u -r1.1.2.23 -r1.1.2.24 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.23 src/doc/CHANGES-10.0:1.1.2.24 --- src/doc/CHANGES-10.0:1.1.2.23 Wed Jan 18 19:23:38 2023 +++ src/doc/CHANGES-10.0 Thu Jan 19 11:00:25 2023 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-10.0,v 1.1.2.23 2023/01/18 19:23:38 martin Exp $ +# $NetBSD: CHANGES-10.0,v 1.1.2.24 2023/01/19 11:00:25 martin Exp $ A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16 until the 10.0 release: @@ -535,3 +535,14 @@ sys/dev/pci/pcidevs_data.h regen - Fix typo. s/SSC/SCC/. [msaitoh, ticket #50] +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 #51] + +usr.bin/netstat/netstat.1 1.76 + + netstat(1): add note about "netstat -mssv". + [msaitoh, ticket #52] +