Module Name:    src
Committed By:   martin
Date:           Mon Jan 25 14:16:00 UTC 2021

Modified Files:
        src/doc [netbsd-9]: CHANGES-9.2

Log Message:
Tickets #1187 and #1188


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-9.2

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-9.2
diff -u src/doc/CHANGES-9.2:1.1.2.36 src/doc/CHANGES-9.2:1.1.2.37
--- src/doc/CHANGES-9.2:1.1.2.36	Sat Jan 23 13:01:59 2021
+++ src/doc/CHANGES-9.2	Mon Jan 25 14:16:00 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.2,v 1.1.2.36 2021/01/23 13:01:59 martin Exp $
+# $NetBSD: CHANGES-9.2,v 1.1.2.37 2021/01/25 14:16:00 martin Exp $
 
 A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2
 release:
@@ -1416,3 +1416,13 @@ sys/dev/pci/if_ena.c				1.27
 	PR 55942: destroyed ena(4) evcnts cause panic.
 	[jmcneill, ticket #1186]
 
+sys/kern/kern_threadpool.c			1.23
+
+	PR 55948: fix a race in threadpool(9).
+	[riastradh, ticket #1187]
+
+sys/arch/arm/broadcom/bcm2835_vcaudio.c		1.16
+
+	vcaudio: make vcaudio accurately report lack of CAPTURE.
+	[nia, ticket #1188]
+

Reply via email to