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.