summaryrefslogtreecommitdiffstats
path: root/lib/libossaudio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makes libossaudio use sndio instead of the kernel mixer(4) interface.ratchov2020-04-022-272/+207
* 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
* use .In rather than .Fd #includeschwarze2015-09-101-2/+2
* We don't want LIBRARY sections in OpenBSD, so delete it.schwarze2015-09-101-4/+2
* Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the correspondingratchov2015-04-191-400/+2
* Do not need to include <sys/cdefs.h> when headers included above end upderaadt2015-01-221-3/+1
* zap trailing newlines; "go for it" deraadtokan2014-07-161-2/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-2/+2
* rename define to reflect current operating system, as in sys/compattedu2013-03-272-21/+15
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-263-25/+4
* 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-123-3/+9
* - 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
* convert to new .Dd format;jmc2007-05-311-2/+2
* 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
* Use __BSD_VISIBLE instead of _POSIX_SOURCE to avoid pullingmillert2005-12-191-4/+6
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* compare st_dev/st_ino before declaring the cached values valid; ok miodjason2005-01-191-2/+4
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-4/+1
* section reorder;jmc2003-06-021-6/+6
* - make it -Wall cleanavsm2003-05-033-10/+25
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-2/+2
* o) start new sentence on a new line;mpech2002-05-011-3/+3
* make oss_ioctl varargs.espie2002-04-243-11/+13
* Force inclusion of <sys/ioctl.h> before the body of soundcard.h.millert2002-03-231-4/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* sync up libossaudio with NetBSD changes.brad2001-08-183-69/+173
* Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796.aaron2001-05-242-6/+18
* typoderaadt1999-09-011-1/+1
* pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuck@iname.comderaadt1999-08-311-1/+5
* - remove all trailing whitespaceaaron1999-07-091-4/+4
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
* #undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not already defined).millert1999-02-171-1/+6
* fix off by one error, reported by nathanw@MIT.EDU.provos1998-05-251-2/+2
* sighderaadt1998-05-081-2/+2
* it is disgusting when something gets put into the source tre incorrectly,deraadt1998-05-041-3/+5
* libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-05-015-0/+1079