Module Name: src
Committed By: manu
Date: Tue Aug 20 01:48:48 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
boot(8): GPT and RAIDframe support for x86 bootstrap [manu 20180818]
To generate a diff of this commit:
cvs rdiff -u -r1.2570 -r1.2571 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.2570 src/doc/CHANGES:1.2571
--- src/doc/CHANGES:1.2570 Sun Aug 18 09:43:26 2019
+++ src/doc/CHANGES Tue Aug 20 01:48:48 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2570 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2571 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -30,3 +30,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
ure(4), url(4), and urndis(4) drivers fixing many bugs and
porting to NET_MPSAFE in the process. [mrg 20190814]
usbnet(9): Port kue(4) and upl(4). [mrg 20190818]
+ boot(8): GPT and RAIDframe support for x86 bootstrap [manu 20180818]