diff options
| author | martin <martin@NetBSD.org> | 2022-07-17 12:56:05 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2022-07-17 12:56:05 +0000 |
| commit | 19abef2d6c0590829f035950a69d76bde8f64b50 (patch) | |
| tree | a9d9ca7bc432b77d96d5a5c78cde93b6f763836c | |
| parent | 782901f50e8df1be7dd7351f8e10f73f8a1100f5 (diff) | |
Ticket #1480
| -rw-r--r-- | doc/CHANGES-9.3 | 8 |
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] + |
