summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix multiple small kernel memory disclosures. [EN-18:05.mem]gordon2018-05-081-0/+2
* MFC 316658:avatar2017-05-151-0/+48
* MFC r317323:dchagin2017-04-301-0/+65
* MFC r316776 (by cem@):dchagin2017-04-291-2/+12
* MFC r305896:dchagin2016-09-241-0/+9
* Fix kernel stack disclosures in the Linux and 4.3BSD compat layers.glebius2016-05-311-0/+2
* Don't leak fp in case where fo_ioctl() returns an error.dchagin2016-05-241-1/+1
* compat/linux: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* The latest cp tool is trying to use the btrfs clone operation that isdchagin2015-05-241-3/+10
* Convert signal number to native for VT_SETMODE ioctl and removedchagin2015-05-241-4/+10
* Move FEATURE macros for v4l and v4l2 to the common module.dchagin2015-05-241-3/+0
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-29/+0
* Remake Linux' SOUND_MIXER_INFO IOCTL as a wrapper around new FreeBSD's one.mav2014-09-241-13/+2
* - Add support for SG_GET_SG_TABLESIZE IOCTL to report that we don't supportmav2014-06-041-0/+3
* Overhaul CAM SG driver IOCTL interfaces.mav2014-06-021-5/+124
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Axe IFF_SMART. Fortunately this layering violating flag was never used,glebius2013-11-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-20/+62
* Add some missing LIBUSB IOCTL conversion codes.hselasky2013-07-141-0/+9
* - Move videodev headers from compat/linux to contrib/v4l (cp from vendor andnetchild2013-07-061-2/+2
* MFS security patches which seem to have accidentally not reached HEAD:cperciva2012-11-231-2/+3
* Convert files to UTF-8uqs2012-01-151-1/+1
* In sys/compat/linux/linux_ioctl.c, work around a warning when a pointerdim2012-01-031-1/+1
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-127/+127
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-20/+21
* Add FEATURE macros for v4l and v4l2 to the linuxulator.netchild2011-05-041-0/+4
* This is v4l2 support for the linuxulator. This allows to access FreeBSDnetchild2011-05-041-0/+306
* Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after thescf2010-12-301-2/+6
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-101-2/+2
* Bring USB fixes for linux(4).wkoszek2010-05-241-11/+111
* - #ifdef out the cliplist part, skype seems like using an uninitializednetchild2010-05-031-7/+24
* Fix some problems which may lead to a panic:netchild2010-03-261-1/+3
* Let us to use our libusb(3) in Linuxolator.wkoszek2010-01-181-0/+22
* Whitespace change to be able to provide the correct commit log for r202364:netchild2010-01-151-1/+1
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2010-01-151-33/+80
* This is v4l support for the linuxulator. This allows to access FreeBSDnetchild2009-12-041-0/+296
* Lock the ifnet list while iterating over it.zec2009-09-131-0/+2
* Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.zec2009-08-281-1/+8
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-6/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-3/+3
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* linux_ioctl_cdrom: reduce stack usageavg2009-05-271-11/+16
* To avoid excessive code duplication move MI definitions to the MIdchagin2009-05-071-0/+1
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
OpenPOWER on IntegriCloud