Module Name: src
Committed By: snj
Date: Tue Jun 12 16:36:26 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
876
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.209 -r1.1.2.210 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.209 src/doc/CHANGES-8.0:1.1.2.210
--- src/doc/CHANGES-8.0:1.1.2.209 Mon Jun 11 08:51:20 2018
+++ src/doc/CHANGES-8.0 Tue Jun 12 16:36:26 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.209 2018/06/11 08:51:20 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.210 2018/06/12 16:36:26 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -13883,3 +13883,10 @@ usr.sbin/arp/arp.c 1.59
Fix usage of `arp -d'.
[nonaka, ticket #875]
+sys/net/if_vlan.c 1.126
+tests/net/if_vlan/t_vlan.sh 1.9
+
+ Fix panic upon shutdown of a system with bridges on top of vlans.
+ PR kern/53357.
+ [ozaki-r, ticket #876]
+