Module Name: src
Committed By: matt
Date: Fri May 3 16:08:48 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note recent arm and disklabel changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1820 -r1.1821 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.1820 src/doc/CHANGES:1.1821
--- src/doc/CHANGES:1.1820 Sun Apr 28 12:19:49 2013
+++ src/doc/CHANGES Fri May 3 16:08:48 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1820 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1821 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -235,3 +235,7 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
amiga: Add minimal support for Thylacine USB card using slhci(4).
Works at least with some keyboards and mice. [rkujawa 20130428]
epoc32: Add new port NetBSD/epoc32. [kiyohara 20130428]
+ arm: Make all arm ports with a command MACHINE_ARCH generate the same
+ userspace. All sets are the same except for etc.tgz.
+ [matt 20130501]
+ disklabel: this is now a MI tool like installboot. [matt 20130503]