summaryrefslogtreecommitdiffstats
path: root/lib/libossaudio/ossaudio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-9/+9
* remove a misleading comment; ok ratchov@miko2018-10-261-5/+1
* Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the correspondingratchov2015-04-191-400/+2
* rename define to reflect current operating system, as in sys/compattedu2013-03-271-19/+13
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* simplify SNDCTL_DSP_SETTRIGGERjakemsr2008-04-041-10/+3
* this is the recording source. rename 'source' to 'recsource' and bejakemsr2007-11-121-9/+15
* implement SNDCTL_DSP_GETODELAYjakemsr2007-11-121-1/+6
* - when we need to do both AUDIO_SETINFO and AUDIO_GETINFO to emulatejakemsr2007-11-061-58/+78
* - make SNDCTL_DSP_GETOSPACE much more efficient by using AUDIO_GETPRINOjakemsr2007-10-081-15/+12
* implement SNDCTL_DSP_[G|S]ETTRIGGERjakemsr2007-09-281-25/+21
* revert change that breaks KDE, until we figure out what's wrong.espie2006-02-131-9/+9
* Fix problem in ioctl() handling in OSS audio emulation which causedbrad2006-01-251-9/+9
* compare st_dev/st_ino before declaring the cached values valid; ok miodjason2005-01-191-2/+4
* - make it -Wall cleanavsm2003-05-031-4/+11
* make oss_ioctl varargs.espie2002-04-241-2/+9
* sync up libossaudio with NetBSD changes.brad2001-08-181-58/+132
* Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796.aaron2001-05-241-4/+16
* fix off by one error, reported by nathanw@MIT.EDU.provos1998-05-251-2/+2
* libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-05-011-0/+699