Module Name: src
Committed By: matt
Date: Sun Mar 30 16:03:56 UTC 2014
Modified Files:
src/doc: CHANGES
Log Message:
Note ARMv6 MMU & SMP support
To generate a diff of this commit:
cvs rdiff -u -r1.1907 -r1.1908 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.1907 src/doc/CHANGES:1.1908
--- src/doc/CHANGES:1.1907 Mon Mar 24 06:27:56 2014
+++ src/doc/CHANGES Sun Mar 30 16:03:56 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1907 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1908 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -377,3 +377,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
Ported from OpenBSD. [nonaka 20140319]
mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 258.14
[pettai 20140324]
+ arm: add support for ARMv6+ MMU features ASIDS, XN, split TTBR.
+ add support for SMP. [matt 20140330]