summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak the way we determine if an interface needs to have its name translated.des2001-10-201-22/+57
* Fix Alpha related brokenness. We used to have a MD linux_ioctl.hmarcel2001-10-191-6/+30
* Add support for the "device private" ioctls soon to be used by the an driver.des2001-10-191-16/+63
* Try to make Linux socket ioctls work. Up until now they've only *pretended*des2001-10-151-50/+281
* Fix off by one error introduced by the use of the ifnet_byindex()marcel2001-09-141-1/+1
* KSE Milestone 2julian2001-09-121-139/+139
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-3/+3
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-34/+0
* Allow debugging output to be controlled on a per-syscall granularity.jlemon2001-02-161-34/+45
* Don't auto-generate the syscalls.marcel2000-12-031-4/+0
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-0/+4
* Sync with Alpha:marcel2000-11-091-4/+0
* zap a stray include that snuck in with rev 1.56gallatin2000-11-021-1/+0
* fix linux_termio and linux_termios structs on alpha. alpha differencesgallatin2000-11-011-7/+7
* The MI/MD split wasn't perfect and the MI files need hacks for theobrien2000-11-011-1/+18
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-2/+2
* Update include directives.marcel2000-08-221-5/+5
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Fix some style bugs. The long line is in a chunk of code that'snsayer2000-03-131-4/+4
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingnsayer2000-03-091-0/+23
* Avoid passing an uninitialized structure member to the realnsayer2000-02-011-0/+1
* Implement pluggable ioctl handlers.marcel1999-12-041-1077/+1293
* add linuxulator wrapper for SNDCTL_DSP_GETODELAYalfred1999-11-291-0/+4
* 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
OpenPOWER on IntegriCloud