| Age | Commit message (Expand) | Author |
| 2023-06-20 | compat_ossaudio: Zero-initialize idat before copyout. | riastradh |
| 2021-09-07 | sys/compat: Memset zero before copyout. | riastradh |
| 2020-04-19 | ossaudio: Avoid giving userland uninitialized memory. Noticed by maxv. | nia |
| 2020-04-19 | ossaudio: Implement SNDCTL_DSP_(SET|GET)TRIGGER. | nia |
| 2020-04-15 | ossaudio: If the user's channel count is rejected, use the hardware count | nia |
| 2020-04-15 | ossaudio: Make SNDCTL_DSP_SETFMT conform with OSSv4. | nia |
| 2020-04-15 | ossaudio: Make SNDCTL_DSP_SPEED more robust when using invalid rates. | nia |
| 2019-11-03 | Use record field for recording even on | isaki |
| 2019-11-02 | Use record.sample_rate for recording on SNDCTL_DSP_SPEED. | isaki |
| 2019-09-26 | - "source" is u_long in the kernel (and int in userland). Cast -1 to u_long. | christos |
| 2019-08-23 | Fix error handling, returns an errno, not -1. | maxv |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2019-02-02 | Correct debug messages. | isaki |
| 2019-02-02 | Fix minor bugs of SNDCTL_DSP_GETISPACE. | isaki |
| 2019-01-29 | Revert a wrong OSS_SNDCTL_DSP_GETOSPACE part of rev1.70. | isaki |
| 2017-03-24 | Update compat/ossaudio with GETISPACE/GETOSPACE corrections from | nat |
| 2014-11-17 | Define compat modules (but without dependencies yet). | uebayasi |
| 2014-09-05 | Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get | matt |
| 2013-09-19 | exec modules need to be of the exec kind | christos |
| 2011-10-14 | Change the vnode locking protocol of VOP_GETATTR() to request at least | hannken |
| 2011-09-06 | Add support for AFMT_AC3 | jmcneill |
| 2009-08-22 | add a lot more debugging and error checking. Alas, skype seems to be happy | christos |
| 2008-11-13 | compat_ossaudio module, so others can depend on it. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-21 | Catch up with descriptor handling changes. See kern_descrip.c revision | ad |
| 2008-01-22 | Add ossaudio support for COMPAT_LINUX32, with help from mrg. With this | jmcneill |
| 2007-12-20 | Convert all the system call entry points from: | dsl |
| 2007-12-08 | ANSIfy most of the function definitions in sys/compat (but not ndis). | dsl |
| 2007-12-04 | Remove all the __P | dsl |
| 2007-11-26 | Remove the "struct lwp *" argument from all VFS and VOP interfaces. | pooka |
| 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 |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-09-03 | remove unneeded initializer. | christos |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-04 | Instead of getting properties from calling ioctl with AUDIO_GETINFO, use | xtraeme |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-08 | Fix problem in ioctl() handling in OSS audio emulation which caused | tron |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-11-18 | getdevinfo(): | kent |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-23 | Fix missing call to FILE_UNUSE. From kern/21946, from Todd Vierling. | augustss |
| 2003-03-21 | Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. | dsl |
| 2003-01-18 | add compat_ossaudio | christos |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-12 | add support for SNDCTL_DSP_SETDUPLEX ioctl to ossaudio emulation code | jdolecek |
| 2001-12-24 | Make SNDCTL_DSP_POST a nop. It's explicitly *not* supposed to sleep, and as | mycroft |