aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Partial MFC of rev. 1.79.Marcel Moolenaar2002-01-231-4/+12
* MFC: rev 1.77Marcel Moolenaar2001-12-061-3/+9
* MFC: Fix a few problems with ioctl translation that stopped VMwareIan Dowse2001-11-221-5/+60
* Mega MFC: This syncs-up the Linuxulator with -current and henceMarcel Moolenaar2001-11-051-130/+423
* Remove a stay include.David E. O'Brien2000-11-031-1/+0
* MFC: allow AlphaLinux compat bits to build.David E. O'Brien2000-11-021-1/+18
* I took rev 1.55, when I should have taken rev 1.53.David E. O'Brien2000-11-011-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-10-081-0/+1529
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-1529/+0
* 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-1077/+1293
* 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