summaryrefslogtreecommitdiff
path: root/sys/compat/ossaudio
AgeCommit message (Expand)Author
2013-09-19exec modules need to be of the exec kindchristos
2011-10-14Change the vnode locking protocol of VOP_GETATTR() to request at leasthannken
2011-09-06Add support for AFMT_AC3jmcneill
2009-08-22add a lot more debugging and error checking. Alas, skype seems to be happychristos
2008-11-13compat_ossaudio module, so others can depend on it.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-22Add ossaudio support for COMPAT_LINUX32, with help from mrg. With thisjmcneill
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-12-04Remove all the __Pdsl
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-09-18Implement OSS_SNDCTL_DSP_GETODELAY and provide a no-op functionmlelstv
2007-06-11Add a new ioctl AUDIO_GETBUFINFO. It works like AUDIO_GETINFO, butjoerg
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-09Merge newlock2 to head.ad
2006-09-03remove unneeded initializer.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-04Instead of getting properties from calling ioctl with AUDIO_GETINFO, usextraeme
2005-12-11merge ktrace-lwp.christos
2005-12-08Fix problem in ioctl() handling in OSS audio emulation which causedtron
2005-02-26nuke trailing whitespaceperry
2004-11-18getdevinfo():kent
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Fix missing call to FILE_UNUSE. From kern/21946, from Todd Vierling.augustss
2003-03-21Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.dsl
2003-01-18add compat_ossaudiochristos
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-12add support for SNDCTL_DSP_SETDUPLEX ioctl to ossaudio emulation codejdolecek
2001-12-24Make SNDCTL_DSP_POST a nop. It's explicitly *not* supposed to sleep, and asmycroft
2001-11-13add RCSIDs (including regeneration of files as appropriate)lukem
2001-07-09Map OSS mixer device "line1" to native mixer device "aux".kim
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-05-10Improved fix of PR12796, from Frederick Bruckman <fb@enteract.com>augustss
2001-05-09Apply patch in PR lib/12796 from Frederick Bruckman <fb@enteract.com>augustss
2001-01-18constifyjdolecek
2000-08-16Use accurate rounding in conversion between OSS and NetBSD volume values.tron
2000-07-04Implement OSS_GETVERSION.augustss
1999-11-19Fix typo in comment. From Brad <brad@openbsd.org>augustss
1999-11-17Implement OSS_SOUND_MIXER_INFO.augustss
1999-08-22Per discussion with Lennart Augustsson, change the behaviour to report emulatedkleink
1999-05-05Add "use counting" to file entries. When closing a file, and it's referencethorpej
1999-04-13Make copyright conform.augustss
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss
1998-05-25Fix off by 1 erroraugustss
1998-03-19SETFRAGMENT ignores the high bit.mycroft
1997-10-19Make the audio API (almost) SunOS compatible.augustss
1997-10-16Insert missing NetBSD copyright notices.augustss