Module Name: src
Committed By: pgoyette
Date: Sat Oct 28 01:12:04 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Note update of kernhist(9) and mention that you also need to update
vmstat(1).
To generate a diff of this commit:
cvs rdiff -u -r1.2328 -r1.2329 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2328 src/doc/CHANGES:1.2329
--- src/doc/CHANGES:1.2328 Wed Oct 25 19:27:06 2017
+++ src/doc/CHANGES Sat Oct 28 01:12:04 2017
@@ -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]