Module Name: src
Committed By: sevan
Date: Wed Jun 13 00:24:07 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
macppc IPsec change from last week
To generate a diff of this commit:
cvs rdiff -u -r1.2394 -r1.2395 src/doc/CHANGES
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.2394 src/doc/CHANGES:1.2395
--- src/doc/CHANGES:1.2394 Thu Jun 7 12:36:45 2018
+++ src/doc/CHANGES Wed Jun 13 00:24:07 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2394 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2395 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -158,5 +158,7 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
gpio(4): Overhauled interrupt support. Added GPIO interrupt
capability for Broadcom BCM283x SoCs (e.g.
Raspberry Pi). [thorpej 20180519]
+ macppc: Enable fast_ipsec(4) and ipsecif(4) support in GENERIC kernel by
+ default. [sevan 20180602]
dhcpcd: Import 7.0.5b. [roy 20180604]
virtio(4): Add MMIO transport and fdt(4) attachment. [jakllsch 20180606]