Module Name: src
Committed By: martin
Date: Sun Mar 6 18:11:41 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Note ticket #1124
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-7.0.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-7.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.38 src/doc/CHANGES-7.0.1:1.1.2.39
--- src/doc/CHANGES-7.0.1:1.1.2.38 Thu Mar 3 15:44:19 2016
+++ src/doc/CHANGES-7.0.1 Sun Mar 6 18:11:41 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.38 2016/03/03 15:44:19 martin Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.39 2016/03/06 18:11:41 martin Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -1027,3 +1027,10 @@ sys/kern/kern_time.c 1.184
Don't leak garabage from the kernel stack on sleep(0) and equivalents.
[uwe, ticket #1128]
+sys/dev/usb/ugen.c 1.127-1.130
+
+ Remove always true conditional.
+ Only clear the endpoint information in ugen_set_interface only
+ if setting the new altno suceeds.
+ [skrll, ticket #1124]
+