Module Name: src Committed By: martin Date: Sun Jul 17 12:56:05 UTC 2022
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1480 To generate a diff of this commit: cvs rdiff -u -r1.1.2.111 -r1.1.2.112 src/doc/CHANGES-9.3 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.3 diff -u src/doc/CHANGES-9.3:1.1.2.111 src/doc/CHANGES-9.3:1.1.2.112 --- src/doc/CHANGES-9.3:1.1.2.111 Sun Jul 17 10:35:07 2022 +++ src/doc/CHANGES-9.3 Sun Jul 17 12:56:05 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.111 2022/07/17 10:35:07 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.112 2022/07/17 12:56:05 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1879,3 +1879,9 @@ sys/kern/subr_pool.c 1.285 output for kernel pool pages in "vmstat -s" output. [simonb, ticket #1479] +usr.bin/vmstat/vmstat.c 1.255 + + Fix Fixes overflow errors for pools larger than 4GB + when operating on core files. + [simonb, ticket #1480] +