aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* My first shot at get sound to work on the emulator.Søren Schmidt1995-12-291-2/+63
* Clean up some warnings by using the generated structures in <sys/sysproto.h>Peter Wemm1995-12-151-14/+14
* Completed function declarations and added prototypes.Bruce Evans1995-11-221-3/+6
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-251-0/+495