kernel: Remove some unneeded NULL checks after kmalloc() with M_WAITOK.
[dragonfly.git] / sys / dev / sound / pcm / buffer.c
2011-12-05 Sascha Wildnerkernel: Remove some unneeded NULL checks after kmalloc...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-01-29 Matthew Dillonkernel - More sound kmalloc adjustments.
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-14 Samuel J. Greearkernel - Add missing KNOTE's
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Simon SchubertCall selwakeup() from an MP-protected taskqueue.
2007-06-16 Hasso TepperBring in the latest sound changes from RELENG_6.
2007-01-04 Simon SchubertSay hello to a sound system update from FreeBSD. This...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2003-07-30 Matthew DillonLINT synchronization, remove remaining manually defined...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: