Fri Jul 17 06:42:56 2020 UTC ()
Note x86 per-cpu IDTs change


(yamaguchi)
diff -r1.2715 -r1.2716 src/doc/CHANGES

cvs diff -r1.2715 -r1.2716 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2020/07/15 12:15:31 1.2715
+++ src/doc/CHANGES 2020/07/17 06:42:56 1.2716
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2715 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2716 $>
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]
@@ -241,17 +241,18 @@ Changes from NetBSD 9.0 to NetBSD 10.0: @@ -241,17 +241,18 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
241 kernel. [riastradh 20200629] 241 kernel. [riastradh 20200629]
242 cgd(4): Add support for Adiantum cipher, providing much better software 242 cgd(4): Add support for Adiantum cipher, providing much better software
243 performance than AES-CBC or AES-XTS. [riastradh 20200629] 243 performance than AES-CBC or AES-XTS. [riastradh 20200629]
244 dhcpcd: Import version 9.1.4 [roy 20200703] 244 dhcpcd: Import version 9.1.4 [roy 20200703]
245 x86: Xen kernels now use the same kernel modules as native kernels. 245 x86: Xen kernels now use the same kernel modules as native kernels.
246 [chs 20200704] 246 [chs 20200704]
247 wskbd(4): Added keyboard layouts for Brazilian Portugese, 247 wskbd(4): Added keyboard layouts for Brazilian Portugese,
248 Canadian French, Estonian, Icelandic, and Latin American 248 Canadian French, Estonian, Icelandic, and Latin American
249 Spanish to pckbd(4) and ukbd(4). [nia 20200713] 249 Spanish to pckbd(4) and ukbd(4). [nia 20200713]
250 bnx(4): Enable support for MSI/MSI-X [jdolecek 20200714] 250 bnx(4): Enable support for MSI/MSI-X [jdolecek 20200714]
251 ciss(4): Add support for PERFORMANT mode, and enable MSI/MSI-X 251 ciss(4): Add support for PERFORMANT mode, and enable MSI/MSI-X
252 for adapters supporting it [jdolecek 20200714] 252 for adapters supporting it [jdolecek 20200714]
253 ciss(4): Match new HP Smart Array adapters [jdolecek 20200714] 253 ciss(4): Match new HP Smart Array adapters [jdolecek 20200714]
 254 x86: Introduce per-cpu IDTs [yamaguchi 20200714]
254 evbmips: Renamed kernel config files: 255 evbmips: Renamed kernel config files:
255 ERLITE -> OCTEON 256 ERLITE -> OCTEON
256 INSTALL_ERLITE -> INSTALL_OCTEON 257 INSTALL_ERLITE -> INSTALL_OCTEON
257 [simonb 20200715] 258 [simonb 20200715]