Module Name: src
Committed By: mrg
Date: Thu Jan 18 00:34:05 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
note netbsd32 support for raid(4).
To generate a diff of this commit:
cvs rdiff -u -r1.2348 -r1.2349 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.2348 src/doc/CHANGES:1.2349
--- src/doc/CHANGES:1.2348 Wed Jan 17 13:52:12 2018
+++ src/doc/CHANGES Thu Jan 18 00:34:05 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2348 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2349 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -102,3 +102,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
cpuctl(8): Add cpuctl identify support for sparc and sparc64.
[mrg 20180116]
macppc: Enable Veriexec support in the GENERIC kernel [sevan 20180117]
+ raid(4): Add support for 32-bit on 64-bit kernel. [mrg 20180117]