Module Name: src
Committed By: ozaki-r
Date: Wed Jun 13 03:34:13 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Refer ipsec(4) instead of fast_ipsec(4)
Because fast_ipsec(4) is retired and IPSEC is described in ipsec(4) now.
To generate a diff of this commit:
cvs rdiff -u -r1.2395 -r1.2396 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.2395 src/doc/CHANGES:1.2396
--- src/doc/CHANGES:1.2395 Wed Jun 13 00:24:07 2018
+++ src/doc/CHANGES Wed Jun 13 03:34:13 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2395 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2396 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -158,7 +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
+ macppc: Enable 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]