summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Swap IOC_OUT and IOC_IN for the SETDIR macro. The linux ioctl read andjhay1999-10-061-1/+1
* This is what was "fdfix2.patch," a fix for fd sharing. It's prettygreen1999-09-191-21/+19
* <machine/soundcard.h> -> <sys/soundcard.h>, since it's an exported APIpeter1999-09-041-1/+1
* Implement the OSS_GETVERSION ioctl. The version returned can be changed throughmarcel1999-08-281-0/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a bug in debug-printfs of struct linux_termios fields, where I forgot tomarcel1999-08-171-5/+5
* Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or outmarcel1999-08-141-25/+21
* Fix the LINUX_TCSET{A|AW|AF} and LINUX_TCSET{S|SW|SF} ioctls. These all suffermarcel1999-08-141-7/+28
* Fix a couple of termio/termios conversion bugs/typos/dupos/brainos and othermarcel1999-08-141-18/+23
* Implementation of the CDROMSUBCHNL ioctl.marcel1999-08-131-1/+65
* Implementation of TCXONC.marcel1999-07-171-1/+32
* Implement VT_RELDISP ioctlmarcel1999-07-081-1/+6
* Trivial implementation of TIOCM{S|G}ET and TIOCMBI{S|C} ioctls. No needmarcel1999-07-061-1/+17
* Fix a couple of warnings and some bitrot in comments.peter1999-05-091-1/+3
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-2/+3
* - Handle mixer read ioctls correctly. They have the same group, number andluoqi1999-04-291-18/+149
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-121-1/+61
* Add several missing ioctl handlers. One needed by Sybase, the othersjfieber1998-09-301-1/+21
* Argh! *Now* the correct 3.0 fix is committed.jkh1998-08-311-7/+7
* Whoops! Stamp out a 2.2-ism that snuck between branches here.jkh1998-08-311-2/+2
* Initial support for using linux X servers under emulation - to use anjkh1998-08-311-4/+36
* Fixed print format errors.bde1998-07-291-13/+11
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* As described by the submitter:msmith1997-12-151-1/+54
* Added support for linux sound ioctls:ahasty1997-11-171-2/+18
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-57/+57
* Removed unused #includes.bde1997-07-201-3/+1
* Make this thing actually compile.dfr1997-06-021-2/+2
* Oops, remove some bogus debugging code that crept in with the last commit.msmith1997-06-021-10/+1
* Add support for the SIOCGIFHWADDR ioctl, commonly used bymsmith1997-06-021-1/+44
* Don't include <sys/ioctl.h> in the kernel. Stage 3: includebde1997-03-241-3/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-1/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add audio mixer ioctls.smpatel1996-11-051-1/+73
* Removed unused #include. Linux doesn't support SCO consoles.bde1996-06-231-2/+1
* Clean up -Wunused warnings.gpalmer1996-06-121-5/+3
* Implement rudumentry support for the linux TIOC[SG]ETSERIAL ioctl's.peter1996-03-101-1/+62
* Add support for LINUX_TCSETAW and LINUX_TCSETAF, which Linux-pine uses.peter1996-03-041-1/+9
* Add support for the old-style Linux termio (not termios) TCGETA etc.peter1996-03-031-2/+72
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-9/+38
* Oops, forgot a little difference between my src-tree and ours...sos1995-12-301-2/+2
* My first shot at get sound to work on the emulator.sos1995-12-291-2/+63
* Clean up some warnings by using the generated structures in <sys/sysproto.h>peter1995-12-151-14/+14
* Completed function declarations and added prototypes.bde1995-11-221-3/+6
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+495
OpenPOWER on IntegriCloud