summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.h
AgeCommit message (Expand)Author
10 dayslinux: add hidraw ioctl handlerAlex S
10 dayslinux: support termios2 ioctlsmothcompute
2025-10-20linux: Make the macro LINUX_IOCTL_SET publicZhenlei Huang
2024-10-21linux: support IUTF8Edward Tomasz Napierala
2024-06-14linux: Translate Linux NVME ioctls to the lower layers.Chuck Tuffli
2023-08-17linux(4): Add 2 Linux socket ioctl commandsAlvin Chen
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-01-10linux: Improve debugging by recognizing TIOCGPTPEEREdward Tomasz Napierala
2020-11-02linux(4): Quiesce unrecognized ioctl warning for F2FS queryConrad Meyer
2020-11-02linux(4): Deduplicate ioctl range construction with a helper macroConrad Meyer
2020-09-17Add support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes alsamixer(1)Edward Tomasz Napierala
2020-09-04Add emulation support for the Linux kcov(4) ioctl API.Mark Johnston
2020-07-19Make linux(4) support the BLKPBSZGET ioctl. Oracle uses it.Edward Tomasz Napierala
2020-03-10Add support for the device statistics IOCTL, needed by the comingHans Petter Selasky
2019-12-29Implement Linux BLKGETSIZE64 ioctl.Edward Tomasz Napierala
2019-12-16Add a hack to make ^T work for Linux binaries, enabled withEdward Tomasz Napierala
2019-07-04Return ENOTSUP for Linux FS_IOC_FIEMAP ioctl.Edward Tomasz Napierala
2018-11-06On amd64 both Linux compat modules, linux.ko and linux64.ko, provideTijl Coosemans
2018-03-23Rationalize license text on Linuxolator filesEd Maste
2018-02-05Linuxolator whitespace cleanupEd Maste
2017-11-27sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-22Style(9) whitespace fix.Dmitry Chagin
2017-04-23Add Evdev ioctl handler to the Linuxulator.Dmitry Chagin
2017-04-09Adding SIOCGIFNAME support in Linuxulator. This should silence the console w...Tai-hwa Liang
2015-05-24The latest cp tool is trying to use the btrfs clone operation that isDmitry Chagin
2015-05-24Introduce a new module linux_common.ko which is intended for theDmitry Chagin
2013-07-14Add some missing LIBUSB IOCTL conversion codes.Hans Petter Selasky
2013-01-29Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin
2011-05-04This is v4l2 support for the linuxulator. This allows to access FreeBSDAlexander Leidinger
2010-12-30Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after theSean Farley
2010-05-24Bring USB fixes for linux(4).Wojciech A. Koszek
2010-01-18Let us to use our libusb(3) in Linuxolator.Wojciech A. Koszek
2009-12-04This is v4l support for the linuxulator. This allows to access FreeBSDAlexander Leidinger
2008-07-23Add TIOCPKT and TIOCSPTLCK to the Linuxolator.Ed Schouten
2007-11-07Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.Konstantin Belousov
2007-04-10Whitespace fixesScott Long
2007-04-07Add the CAM 'SG' peripheral device. This device implements a subset of theScott Long
2006-05-10Now that we don't have a linuxolator on alpha anymore:Alexander Leidinger
2006-01-26Linux compat bits needed to make linux programs use the new ptys :Olivier Houchard
2005-01-05Start each of the license/copyright comments with /*-Warner Losh
2004-07-02Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want toAlexander Leidinger
2004-06-18Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundBruce M Simpson
2004-06-18Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tBruce M Simpson
2004-06-14Add support for more linux ioctls.Poul-Henning Kamp
2004-02-19Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. ThisBruce M Simpson
2003-04-24Add an ioctl handler for the DRM. This removes the need for the DRM_LINUXEric Anholt
2002-10-11- Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev
2002-09-20Remove NVIDIA ioctl bits. They will be provided in a kernel module.Matthew N. Dodd
2002-09-19This patch extends the FreeBSD Linux compatibility layer to supportMatthew N. Dodd