Module Name: src
Committed By: snj
Date: Wed Nov 8 22:26:58 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
349, 350
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.74 src/doc/CHANGES-8.0:1.1.2.75
--- src/doc/CHANGES-8.0:1.1.2.74 Mon Nov 6 10:40:42 2017
+++ src/doc/CHANGES-8.0 Wed Nov 8 22:26:58 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.74 2017/11/06 10:40:42 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.75 2017/11/08 22:26:58 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -6731,3 +6731,19 @@ sys/compat/netbsd32/netbsd32_conv.h 1.3
PR kern/52681: fix msghdr conversion.
[martin, ticket #339]
+sys/net/if_l2tp.c 1.14
+sys/net/if_tap.c 1.101
+sys/net/if_tun.c 1.141
+sys/net/if_vlan.c 1.106
+
+ Set IFEF_NO_LINK_STATE_CHANGE flag to pseudo devices that
+ don't use if_link_state_change
+ [ozaki-r, ticket #349]
+
+sys/netinet6/icmp6.c 1.214
+sys/netinet6/raw_ip6.c 1.158
+
+ Fix usages of ipsec_used. If IPsec isn't used, we must go
+ back to the normal path. PR kern/52659
+ [ozaki-r, ticket #350]
+