summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* fix file descriptor leak.alfred2002-02-201-1/+2
* Have SIOCGIFCONF return all (if any) AF_INET addresses for themarcel2002-01-291-4/+22
* Reinstate linux_ifname. Although the Linuxulator doesn't use itmarcel2002-01-151-0/+27
* Replace ffind_* with fget calls.alfred2002-01-141-15/+11
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-94/+184
* Further fixes related to the interface renaming. Now that wemarcel2002-01-101-52/+12
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
* When translating the interface name when "eth?" is given, do notmarcel2001-12-041-3/+9
* Deal with a few issues that cropped up following the recent changesiedowse2001-11-191-14/+69
* Implement DVD-ROM ioctls.marcel2001-11-181-0/+374
* Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.marcel2001-11-181-0/+4
* Fix printf warnings (int/long)peter2001-11-171-2/+4
* 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
OpenPOWER on IntegriCloud