Module Name: src Committed By: martin Date: Mon Mar 1 16:01:06 UTC 2021
Modified Files: src/doc [netbsd-9]: CHANGES-9.2 Log Message: Ticket #1219 To generate a diff of this commit: cvs rdiff -u -r1.1.2.52 -r1.1.2.53 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.52 src/doc/CHANGES-9.2:1.1.2.53 --- src/doc/CHANGES-9.2:1.1.2.52 Sun Feb 28 07:09:00 2021 +++ src/doc/CHANGES-9.2 Mon Mar 1 16:01:06 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.2,v 1.1.2.52 2021/02/28 07:09:00 martin Exp $ +# $NetBSD: CHANGES-9.2,v 1.1.2.53 2021/03/01 16:01:06 martin Exp $ A complete list of changes from the NetBSD 9.1 release to the NetBSD 9.2 release: @@ -1726,3 +1726,9 @@ sys/dev/audio/audio.c 1.84 Fix return value of audiopoll(). [isaki, ticket #1218] +sys/dev/audio/audio.c 1.89-1.91 + + audio(4): avoid a race condition between audio{,bell}open + and audiodetach. Refactor code around audio_unlink(). + [isaki, ticket #1219] +