| Age | Commit message (Expand) | Author |
| 2020-04-27 | Pull up following revision(s) (requested by nia in ticket #855): | martin |
| 2019-11-19 | Pull up following revision(s) (requested by isaki in ticket #446): | martin |
| 2019-02-02 | Fix minor bugs of SNDCTL_DSP_GETISPACE. | isaki |
| 2019-01-29 | Revert a wrong SNDCTL_DSP_GETOSPACE part of rev1.33. | isaki |
| 2019-01-23 | memset to zero the entire array, not just 8 bytes of it. | mrg |
| 2017-03-24 | ABI of libossaudio did not change, so there was no need to bump the version | nat |
| 2017-03-23 | Calculate GETISPACE/GETOSPACE properly. | nat |
| 2017-02-10 | speed limit is 80 (missed this one) | maya |
| 2017-02-10 | strncpy->strlcpy. use sizeof instead of numbers. | maya |
| 2014-09-09 | Add missing defines for 16, 24 and 32 bit NE and OE formats. | nat |
| 2014-05-18 | libossaudio minor version bump to signify new ioctls. | nat |
| 2014-05-17 | Adds ioctls and defines for OSSv4 compatibility. | nat |
| 2012-05-05 | fix typo, WARNS=5 | christos |
| 2012-05-05 | avoid using cpp variadic macros and explain why. | christos |
| 2012-05-04 | - match regular ioctl prototype (3rd argument is optional) | christos |
| 2012-03-21 | These directories don't handle WARNS=5 | matt |
| 2011-09-13 | fix non-portable shift. | christos |
| 2011-09-06 | Add support for AFMT_AC3 | jmcneill |
| 2009-03-12 | Remove USETBL, now that man page does not need tbl any longer. | wiz |
| 2009-03-12 | Use .Bl -column instead of tbl(1) for the device mapping list. | joerg |
| 2009-02-03 | Bump date for previous. | jmcneill |
| 2009-02-03 | Add a table that describes the mappings from native audio mixer names | jmcneill |
| 2009-01-11 | bump shared libraries. | christos |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-15 | s/prototyoe/prototype/ | bjs |
| 2007-11-08 | Set the number of record and play channels individually -- currently | drochner |
| 2007-09-18 | Implement OSS_SNDCTL_DSP_GETODELAY and provide a no-op function | mlelstv |
| 2007-06-11 | Add a new ioctl AUDIO_GETBUFINFO. It works like AUDIO_GETINFO, but | joerg |
| 2005-06-01 | appease gcc -Wuninitialized. some delint | lukem |
| 2005-02-09 | work around a prototype conflict by including ioctl.h | drochner |
| 2005-02-04 | de-__P | perry |
| 2004-11-18 | getdevinfo(): | kent |
| 2003-11-18 | drop whitespace | grant |
| 2003-04-16 | Use | wiz |
| 2003-03-09 | use __RCSID() | lukem |
| 2003-01-12 | add support for SNDCTL_DSP_SETDUPLEX ioctl to ossaudio emulation code | jdolecek |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-05-27 | Add SOUND_MASK_* for the last SOUND_MIXER_* values that didn't have any. | wiz |
| 2002-02-20 | Improve markup, sort sections. | wiz |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-01-11 | Determine the 'native' endianness using _BYTE_ORDER from | kleink |
| 2001-12-24 | Make SNDCTL_DSP_POST a nop. It's explicitly *not* supposed to sleep, and as | mycroft |
| 2001-07-08 | Map OSS mixer device "line1" to native mixer device "aux". | kim |
| 2001-05-19 | Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is | jdolecek |
| 2001-05-10 | Impproved fix of PR12796, from Frederick Bruckman <fb@enteract.com> | augustss |
| 2001-05-09 | Apply patch in PR lib/12796 from Frederick Bruckman <fb@enteract.com> | augustss |
| 2000-08-16 | Use accurate rounding in conversion between OSS and NetBSD volume values. | tron |
| 2000-07-05 | remove extra period in SEE ALL section | msaitoh |
| 2000-07-04 | Implement OSS_GETVERSION. | augustss |