summaryrefslogtreecommitdiffstats
path: root/lib/libossaudio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* section reorder;jmc2003-06-021-6/+6
|
* - make it -Wall cleanavsm2003-05-033-10/+25
| | | | | | | - add SNDCTL_DSP_SETDUPLEX emulation (netbsd) - SNDCTL_DSP_POST is a noop to prevent some apps blocking (netbsd) - some man pages fixes (from me and netbsd) - add some more missing #defines for SOUND_MIXER_* (netbsd)
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-2/+2
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* o) start new sentence on a new line;mpech2002-05-011-3/+3
| | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
* make oss_ioctl varargs.espie2002-04-243-11/+13
| | | | | | this is not standard C, but it works on the arches we support, and osscompat is a dirty hack in the first place. ok millert@, tested naddy@
* Force inclusion of <sys/ioctl.h> before the body of soundcard.h.millert2002-03-231-4/+4
| | | | | | | | | Since soundcard.h #defines ioctl to oss_ioctl we need to see the ioctl prototype first. This works around a problem exposed by the __P removal. A slightly better solution may be to simply replace ioctl() in libossaudio, calling the real ioctl() via syscall(2) when needed.
* 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.millert2002-02-161-2/+2
|
* sync up libossaudio with NetBSD changes.brad2001-08-183-69/+173
| | | | | | | | | | | | | | | | | | | -- - Add __BEGIN_DECLS & __END_DECLS for C++ - Make protection against multiple inclusion non-invasive wrt. name space - Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is same, but EAGAIN is the posixly correct name - Remove white space - Change the behaviour to report emulated encodings, too - Implement SOUND_MIXER_INFO - Implement OSS_GETVERSION - Accept mixer values above max (100) - Handle the info from AUDIO_MIXER_DEVINFO properly, parts of it is opaque - Use accurate rounding in conversion between OSS and OpenBSD volume values - Map OSS mixer device "line1" to native mixer device "aux" -- Some testing by pvalchev@, no response from other testers in over a month and a half.
* Fix fragment handling for SNDCTL_DSP_GETxSPACE ioctls; per NetBSD PR/12796.aaron2001-05-242-6/+18
| | | | | | The kernel part of this fixes sound emulation for version 1.37c of the Linux binary of Snes9x (Super Nintendo emulator). The userland equivalent fix should allow espie to remove his local audio hacks in the squeak port.
* typoderaadt1999-09-011-1/+1
|
* pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuck@iname.comderaadt1999-08-311-1/+5
|
* - remove all trailing whitespaceaaron1999-07-091-4/+4
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os.aaron1999-07-071-2/+2
| | | | | | | Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one.
* #undef _POSIX_SOURCE after inclusion of machine/endian.h (if it was not already defined).millert1999-02-171-1/+6
|
* fix off by one error, reported by nathanw@MIT.EDU.provos1998-05-251-2/+2
|
* sighderaadt1998-05-081-2/+2
|
* it is disgusting when something gets put into the source tre incorrectly,deraadt1998-05-041-3/+5
| | | | but 3 days later still isn't fixed.
* libossaudio from NetBSD mostly by Lennart Augustsson <augustss@cs.chalmers.se>provos1998-05-015-0/+1079