Module Name: src
Committed By: martin
Date: Sun Aug 26 08:06:10 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #990
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 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.13 src/doc/CHANGES-8.1:1.1.2.14
--- src/doc/CHANGES-8.1:1.1.2.13 Sat Aug 25 14:50:21 2018
+++ src/doc/CHANGES-8.1 Sun Aug 26 08:06:10 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.13 2018/08/25 14:50:21 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.14 2018/08/26 08:06:10 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -611,3 +611,8 @@ bin/sh/exec.c 1.53
Fix several bugs in the command / type builtin.
[kre, ticket #989]
+sys/dev/usb/usb_subr.c 1.224
+
+ Add missing KERNEL_LOCK protection around autoconf calls.
+ [mlelstv, ticket #990]
+