summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_ioctl.c
AgeCommit message (Collapse)Author
1998-12-15Slight code rearrangement and more defensive tests for the sequencer device.augustss
1998-10-04Assign my copyright to TNF. Merge with others were appropriate.fvdl
Regen syscall files after script change.
1998-10-03Attempt to fix the mess.christos
1998-10-01Move compat/linux/linux_ioctl.c to common.erh
1998-08-07Add MIDI support. The MIDI devices can be accessed as ``raw'' throughaugustss
the /dev/rmidiN devices, or with a sequencer interface via /dev/music. So far the only supported MIDI device is the MPU401 port on SoundBlaster (and only on SB on isapnp, since we do not have locators with multiple values yet).
1998-01-15PR/4794: Urban Boquist: Linux cdrom ioctls are missingchristos
1997-04-04* Move the Linux audio emulation into its own directory and rename itaugustss
OSS (aka VoxWare) audio emulation. * Use the OSS audio emulation for Linux and FreeBSD. * Add mixer emulation to the OSS emulator.
1997-03-19Emulate the SOUND_PCM_WRITE_CHANNELS ioctl. From PR 3356, by Lennartmycroft
Augustsson. Also add hooks for mixer ioctls.
1996-04-05Prototyping changes.christos
1996-03-08Separate ioctl emulation by group. Add (minimal) audio emulation.mycroft
1996-02-27Map SIOCGIFFLAGS and SIOCGIFADDR (et al).mycroft
1996-02-27Use OSIOCGIFCONF in previous.mycroft
1996-02-27Map SIOCGIFCONF.mycroft
1995-11-16Fix transposed copyin() args, from Niklas Hallqvist <niklas@appli.se>.thorpej
1995-10-07Prefix names of system call implementation functions with `sys_'.mycroft
1995-09-19Make system calls conform to a standard prototype and bring thosethorpej
prototypes into scope.
1995-08-27Add a hook for MD ioctl calls, plus a couple of more changes to makefvdl
svgalib binaries work on the i386
1995-08-16Convert 230400 baud.mycroft
1995-08-14Rearrange #includes.mycroft
1995-06-24Use compat_util.[ch].christos
1995-06-22* Changed to use generic ELF code from kern/exec_elf.c (which was takenfvdl
from the svr4 exec code plus the linux compat mods) * Include file change * Add multicast sockopts (from John Brezak)
1995-02-28Added Linux compat code.fvdl