summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pcm/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Plug possible memory leak in sound DMA buffer handling. It alsoyongari2004-10-151-9/+24
* Don't do malloc(M_WAITOK) for sound buffers while locks are held.green2004-04-291-1/+1
* Change KASSERT() in feed_vchan16() into an explicit test and call totruckman2004-01-281-17/+40
* Fix a panic due to holding a lock over calls to uiomove.matk2003-11-271-27/+0
* update my email address.cg2003-09-071-2/+2
* Additional malloc failure checks.orion2003-04-201-4/+7
* Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().cognet2003-02-201-0/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* - Clean up ISA DMA supports.nyan2003-02-071-95/+0
* remove MIN now that it's a standard kernel definealfred2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* various fixes to eliminate locking warningscg2002-11-251-13/+25
* * improve error handlingcg2002-01-261-2/+7
* Fix code that had rotted behind debugging macros.scottl2002-01-251-1/+1
* a buffer offset equal to the buffer size is illegal too, fix assertion incg2002-01-251-1/+1
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTcg2002-01-231-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-12/+12
* many changes:cg2001-08-231-2/+2
* don't erase info in sndbuf_setup()cg2001-05-271-6/+23
* if the feeder chain returned no data, do not try to acquire the data.cg2001-04-081-1/+2
* fix whitespace bogonscg2001-03-251-4/+4
* mega-commit.cg2001-03-241-48/+444
* MFS: don't pagefault in sndbuf_clearcg2001-03-051-19/+9
* update code dealing with snd_dbuf objects to do so using a functional interfacecg2000-12-231-0/+244
OpenPOWER on IntegriCloud