aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r358838:Hans Petter Selasky2020-03-131-0/+3
* MFC r332042: Fix kernel memory disclosure in linux_ioctl_socketEd Maste2018-04-051-0/+1
* MFC r332034: linux_ioctl_hdio: fix kernel memory disclosureEd Maste2018-04-051-0/+1
* MFC r298071 (by pfg@):Dmitry Chagin2017-07-151-1/+1
* MFC r305896:Dmitry Chagin2016-09-241-0/+9
* MFC r300569:Dmitry Chagin2016-06-051-1/+1
* Merge r301053:Gleb Smirnoff2016-05-311-0/+2
* MFC r283496:Dmitry Chagin2016-01-091-3/+10
* MFC r283483:Dmitry Chagin2016-01-091-4/+10
* MFC r283423:Dmitry Chagin2016-01-091-3/+0
* MFC r283421:Dmitry Chagin2016-01-091-29/+0
* Merge r263233 from HEAD to stable/10:Robert Watson2015-03-191-1/+1
* MFC r272059:Alexander Motin2014-09-271-13/+2
* MFC r267051:Alexander Motin2014-07-041-0/+3
* MFC r266981:Alexander Motin2014-07-021-5/+124
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-20/+62
* Add some missing LIBUSB IOCTL conversion codes.Hans Petter Selasky2013-07-141-0/+9
* - Move videodev headers from compat/linux to contrib/v4l (cp from vendor andAlexander Leidinger2013-07-061-2/+2
* MFS security patches which seem to have accidentally not reached HEAD:Colin Percival2012-11-231-2/+3
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* In sys/compat/linux/linux_ioctl.c, work around a warning when a pointerDimitry Andric2012-01-031-1/+1
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-127/+127
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-20/+21
* Add FEATURE macros for v4l and v4l2 to the linuxulator.Alexander Leidinger2011-05-041-0/+4
* This is v4l2 support for the linuxulator. This allows to access FreeBSDAlexander Leidinger2011-05-041-0/+306
* Fix the LINUX_SOUND_MIXER_INFO ioctl to return success after theSean Farley2010-12-301-2/+6
* Replace sbuf_overflowed() with sbuf_error(), which returns any errorMatthew D Fleming2010-09-101-2/+2
* Bring USB fixes for linux(4).Wojciech A. Koszek2010-05-241-11/+111
* - #ifdef out the cliplist part, skype seems like using an uninitializedAlexander Leidinger2010-05-031-7/+24
* Fix some problems which may lead to a panic:Alexander Leidinger2010-03-261-1/+3
* Let us to use our libusb(3) in Linuxolator.Wojciech A. Koszek2010-01-181-0/+22
* Whitespace change to be able to provide the correct commit log for r202364:Alexander Leidinger2010-01-151-1/+1
* This is v4l support for the linuxulator. This allows to access FreeBSDAlexander Leidinger2010-01-151-33/+80
* This is v4l support for the linuxulator. This allows to access FreeBSDAlexander Leidinger2009-12-041-0/+296
* Lock the ifnet list while iterating over it.Marko Zec2009-09-131-0/+2
* Fix a few panics in linuxulator + VIMAGE due to curvnet not being set.Marko Zec2009-08-281-1/+8
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-6/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-3/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-171-0/+1
* Get vnets from creds instead of threads where they're available, and fromJamie Gritton2009-06-151-3/+3
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* linux_ioctl_cdrom: reduce stack usageAndriy Gapon2009-05-271-11/+16
* To avoid excessive code duplication move MI definitions to the MIDmitry Chagin2009-05-071-0/+1
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+3
* All opt_x.h includes go at the top of other includes.Julian Elischer2008-08-251-2/+2