Module Name: src Committed By: martin Date: Sun Jul 17 10:35:07 UTC 2022
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Ticket #1479 To generate a diff of this commit: cvs rdiff -u -r1.1.2.110 -r1.1.2.111 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.110 src/doc/CHANGES-9.3:1.1.2.111 --- src/doc/CHANGES-9.3:1.1.2.110 Fri Jul 15 17:18:23 2022 +++ src/doc/CHANGES-9.3 Sun Jul 17 10:35:07 2022 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.110 2022/07/15 17:18:23 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.111 2022/07/17 10:35:07 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -1873,3 +1873,9 @@ xsrc-9/external/mit/xorg-server/dist/xkb Out-Of-Bounds Access [mrg, ticket #1478] +sys/kern/subr_pool.c 1.285 + + Fix overflow errors for pools larger than 4GB and + output for kernel pool pages in "vmstat -s" output. + [simonb, ticket #1479] +