Sat Aug 25 21:01:28 2018 UTC ()
Add mue(4).


(rin)
diff -r1.2432 -r1.2433 src/doc/CHANGES

cvs diff -r1.2432 -r1.2433 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2018/08/25 08:12:28 1.2432
+++ src/doc/CHANGES 2018/08/25 21:01:28 1.2433
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2432 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2433 $>
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]
@@ -200,13 +200,15 @@ Changes from NetBSD 8.0 to NetBSD 9.0: @@ -200,13 +200,15 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
200 arm: Add support for Rockchip RK3399 SoC. [jmcneill 20180812] 200 arm: Add support for Rockchip RK3399 SoC. [jmcneill 20180812]
201 amd64: Randomize by default all the randomizable VM areas in the kernel. 201 amd64: Randomize by default all the randomizable VM areas in the kernel.
202 [maxv 20180812] 202 [maxv 20180812]
203 mdocml: Import 1.14.4. [christos 20180814] 203 mdocml: Import 1.14.4. [christos 20180814]
204 kernel: Remove etherip(4), replaced by l2tp(4). [maxv 20180814] 204 kernel: Remove etherip(4), replaced by l2tp(4). [maxv 20180814]
205 gnu-efi: Import version 3.0.8. [jmcneill 20180816] 205 gnu-efi: Import version 3.0.8. [jmcneill 20180816]
206 OpenSSL: Imported 1.1.0i. [christos 20180818] 206 OpenSSL: Imported 1.1.0i. [christos 20180818]
207 acpi(4): Updated ACPICA to 20180810. [christos 20180818] 207 acpi(4): Updated ACPICA to 20180810. [christos 20180818]
208 dhcpcd: Import 7.0.8. [roy 20180820] 208 dhcpcd: Import 7.0.8. [roy 20180820]
209 amd64: Add support for kASan - Kernel Address Sanitizer. 209 amd64: Add support for kASan - Kernel Address Sanitizer.
210 [maxv 20180820] 210 [maxv 20180820]
211 arm: Add UEFI boot loader for ARM64 platforms. [jmcneill 20180824] 211 arm: Add UEFI boot loader for ARM64 platforms. [jmcneill 20180824]
212 kernel: Remove NDIS. [maxv 20180825] 212 kernel: Remove NDIS. [maxv 20180825]
 213 mue(4): Add driver for Microchip LAN75xx/LAN78xx (Raspberry Pi 3 B+)
 214 from OpenBSD. [rin 20180825]