Module Name: src
Committed By: sevan
Date: Fri Feb 23 03:33:36 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
BUFQ_PRIOCSCAN enabled on macppc port.
To generate a diff of this commit:
cvs rdiff -u -r1.2358 -r1.2359 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.2358 src/doc/CHANGES:1.2359
--- src/doc/CHANGES:1.2358 Sat Feb 17 00:53:53 2018
+++ src/doc/CHANGES Fri Feb 23 03:33:36 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2358 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2359 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -113,3 +113,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
nsd: import 4.1.19 [christos 20180209]
ddb(4): Introduce dumpstack sysctl for printing a stack trace on panic,
enable by default. [sevan 20180217]
+ macppc: Enable support for "per-priority cyclical scan" buffer queue
+ strategy. [sevan 20180223]