Module Name: src
Committed By: martin
Date: Mon Aug 27 07:50:42 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #991
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-8.1
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.1
diff -u src/doc/CHANGES-8.1:1.1.2.14 src/doc/CHANGES-8.1:1.1.2.15
--- src/doc/CHANGES-8.1:1.1.2.14 Sun Aug 26 08:06:10 2018
+++ src/doc/CHANGES-8.1 Mon Aug 27 07:50:41 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.14 2018/08/26 08:06:10 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.15 2018/08/27 07:50:41 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -616,3 +616,8 @@ sys/dev/usb/usb_subr.c 1.224
Add missing KERNEL_LOCK protection around autoconf calls.
[mlelstv, ticket #990]
+sys/net/if.c 1.434
+
+ Restore splx() removed accidentally in rev 1.406
+ [ozaki-r, ticket #991]
+