| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r207330, r207620 | Jung-uk Kim | 2010-05-10 | 1 | -24/+0 |
| * | Last (again ?!?) major commit for RELENG_7, featuring total Giant | Ariff Abdullah | 2007-06-16 | 1 | -1/+1 |
| * | Buffer optimization and locking cleanup. Don't resize/malloc | Ariff Abdullah | 2007-06-14 | 1 | -41/+60 |
| * | Last major commit and updates for RELENG_7: | Ariff Abdullah | 2007-05-31 | 1 | -3/+3 |
| * | sndbuf_alloc() now accept dmaflags argument which will be forwarded to | Ariff Abdullah | 2007-04-18 | 1 | -2/+4 |
| * | Memory leak killing spree, mostly bus_dma(9) related. | Ariff Abdullah | 2007-03-21 | 1 | -20/+21 |
| * | [stage: 2/9] | Ariff Abdullah | 2007-03-16 | 1 | -2/+2 |
| * | Spring cleanup on irrelevant NULL checking over M_WAITOK allocations. | Ariff Abdullah | 2007-03-15 | 1 | -18/+1 |
| * | Fix huge memory leak within sound buffer (during channel destruction, | Ariff Abdullah | 2007-02-01 | 1 | -0/+12 |
| * | Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixes | Ariff Abdullah | 2006-11-26 | 1 | -26/+60 |
| * | MFp4 the sound Google Summer of Code project: | Alexander Leidinger | 2006-09-23 | 1 | -0/+125 |
| * | Rename some variables. This fixes some (but not all) problems on the way | Alexander Leidinger | 2006-07-17 | 1 | -2/+2 |
| * | Whats New: | Alexander Leidinger | 2005-07-31 | 1 | -2/+6 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Plug possible memory leak in sound DMA buffer handling. It also | Pyun YongHyeon | 2004-10-15 | 1 | -9/+24 |
| * | Don't do malloc(M_WAITOK) for sound buffers while locks are held. | Brian Feldman | 2004-04-29 | 1 | -1/+1 |
| * | Change KASSERT() in feed_vchan16() into an explicit test and call to | Don Lewis | 2004-01-28 | 1 | -17/+40 |
| * | Fix a panic due to holding a lock over calls to uiomove. | Mathew Kanner | 2003-11-27 | 1 | -27/+0 |
| * | update my email address. | Cameron Grant | 2003-09-07 | 1 | -2/+2 |
| * | Additional malloc failure checks. | Orion Hodson | 2003-04-20 | 1 | -4/+7 |
| * | Implement a "sndbuf_getbufaddr" function and use it instead of vtophys(). | Olivier Houchard | 2003-02-20 | 1 | -0/+8 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | - Clean up ISA DMA supports. | Yoshihiro Takahashi | 2003-02-07 | 1 | -95/+0 |
| * | remove MIN now that it's a standard kernel define | Alfred Perlstein | 2003-02-02 | 1 | -2/+0 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | various fixes to eliminate locking warnings | Cameron Grant | 2002-11-25 | 1 | -13/+25 |
| * | * improve error handling | Cameron Grant | 2002-01-26 | 1 | -2/+7 |
| * | Fix code that had rotted behind debugging macros. | Scott Long | 2002-01-25 | 1 | -1/+1 |
| * | a buffer offset equal to the buffer size is illegal too, fix assertion in | Cameron Grant | 2002-01-25 | 1 | -1/+1 |
| * | don't bother checking if an unsigned parameter is less than 0 in a KASSERT | Cameron Grant | 2002-01-23 | 1 | -1/+1 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 1 | -12/+12 |
| * | many changes: | Cameron Grant | 2001-08-23 | 1 | -2/+2 |
| * | don't erase info in sndbuf_setup() | Cameron Grant | 2001-05-27 | 1 | -6/+23 |
| * | if the feeder chain returned no data, do not try to acquire the data. | Cameron Grant | 2001-04-08 | 1 | -1/+2 |
| * | fix whitespace bogons | Cameron Grant | 2001-03-25 | 1 | -4/+4 |
| * | mega-commit. | Cameron Grant | 2001-03-24 | 1 | -47/+443 |
| * | MFS: don't pagefault in sndbuf_clear | Cameron Grant | 2001-03-05 | 1 | -19/+9 |
| * | update code dealing with snd_dbuf objects to do so using a functional interface | Cameron Grant | 2000-12-23 | 1 | -0/+244 |