| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-04-02 | Makes libossaudio use sndio instead of the kernel mixer(4) interface. |  ratchov | 2 | -270/+205 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -9/+9 |
| 2018-10-26 | remove a misleading comment; ok ratchov@ |  miko | 1 | -5/+1 |
| 2015-09-10 | use .In rather than .Fd #include |  schwarze | 1 | -2/+2 |
| 2015-09-10 | We don't want LIBRARY sections in OpenBSD, so delete it. |  schwarze | 1 | -4/+2 |
| 2015-04-19 | Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the corresponding |  ratchov | 1 | -400/+2 |
| 2015-01-22 | Do not need to include <sys/cdefs.h> when headers included above end up |  deraadt | 1 | -3/+1 |
| 2014-07-16 | zap trailing newlines; "go for it" deraadt |  okan | 1 | -2/+1 |
| 2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 1 | -2/+2 |
| 2013-03-27 | rename define to reflect current operating system, as in sys/compat |  tedu | 2 | -21/+15 |
| 2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. |  okan | 1 | -2/+1 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 3 | -25/+4 |
| 2008-04-04 | simplify SNDCTL_DSP_SETTRIGGER |  jakemsr | 1 | -10/+3 |
| 2007-11-12 | this is the recording source. rename 'source' to 'recsource' and be |  jakemsr | 1 | -9/+15 |
| 2007-11-12 | implement SNDCTL_DSP_GETODELAY |  jakemsr | 3 | -3/+9 |
| 2007-11-06 | - when we need to do both AUDIO_SETINFO and AUDIO_GETINFO to emulate |  jakemsr | 1 | -58/+78 |
| 2007-10-08 | - make SNDCTL_DSP_GETOSPACE much more efficient by using AUDIO_GETPRINO |  jakemsr | 1 | -15/+12 |
| 2007-09-28 | implement SNDCTL_DSP_[G|S]ETTRIGGER |  jakemsr | 1 | -25/+21 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2006-02-13 | revert change that breaks KDE, until we figure out what's wrong. |  espie | 1 | -9/+9 |
| 2006-01-25 | Fix problem in ioctl() handling in OSS audio emulation which caused |  brad | 1 | -9/+9 |
| 2005-12-19 | Use __BSD_VISIBLE instead of _POSIX_SOURCE to avoid pulling |  millert | 1 | -4/+6 |
| 2005-11-24 | use WANTLINT= (on all architectures) |  deraadt | 1 | -1/+2 |
| 2005-01-19 | compare st_dev/st_ino before declaring the cached values valid; ok miod |  jason | 1 | -2/+4 |
| 2004-07-13 | errno changes, lib major version bumps, and general flag day |  marc | 1 | -4/+1 |
| 2003-06-02 | section reorder; |  jmc | 1 | -6/+6 |
| 2003-05-03 | - make it -Wall clean |  avsm | 3 | -10/+25 |
| 2002-12-03 | Crank all library major numbers. Needed due to the fact that we |  millert | 1 | -2/+2 |
| 2002-05-01 | o) start new sentence on a new line; |  mpech | 1 | -3/+3 |
| 2002-04-24 | make oss_ioctl varargs. |  espie | 3 | -11/+13 |
| 2002-03-23 | Force inclusion of <sys/ioctl.h> before the body of soundcard.h. |  millert | 1 | -4/+4 |
| 2002-02-16 | 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. |  millert | 1 | -2/+2 |
| 2001-08-18 | sync up libossaudio with NetBSD changes. |  brad | 3 | -69/+173 |
| 2001-05-24 | Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796. |  aaron | 2 | -6/+18 |
| 1999-09-01 | typo |  deraadt | 1 | -1/+1 |
| 1999-08-31 | pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuck@iname.com |  deraadt | 1 | -1/+5 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 1 | -4/+4 |
| 1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. |  aaron | 1 | -2/+2 |
| 1999-02-17 | #undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not already defined). |  millert | 1 | -1/+6 |
| 1998-05-25 | fix off by one error, reported by nathanw@MIT.EDU. |  provos | 1 | -2/+2 |
| 1998-05-08 | sigh |  deraadt | 1 | -2/+2 |
| 1998-05-04 | it is disgusting when something gets put into the source tre incorrectly, |  deraadt | 1 | -3/+5 |
| 1998-05-01 | libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se> |  provos | 5 | -0/+1079 |