Module Name: src
Committed By: mrg
Date: Sun Apr 5 19:48:27 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
fix the mrg arm entry text that said v7 + v7, not v7 + v8.
noticed while checking what was wrong with the prior ;)
To generate a diff of this commit:
cvs rdiff -u -r1.2667 -r1.2668 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.2667 src/doc/CHANGES:1.2668
--- src/doc/CHANGES:1.2667 Sun Apr 5 19:01:36 2020
+++ src/doc/CHANGES Sun Apr 5 19:48:27 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2667 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2668 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -122,7 +122,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
across different physical CPU packages, and can effectively
run asymmetric systems with slow and fast CPUs [ad 20200113]
evbarm: Add support for NXP i.MX 8M family SoCs. [jmcneill 20200114]
- arm: Add support for cpu topology for ARMv7 and ARMv7 CPUs.
+ arm: Add support for cpu topology for ARMv7 and ARMv8 CPUs.
[mrg 20200114]
uvm: More precisely track clean/dirty pages, and change how they are
indexed, speeding up fsync() on large files by orders of