aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.h
Commit message (Expand)AuthorAgeFilesLines
* Add TIOCPKT and TIOCSPTLCK to the Linuxolator.Ed Schouten2008-07-231-0/+1
* Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.Konstantin Belousov2007-11-071-1/+4
* Whitespace fixesScott Long2007-04-101-27/+27
* Add the CAM 'SG' peripheral device. This device implements a subset of theScott Long2007-04-071-0/+34
* Now that we don't have a linuxolator on alpha anymore:Alexander Leidinger2006-05-101-158/+0
* Linux compat bits needed to make linux programs use the new ptys :Olivier Houchard2006-01-261-0/+2
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want toAlexander Leidinger2004-07-021-0/+1
* Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundBruce M Simpson2004-06-181-0/+1
* Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tBruce M Simpson2004-06-181-0/+1
* Add support for more linux ioctls.Poul-Henning Kamp2004-06-141-2/+12
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. ThisBruce M Simpson2004-02-191-0/+3
* Add an ioctl handler for the DRM. This removes the need for the DRM_LINUXEric Anholt2003-04-241-0/+3
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-111-0/+9
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.Matthew N. Dodd2002-09-201-7/+0
* This patch extends the FreeBSD Linux compatibility layer to supportMatthew N. Dodd2002-09-191-0/+7
* Deal with a few issues that cropped up following the recent changesIan Dowse2001-11-191-0/+1
* Implement DVD-ROM ioctls.Marcel Moolenaar2001-11-181-27/+60
* Implement missing SOUND_MIXER_WRITE_RECSRC ioctl.Marcel Moolenaar2001-11-181-0/+1
* Forward declare struct ifnet - this fixes a warning in tdfx_pci.cPeter Wemm2001-11-171-0/+1
* Tweak the way we determine if an interface needs to have its name translated.Dag-Erling Smørgrav2001-10-201-0/+5
* Fix Alpha related brokenness. We used to have a MD linux_ioctl.hMarcel Moolenaar2001-10-191-2/+179
* Add support for the "device private" ioctls soon to be used by the an driver.Dag-Erling Smørgrav2001-10-191-0/+13
* Fix typo in license.Marcel Moolenaar2000-08-251-1/+1
* Fix some style bugs. The long line is in a chunk of code that'sNick Sayer2000-03-131-12/+12
* Implement Linux BLKGETSIZE ioctl, and open the door to implementingNick Sayer2000-03-091-0/+19
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-041-0/+418