aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/freebsd32_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-06-171-1/+0
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+1
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-261-20/+0
* Revert r339174: Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-041-0/+20
* Move 32-bit compat support for FIODGNAME to the right place.Brooks Davis2018-10-031-20/+0
* Move 32-bit compat support for CDIOREADTOCENTRYS to the right place.Brooks Davis2018-10-021-31/+0
* Centralize compat support for PCIOCGETCONF.Brooks Davis2018-09-271-109/+0
* Add ioctl to conveniently mmap a PCI device BAR into userspace.Konstantin Belousov2018-08-011-1/+40
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* Move 32-bit compat for md(4) ioctls into the md code.Brooks Davis2018-03-271-85/+0
* Move uio enums to sys/_uio.h.Brooks Davis2018-03-271-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Add proper support for the md_label into md(4) ioctl compat layer.Maxim Sobolev2017-08-301-2/+3
* Remove a pointless translation of struct ioc_toc_header.Brooks Davis2016-09-081-24/+0
* Overhaul CAM SG driver IOCTL interfaces.Alexander Motin2014-06-021-0/+69
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Implement compat32 shims for PCIOCGETCONF.Konstantin Belousov2011-04-021-0/+106
* Provide the structures and ioctl number definition for handlingKonstantin Belousov2011-04-021-0/+4
* Implement compat32 MEMRANGE_GET and MEMRANGE_SET. This is needed toKonstantin Belousov2011-03-251-0/+51
* Fully emulate MDIOCLIST for compat32.Konstantin Belousov2011-03-251-1/+9
* Remove unneccessary panics, that can be easily triggered by user.Konstantin Belousov2011-03-251-8/+0
* Fix file leakage in the freebsd32_ioctl routines.Konstantin Belousov2011-03-251-9/+11
* Emulate the FIODGNAME ioctl in our 32-bit emulator.Ed Schouten2009-03-291-0/+20
* Add freebsd32 compat shims for ioctl(2)David E. O'Brien2008-09-221-0/+62
* Add freebsd32 compat shims for ioctl(2)David E. O'Brien2008-09-221-0/+158