Module Name: src
Committed By: mrg
Date: Thu Oct 17 20:48:44 UTC 2019
Modified Files:
src/doc: CHANGES CHANGES.prev
Log Message:
move usbnet and mcx entries from CHANGES to CHANGES.prev.
there may be others that should also move.. i'm not sure.
To generate a diff of this commit:
cvs rdiff -u -r1.2601 -r1.2602 src/doc/CHANGES
cvs rdiff -u -r1.146 -r1.147 src/doc/CHANGES.prev
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.2601 src/doc/CHANGES:1.2602
--- src/doc/CHANGES:1.2601 Thu Oct 17 16:48:12 2019
+++ src/doc/CHANGES Thu Oct 17 20:48:44 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2601 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2602 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -25,11 +25,6 @@
Changes from NetBSD 9.0 to NetBSD 10.0:
openldap: Import 2.4.48. [christos 20190808]
- usbnet(9): Add common framework for USB network devices. Port the
- axe(4), axen(4), cdce(4), cue(4), mue(4), smsc(4), udav(4),
- 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 20190818]
dhcpcd(8): Import dhcpcd-8.0.3 [roy 20190821]
inet6: Fix sending RTM_MISS for unresolvable addresses and restore
@@ -45,8 +40,6 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
packets from userland. [maxv 20190914]
mos(4): Ported driver for MosChip MCS7730/7830/7832 USB ethernet.
[mrg 20190814]
- mcx(4): Added driver for Mellanox 5th generation ethernet.
- [jmcneill 20190921]
libpcap: Import 1.9.1. [christos 20191001]
tcpdump(8): Import 4.9.3. [christos 20191001]
rescue(8): Moved into a separate, rescue-only set. [maya 20191001]
Index: src/doc/CHANGES.prev
diff -u src/doc/CHANGES.prev:1.146 src/doc/CHANGES.prev:1.147
--- src/doc/CHANGES.prev:1.146 Thu Aug 15 13:33:15 2019
+++ src/doc/CHANGES.prev Thu Oct 17 20:48:44 2019
@@ -1,4 +1,4 @@
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.146 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.147 $>
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
@@ -12632,4 +12632,11 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
for depths 2 and 24. Shadow framebuffer supported for all
depths. A lot of bug fixes, both major and minor. Dedup more
than 20% of lines, or 50% of characters. [rin 20190810]
+ usbnet(9): Add common framework for USB network devices. Port the
+ axe(4), axen(4), cdce(4), cue(4), mue(4), smsc(4), udav(4),
+ 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]
+ mcx(4): Added driver for Mellanox 5th generation ethernet.
+ [jmcneill 20190921]