Module Name: src Committed By: matt Date: Sat Jan 29 18:19:54 UTC 2011
Modified Files: src/doc: CHANGES Log Message: Note new sysctl for evcnt and vmstat rework. To generate a diff of this commit: cvs rdiff -u -r1.1497 -r1.1498 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.1497 src/doc/CHANGES:1.1498 --- src/doc/CHANGES:1.1497 Thu Jan 27 19:06:54 2011 +++ src/doc/CHANGES Sat Jan 29 18:19:54 2011 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1497 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1498 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -835,3 +835,7 @@ reading. [nisimura 20110119] pcf8563rtc(4): Add a todr(9) driver for NXP PCF8563 [jakllsch 20110124] emips: Initial commit of the eMIPS port [pooka 20110126] + kernel: add kern.evcnt sysctl [matt 20110129] + vmstat(1): add support for getting evcnts and boottime for sysctl. + Allow unprived vmstat to function is everything wanted is + available via sysctl. [matt 20110129]