aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Finish the Linuxulator MD/MI split.Marcel Moolenaar2000-08-221-1529/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Fix some style bugs. The long line is in a chunk of code that'sNick Sayer2000-03-131-4/+4
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingNick Sayer2000-03-091-0/+23
* Avoid passing an uninitialized structure member to the realNick Sayer2000-02-011-0/+1
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-041-987/+1203
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYAlfred Perlstein1999-11-291-0/+4
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andJohn Hay1999-10-061-1/+1
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettyBrian Feldman1999-09-191-21/+19
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIPeter Wemm1999-09-041-1/+1
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughMarcel Moolenaar1999-08-281-0/+8
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a bug in debug-printfs of struct linux_termios fields, where I forgot toMarcel Moolenaar1999-08-171-5/+5
* Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or outMarcel Moolenaar1999-08-141-25/+21
* Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all sufferMarcel Moolenaar1999-08-141-7/+28
* Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and otherMarcel Moolenaar1999-08-141-18/+23
* Implementation of the CDROMSUBCHNL ioctl.Marcel Moolenaar1999-08-131-1/+65
* Implementation of TCXONC.Marcel Moolenaar1999-07-171-1/+32
* Implement VT_RELDISP ioctlMarcel Moolenaar1999-07-081-1/+6
* Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No needMarcel Moolenaar1999-07-061-1/+17
* Fix a couple of warnings and some bitrot in comments.Peter Wemm1999-05-091-1/+3
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-2/+3
* - Handle mixer read ioctls correctly. They have the same group, number andLuoqi Chen1999-04-291-18/+149
* MF22: Bring in some linux sound ioctl support which I committed to 2.2Jordan K. Hubbard1998-11-121-1/+61
* Add several missing ioctl handlers. One needed by Sybase, the othersJohn Fieber1998-09-301-1/+21
* Argh! *Now* the correct 3.0 fix is committed.Jordan K. Hubbard1998-08-311-7/+7
* Whoops! Stamp out a 2.2-ism that snuck between branches here.Jordan K. Hubbard1998-08-311-2/+2
* Initial support for using linux X servers under emulation - to use anJordan K. Hubbard1998-08-311-4/+36
* Fixed print format errors.Bruce Evans1998-07-291-13/+11
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* As described by the submitter:Mike Smith1997-12-151-1/+54
* Added support for linux sound ioctls:Amancio Hasty1997-11-171-2/+18
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-57/+57
* Removed unused #includes.Bruce Evans1997-07-201-3/+1
* Make this thing actually compile.Doug Rabson1997-06-021-2/+2
* Oops, remove some bogus debugging code that crept in with the last commit.Mike Smith1997-06-021-10/+1
* Add support for the SIOCGIFHWADDR ioctl, commonly used byMike Smith1997-06-021-1/+44
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includeBruce Evans1997-03-241-3/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add audio mixer ioctls.Sujal Patel1996-11-051-1/+73
* Removed unused #include. Linux doesn't support SCO consoles.Bruce Evans1996-06-231-2/+1
* Clean up -Wunused warnings.Gary Palmer1996-06-121-5/+3
* Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.Peter Wemm1996-03-101-1/+62
* Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.Peter Wemm1996-03-041-1/+9
* Add support for the old-style Linux termio (not termios) TCGETA etc.Peter Wemm1996-03-031-2/+72
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-9/+38
* Oops, forgot a little difference between my src-tree and ours...Søren Schmidt1995-12-301-2/+2