Age | Commit message (Expand) | Author |
2020-04-02 | Makes libossaudio use sndio instead of the kernel mixer(4) interface. | Alexandre Ratchov |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-10-26 | remove a misleading comment; ok ratchov@ | miko |
2015-09-10 | use .In rather than .Fd #include | Ingo Schwarze |
2015-09-10 | We don't want LIBRARY sections in OpenBSD, so delete it. | Ingo Schwarze |
2015-04-19 | Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the corresponding | Alexandre Ratchov |
2015-01-22 | Do not need to include <sys/cdefs.h> when headers included above end up | Theo de Raadt |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-03-27 | rename define to reflect current operating system, as in sys/compat | Ted Unangst |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-04-04 | simplify SNDCTL_DSP_SETTRIGGER | Jacob Meuser |
2007-11-12 | this is the recording source. rename 'source' to 'recsource' and be | Jacob Meuser |
2007-11-12 | implement SNDCTL_DSP_GETODELAY | Jacob Meuser |
2007-11-06 | - when we need to do both AUDIO_SETINFO and AUDIO_GETINFO to emulate | Jacob Meuser |
2007-10-08 | - make SNDCTL_DSP_GETOSPACE much more efficient by using AUDIO_GETPRINO | Jacob Meuser |
2007-09-28 | implement SNDCTL_DSP_[G|S]ETTRIGGER | Jacob Meuser |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2006-02-13 | revert change that breaks KDE, until we figure out what's wrong. | Marc Espie |
2006-01-25 | Fix problem in ioctl() handling in OSS audio emulation which caused | Brad Smith |
2005-12-19 | Use __BSD_VISIBLE instead of _POSIX_SOURCE to avoid pulling | Todd C. Miller |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-01-19 | compare st_dev/st_ino before declaring the cached values valid; ok miod | Jason Wright |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2003-06-02 | section reorder; | Jason McIntyre |
2003-05-03 | - make it -Wall clean | Anil Madhavapeddy |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin |
2002-04-24 | make oss_ioctl varargs. | Marc Espie |
2002-03-23 | Force inclusion of <sys/ioctl.h> before the body of soundcard.h. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-08-18 | sync up libossaudio with NetBSD changes. | Brad Smith |
2001-05-24 | Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796. | Aaron Campbell |
1999-09-01 | typo | Theo de Raadt |
1999-08-31 | pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuc... | Theo de Raadt |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell |
1999-02-17 | #undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not alrea... | Todd C. Miller |
1998-05-25 | fix off by one error, reported by nathanw@MIT.EDU. | Niels Provos |
1998-05-08 | sigh | Theo de Raadt |
1998-05-04 | it is disgusting when something gets put into the source tre incorrectly, | Theo de Raadt |
1998-05-01 | libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos |