Module Name: src
Committed By: jmcneill
Date: Fri Jun 18 19:20:04 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
mkubootimage(1): Added tool to generate u-boot kernel images.
To generate a diff of this commit:
cvs rdiff -u -r1.1405 -r1.1406 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.1405 src/doc/CHANGES:1.1406
--- src/doc/CHANGES:1.1405 Fri Jun 18 16:29:01 2010
+++ src/doc/CHANGES Fri Jun 18 19:20:04 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1405 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1406 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -634,3 +634,5 @@
by mv...@gt. [kiyohara 20100609]
arm: Added support for Cortex-A8 CPUs. [jmcneill 20100616]
vnsubr(9): Remove recursive vnode locks. [hannken 20100618]
+ mkubootimage(1): Added tool to generate u-boot kernel images.
+ [jmcneill 20100618]