index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sound
/
pcm
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Plug possible memory leak in sound DMA buffer handling. It also
yongari
2004-10-15
1
-9
/
+24
*
Don't do malloc(M_WAITOK) for sound buffers while locks are held.
green
2004-04-29
1
-1
/
+1
*
Change KASSERT() in feed_vchan16() into an explicit test and call to
truckman
2004-01-28
1
-17
/
+40
*
Fix a panic due to holding a lock over calls to uiomove.
matk
2003-11-27
1
-27
/
+0
*
update my email address.
cg
2003-09-07
1
-2
/
+2
*
Additional malloc failure checks.
orion
2003-04-20
1
-4
/
+7
*
Implement a "sndbuf_getbufaddr" function and use it instead of vtophys().
cognet
2003-02-20
1
-0
/
+8
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
- Clean up ISA DMA supports.
nyan
2003-02-07
1
-95
/
+0
*
remove MIN now that it's a standard kernel define
alfred
2003-02-02
1
-2
/
+0
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
various fixes to eliminate locking warnings
cg
2002-11-25
1
-13
/
+25
*
* improve error handling
cg
2002-01-26
1
-2
/
+7
*
Fix code that had rotted behind debugging macros.
scottl
2002-01-25
1
-1
/
+1
*
a buffer offset equal to the buffer size is illegal too, fix assertion in
cg
2002-01-25
1
-1
/
+1
*
don't bother checking if an unsigned parameter is less than 0 in a KASSERT
cg
2002-01-23
1
-1
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-12
/
+12
*
many changes:
cg
2001-08-23
1
-2
/
+2
*
don't erase info in sndbuf_setup()
cg
2001-05-27
1
-6
/
+23
*
if the feeder chain returned no data, do not try to acquire the data.
cg
2001-04-08
1
-1
/
+2
*
fix whitespace bogons
cg
2001-03-25
1
-4
/
+4
*
mega-commit.
cg
2001-03-24
1
-48
/
+444
*
MFS: don't pagefault in sndbuf_clear
cg
2001-03-05
1
-19
/
+9
*
update code dealing with snd_dbuf objects to do so using a functional interface
cg
2000-12-23
1
-0
/
+244