summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2017-10-28 01:12:04 +0000
committerpgoyette <pgoyette@NetBSD.org>2017-10-28 01:12:04 +0000
commit8addc96e87629a00aac83ac7eb6acbe4d759db5e (patch)
tree178954f215cceeafa57563d40fb422d69189e863 /doc
parentf41125e5a47d61af30803cda393833095d5200f7 (diff)
Note update of kernhist(9) and mention that you also need to update
vmstat(1).
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 713e5c58f60..19afe4c89ce 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2328 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2329 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -76,3 +76,6 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
libc: Update to tzcode2017c. [christos 20171024]
bwfm(4): Add driver for Broadcom BCM43xxx "FullMAC" USB wireless
adapters. [jmcneill 20171025]
+ kernhist(9): Reworked the export-via-sysctl code to use uintptr_t
+ arguments, PR kern/52639. Requires contemporaneous update
+ of vmstat(1). [pgoyette 20171028]