Module Name: src
Committed By: snj
Date: Thu Nov 23 02:18:52 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
382
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 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.80 src/doc/CHANGES-8.0:1.1.2.81
--- src/doc/CHANGES-8.0:1.1.2.80 Wed Nov 22 16:47:21 2017
+++ src/doc/CHANGES-8.0 Thu Nov 23 02:18:51 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.80 2017/11/22 16:47:21 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.81 2017/11/23 02:18:51 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -7079,3 +7079,9 @@ tests/net/if_vlan/t_vlan.sh 1.2-1.5
Add some test cases for vlan(4).
[msaitoh, ticket #380]
+sys/net/if_bridge.c 1.139
+sys/net/if_loop.c 1.97
+
+ Remove unnecessary KERNEL_LOCK if NET_MPSAFE.
+ [ozaki-r, ticket #382]
+