summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin2023-02-271-41/+15
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-03-281-2/+2
* linux: Improve debugging by recognizing TIOCGPTPEEREdward Tomasz Napierala2022-02-131-0/+4
* linux: Partially implement TCSBRKEdward Tomasz Napierala2022-02-131-1/+9
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* linux(4): Quiesce unrecognized ioctl warning for F2FS queryConrad Meyer2020-11-021-0/+1
* linux(4): Deduplicate ioctl range construction with a helper macroConrad Meyer2020-11-021-62/+27
* linux(4): Disambiguate identical ioctl errors in distinct pathsConrad Meyer2020-11-021-4/+4
* Add support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes alsamixer(1)Edward Tomasz Napierala2020-09-171-0/+4
* Add emulation support for the Linux kcov(4) ioctl API.Mark Johnston2020-09-041-0/+37
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+0
* Make linux(4) support the BLKPBSZGET ioctl. Oracle uses it.Edward Tomasz Napierala2020-07-191-2/+23
* linux: fix ioctl performance for termiosMateusz Guzik2020-07-041-5/+39
* Centralize compatability translation macros.Brooks Davis2020-04-141-6/+3
* Add support for the device statistics IOCTL, needed by the comingHans Petter Selasky2020-03-101-0/+3
* Implement Linux BLKGETSIZE64 ioctl.Edward Tomasz Napierala2019-12-291-0/+10
* Add a hack to make ^T work for Linux binaries, enabled withEdward Tomasz Napierala2019-12-161-0/+4
* Return ENOTSUP for Linux FS_IOC_FIEMAP ioctl.Edward Tomasz Napierala2019-07-041-0/+1
* Remove the CDIOCREADSUBCHANNEL_SYSSPACE ioctl.Mark Johnston2019-07-031-5/+15
* Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin2019-05-131-79/+1
* In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin2019-05-031-83/+4
* linuxulator: fix stack memory disclosure in linux_ioctl_termioEd Maste2019-01-211-0/+1
* linuxulator: fix stack memory disclosure in linux_ioctl_v4lEd Maste2019-01-211-0/+2
* On amd64 both Linux compat modules, linux.ko and linux64.ko, provideTijl Coosemans2018-11-061-19/+100
* UDP: further performance improvements on txMatt Macy2018-05-231-4/+4
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+3
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-091-33/+21
* Fix kernel memory disclosure in linux_ioctl_socketEd Maste2018-04-041-0/+1
* linux_ioctl_hdio: fix kernel memory disclosureEd Maste2018-04-041-0/+1
* Linuxulator: apply style(9) to returnEd Maste2018-03-121-8/+8
* Correct proper nouns in the LinuxulatorEd Maste2018-02-221-3/+3
* Rationalize license text on Linuxolator filesEd Maste2018-02-161-15/+13
* Linuxolator whitespace cleanupEd Maste2018-02-051-7/+7
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add Evdev ioctl handler to the Linuxulator.Dmitry Chagin2017-04-231-0/+65
* linux_ioctl: Refactor some v4l2 struct convertersConrad Meyer2017-04-131-2/+12
* Adding SIOCGIFNAME support in Linuxulator. This should silence the console w...Tai-hwa Liang2017-04-091-0/+48
* Implement BLKSSZGET ioctl for the Linuxulator.Dmitry Chagin2016-09-171-0/+9
* Fix kernel stack disclosures in the Linux and 4.3BSD compat layers.Gleb Smirnoff2016-05-311-0/+2
* Don't leak fp in case where fo_ioctl() returns an error.Dmitry Chagin2016-05-241-1/+1
* compat/linux: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* The latest cp tool is trying to use the btrfs clone operation that isDmitry Chagin2015-05-241-3/+10
* Convert signal number to native for VT_SETMODE ioctl and removeDmitry Chagin2015-05-241-4/+10
* Move FEATURE macros for v4l and v4l2 to the common module.Dmitry Chagin2015-05-241-3/+0
* Introduce a new module linux_common.ko which is intended for theDmitry Chagin2015-05-241-29/+0
* Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one.Alexander Motin2014-09-241-13/+2
* - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't supportAlexander Motin2014-06-041-0/+3
* Overhaul CAM SG driver IOCTL interfaces.Alexander Motin2014-06-021-5/+124
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Axe IFF_SMART. Fortunately this layering violating flag was never used,Gleb Smirnoff2013-11-051-1/+1