Tue Apr 21 14:26:15 2020 UTC ()
note indirect segment support for xbd(4) and xbdback(4)


(jdolecek)
diff -r1.2675 -r1.2676 src/doc/CHANGES

cvs diff -r1.2675 -r1.2676 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2020/04/21 09:58:07 1.2675
+++ src/doc/CHANGES 2020/04/21 14:26:15 1.2676
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2675 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2676 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -167,14 +167,16 @@ Changes from NetBSD 9.0 to NetBSD 10.0: @@ -167,14 +167,16 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
167 mount_smbfs(8): Removed from the tree [jdolecek 20200404] 167 mount_smbfs(8): Removed from the tree [jdolecek 20200404]
168 nsmb(4): Removed from the tree [jdolecek 20200404] 168 nsmb(4): Removed from the tree [jdolecek 20200404]
169 xen: remove legacy rx-flip support from xennet(4) and xvif(4) 169 xen: remove legacy rx-flip support from xennet(4) and xvif(4)
170 [jdolecek 20200405] 170 [jdolecek 20200405]
171 OpenSSL: Imported 1.1.1f. [christos 20200405] 171 OpenSSL: Imported 1.1.1f. [christos 20200405]
172 xennet(4): Make the driver MP-safe [jdolecek 20200406] 172 xennet(4): Make the driver MP-safe [jdolecek 20200406]
173 aarch64: Add support for Pointer Authentication (PAC). 173 aarch64: Add support for Pointer Authentication (PAC).
174 [maxv 20200412] 174 [maxv 20200412]
175 aarch64: Add support for Branch Target Identification (BTI). 175 aarch64: Add support for Branch Target Identification (BTI).
176 [maxv 20200413] 176 [maxv 20200413]
177 umass(4): Removed obsolete ISD-ATA support [jdolecek 202000413] 177 umass(4): Removed obsolete ISD-ATA support [jdolecek 202000413]
178 dhcpcd(8): Import version 9.0.1 [roy 20200413] 178 dhcpcd(8): Import version 9.0.1 [roy 20200413]
179 xbd(4): Make the driver MP-safe [jdolecek 20200413] 179 xbd(4): Make the driver MP-safe [jdolecek 20200413]
 180 xbd(4): Support indirect segments [jdolecek 20200416]
180 dhcpcd(8): Import version 9.0.2 [roy 20200421] 181 dhcpcd(8): Import version 9.0.2 [roy 20200421]
 182 xbdback(4): Support indirect segments [jdolecek 20200421]