summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.c
AgeCommit message (Expand)Author
10 dayslinux: add hidraw ioctl handlerAlex S
10 dayslinux: support termios2 ioctlsmothcompute
2024-10-21linux: support IUTF8Edward Tomasz Napierala
2024-06-14linux: Translate Linux NVME ioctls to the lower layers.Chuck Tuffli
2023-12-27linux: Check for copyout errors in ioctl handlersMark Johnston
2023-08-18linux(4): Remove sys/cdefs.h inclusion where it's not needed due to 685dc743Dmitry Chagin
2023-08-17linux(4): Be verbose about unsupported ioctl commands on ifreq ioctlAlvin Chen
2023-08-17linux(4): Add 2 Linux socket ioctl commandsAlvin Chen
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-18linux(4): Check fd passed to unlockpt()Dmitry Chagin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-04linux(4): Drop excess assert that Linux IFNAMSIZ is equal to FreeBSDDmitry Chagin
2023-03-04linux(4): Improve linux_ifconf readabilityDmitry Chagin
2023-03-04linux(4): Fixup of the pointer cast when comparing to an integerDmitry Chagin
2023-03-04linux(4): Refactor socket ioctl path to avoid referencing an unstable interfacesDmitry Chagin
2023-03-04linux(4): Rename struct l_ifreq members names to avoid conflicts with FreeBSDDmitry Chagin
2023-03-04linux(4): Make linux_ifflags return a valueDmitry Chagin
2023-03-04linux(4): Migrate to IfAPIDmitry Chagin
2023-02-23linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin
2023-02-21Revert "Port Linuxulator to IfAPI"Justin Hibbits
2023-02-14Port Linuxulator to IfAPIJustin Hibbits
2023-02-14linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin
2023-02-14linux(4): Cleanup includes under compat/linuxDmitry Chagin
2023-02-14linux(4): Cleanup sys/uio.h where linux_uitl.h is includedDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2022-11-02sys: Nuke double-semicolonsElliott Mitchell
2022-01-17linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov
2022-01-10linux: Improve debugging by recognizing TIOCGPTPEEREdward Tomasz Napierala
2021-12-28sys/compat: Use C99 fixed-width integer types.John Baldwin
2021-10-17linux: Partially implement TCSBRKEdward Tomasz Napierala
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
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-11-02linux(4): Disambiguate identical ioctl errors in distinct pathsConrad 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-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-19Make linux(4) support the BLKPBSZGET ioctl. Oracle uses it.Edward Tomasz Napierala
2020-07-04linux: fix ioctl performance for termiosMateusz Guzik
2020-04-14Centralize compatability translation macros.Brooks Davis
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
2019-07-03Remove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.Mark Johnston
2019-05-13Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin
2019-05-03In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin
2019-01-21linuxulator: fix stack memory disclosure in linux_ioctl_termioEd Maste
2019-01-21linuxulator: fix stack memory disclosure in linux_ioctl_v4lEd Maste
2018-11-06On amd64 both Linux compat modules, linux.ko and linux64.ko, provideTijl Coosemans