summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Implement the CDROMREADAUDIO ioctl.Marcel Moolenaar2002-10-191-1/+37
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-111-0/+15
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.Matthew N. Dodd2002-09-201-22/+0
* Put an XXX comment here to point somebody in the right direction.Poul-Henning Kamp2002-09-201-0/+1
* Current uses struct thread *td rather than struct proc *p.Warner Losh2002-09-201-2/+2
* This patch extends the FreeBSD Linux compatibility layer to supportMatthew N. Dodd2002-09-191-0/+22
* Implement LINUX_TIOCSCTTY.Marcel Moolenaar2002-09-051-1/+4
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-181-1/+1
* In continuation of early fileop credential changes, modify fo_ioctl() toRobert Watson2002-08-171-18/+36
* - Remove the Giant acquisition from linux_socket_ioctl() as it was reallyAndrew R. Reiter2002-06-261-11/+2
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* fix file descriptor leak.Alfred Perlstein2002-02-201-1/+2
* Have SIOCGIFCONF return all (if any) AF_INET addresses for theMarcel Moolenaar2002-01-291-4/+22
* Reinstate linux_ifname. Although the Linuxulator doesn't use itMarcel Moolenaar2002-01-151-0/+27
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-141-15/+11
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-131-94/+184
* Further fixes related to the interface renaming. Now that weMarcel Moolenaar2002-01-101-52/+12
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-5/+5
* When translating the interface name when "eth?" is given, do notMarcel Moolenaar2001-12-041-3/+9
* Deal with a few issues that cropped up following the recent changesIan Dowse2001-11-191-14/+69
* Implement DVD-ROM ioctls.Marcel Moolenaar2001-11-181-0/+374
* Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.Marcel Moolenaar2001-11-181-0/+4
* Fix printf warnings (int/long)Peter Wemm2001-11-171-2/+4
* Tweak the way we determine if an interface needs to have its name translated.Dag-Erling Smørgrav2001-10-201-22/+57
* Fix Alpha related brokenness. We used to have a MD linux_ioctl.hMarcel Moolenaar2001-10-191-6/+30
* Add support for the "device private" ioctls soon to be used by the an driver.Dag-Erling Smørgrav2001-10-191-16/+63
* Try to make Linux socket ioctls work. Up until now they've only *pretended*Dag-Erling Smørgrav2001-10-151-50/+281
* Fix off by one error introduced by the use of the ifnet_byindex()Marcel Moolenaar2001-09-141-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-139/+139
* Round of cleanups and enhancements. These include (in random order):Marcel Moolenaar2001-09-081-3/+3
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-34/+0
* Allow debugging output to be controlled on a per-syscall granularity.Jonathan Lemon2001-02-161-34/+45
* Don't auto-generate the syscalls.Marcel Moolenaar2000-12-031-4/+0
* Revert auto-generation. The Alpha port is broken.Marcel Moolenaar2000-11-101-0/+4
* Sync with Alpha:Marcel Moolenaar2000-11-091-4/+0
* zap a stray include that snuck in with rev 1.56Andrew Gallatin2000-11-021-1/+0
* fix linux_termio and linux_termios structs on alpha. alpha differencesAndrew Gallatin2000-11-011-7/+7
* The MI/MD split wasn't perfect and the MI files need hacks for theDavid E. O'Brien2000-11-011-1/+18
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-2/+2
* Update include directives.Marcel Moolenaar2000-08-221-5/+5
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Fix some style bugs. The long line is in a chunk of code that'sNick Sayer2000-03-131-4/+4
* 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