NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/54796 CVS commit: [netbsd-9] src/sys/dev/audio



The following reply was made to PR kern/54796; it has been noted by GNATS.

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/54796 CVS commit: [netbsd-9] src/sys/dev/audio
Date: Thu, 2 Jan 2020 09:18:15 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Thu Jan  2 09:18:15 UTC 2020
 
 Modified Files:
 	src/sys/dev/audio [netbsd-9]: audio.c
 
 Log Message:
 Pull up following revision(s) (requested by isaki in ticket #593):
 
 	sys/dev/audio/audio.c: revision 1.34
 	sys/dev/audio/audio.c: revision 1.35
 
 Use M_WAITOK instead of M_NOWAIT.
 These allocations don't require NOWAIT constraints.
 
 Will fix PR kern/54796.
 
  -
 
 Improve and simplify around audio_realloc().
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.28.2.4 -r1.28.2.5 src/sys/dev/audio/audio.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index