Thu Jun 14 10:57:42 2018 UTC ()
arm: Add support for QEMU ARM Virtual Machine ("virt").


(jmcneill)
diff -r1.2396 -r1.2397 src/doc/CHANGES

cvs diff -r1.2396 -r1.2397 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2018/06/13 03:34:13 1.2396
+++ src/doc/CHANGES 2018/06/14 10:57:42 1.2397
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2396 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2397 $>
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]
@@ -152,13 +152,14 @@ Changes from NetBSD 8.0 to NetBSD 9.0: @@ -152,13 +152,14 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
152 dhcpcd: Import 7.0.4. [roy 20180502] 152 dhcpcd: Import 7.0.4. [roy 20180502]
153 libbozohttpd(3): Add the embeddable version of bozohttpd [sevan 20180503] 153 libbozohttpd(3): Add the embeddable version of bozohttpd [sevan 20180503]
154 bozohttpd(3lua): Add Lua binding for libbozohttpd(3lua) [sevan 20180503] 154 bozohttpd(3lua): Add Lua binding for libbozohttpd(3lua) [sevan 20180503]
155 tzdata: updated to 2017e [kre 20180504] 155 tzdata: updated to 2017e [kre 20180504]
156 libc: Update to tzcode2018e. [christos 20180504] 156 libc: Update to tzcode2018e. [christos 20180504]
157 acpi(4): Updated ACPICA to 20180427. [christos 20180504] 157 acpi(4): Updated ACPICA to 20180427. [christos 20180504]
158 gpio(4): Overhauled interrupt support. Added GPIO interrupt 158 gpio(4): Overhauled interrupt support. Added GPIO interrupt
159 capability for Broadcom BCM283x SoCs (e.g. 159 capability for Broadcom BCM283x SoCs (e.g.
160 Raspberry Pi). [thorpej 20180519] 160 Raspberry Pi). [thorpej 20180519]
161 macppc: Enable ipsec(4) and ipsecif(4) support in GENERIC kernel by 161 macppc: Enable ipsec(4) and ipsecif(4) support in GENERIC kernel by
162 default. [sevan 20180602] 162 default. [sevan 20180602]
163 dhcpcd: Import 7.0.5b. [roy 20180604] 163 dhcpcd: Import 7.0.5b. [roy 20180604]
164 virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606] 164 virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606]
 165 arm: Add support for QEMU ARM Virtual Machine ("virt"). [jmcneill 20180614]