summaryrefslogtreecommitdiffstats
path: root/lib/libossaudio
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Makes libossaudio use sndio instead of the kernel mixer(4) interface.ratchov2-270/+205
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-9/+9
2018-10-26remove a misleading comment; ok ratchov@miko1-5/+1
2015-09-10use .In rather than .Fd #includeschwarze1-2/+2
2015-09-10We don't want LIBRARY sections in OpenBSD, so delete it.schwarze1-4/+2
2015-04-19Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the correspondingratchov1-400/+2
2015-01-22Do not need to include <sys/cdefs.h> when headers included above end upderaadt1-3/+1
2014-07-16zap trailing newlines; "go for it" deraadtokan1-2/+1
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther1-2/+2
2013-03-27rename define to reflect current operating system, as in sys/compattedu2-21/+15
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan1-2/+1
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray3-25/+4
2008-04-04simplify SNDCTL_DSP_SETTRIGGERjakemsr1-10/+3
2007-11-12this is the recording source. rename 'source' to 'recsource' and bejakemsr1-9/+15
2007-11-12implement SNDCTL_DSP_GETODELAYjakemsr3-3/+9
2007-11-06- when we need to do both AUDIO_SETINFO and AUDIO_GETINFO to emulatejakemsr1-58/+78
2007-10-08- make SNDCTL_DSP_GETOSPACE much more efficient by using AUDIO_GETPRINOjakemsr1-15/+12
2007-09-28implement SNDCTL_DSP_[G|S]ETTRIGGERjakemsr1-25/+21
2007-05-31convert to new .Dd format;jmc1-2/+2
2006-02-13revert change that breaks KDE, until we figure out what's wrong.espie1-9/+9
2006-01-25Fix problem in ioctl() handling in OSS audio emulation which causedbrad1-9/+9
2005-12-19Use __BSD_VISIBLE instead of _POSIX_SOURCE to avoid pullingmillert1-4/+6
2005-11-24use WANTLINT= (on all architectures)deraadt1-1/+2
2005-01-19compare st_dev/st_ino before declaring the cached values valid; ok miodjason1-2/+4
2004-07-13errno changes, lib major version bumps, and general flag daymarc1-4/+1
2003-06-02section reorder;jmc1-6/+6
2003-05-03- make it -Wall cleanavsm3-10/+25
2002-12-03Crank all library major numbers. Needed due to the fact that wemillert1-2/+2
2002-05-01o) start new sentence on a new line;mpech1-3/+3
2002-04-24make oss_ioctl varargs.espie3-11/+13
2002-03-23Force inclusion of <sys/ioctl.h> before the body of soundcard.h.millert1-4/+4
2002-02-16Part 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.millert1-2/+2
2001-08-18sync up libossaudio with NetBSD changes.brad3-69/+173
2001-05-24Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796.aaron2-6/+18
1999-09-01typoderaadt1-1/+1
1999-08-31pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuck@iname.comderaadt1-1/+5
1999-07-09- remove all trailing whitespaceaaron1-4/+4
1999-07-07The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1-2/+2
1999-02-17#undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not already defined).millert1-1/+6
1998-05-25fix off by one error, reported by nathanw@MIT.EDU.provos1-2/+2
1998-05-08sighderaadt1-2/+2
1998-05-04it is disgusting when something gets put into the source tre incorrectly,deraadt1-3/+5
1998-05-01libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos5-0/+1079