summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES-9.38
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index 16625bcc071..b7f3661dfee 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -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]
+