Module Name: src
Committed By: martin
Date: Sat Dec 12 13:00:18 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1636
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-8.3
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.3
diff -u src/doc/CHANGES-8.3:1.1.2.57 src/doc/CHANGES-8.3:1.1.2.58
--- src/doc/CHANGES-8.3:1.1.2.57 Fri Dec 11 19:35:16 2020
+++ src/doc/CHANGES-8.3 Sat Dec 12 13:00:18 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.57 2020/12/11 19:35:16 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.58 2020/12/12 13:00:18 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1444,3 +1444,9 @@ sys/dev/hyperv/if_hvn.c 1.19 (via pat
hvn(4): fix SIOCSIFFLAGS ioctl handling to make ifconfig up/down work.
[nonaka, ticket #1635]
+sys/dev/usb/ucom.c 1.128
+
+ Properly wait for refcounts to drain to avoid potential panics
+ when detaching the device.
+ [mrg, ticket #1636]
+