Module Name: src
Committed By: mrg
Date: Mon Nov 16 03:38:18 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
note cpuctl and multiple-cpu support.
To generate a diff of this commit:
cvs rdiff -u -r1.2113 -r1.2114 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.2113 src/doc/CHANGES:1.2114
--- src/doc/CHANGES:1.2113 Thu Nov 12 15:13:03 2015
+++ src/doc/CHANGES Mon Nov 16 03:38:18 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2113 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2114 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -220,3 +220,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
amiga: Build the Xorg server with wsfb(4) driver.
Added wsfb(4) support for CV64 and CV64/3D graphics cards.
[phx 20151112]
+ cpuctl(8): Most commands can specify more than one CPU now.
+ [mrg 20151115]