aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel stack disclosure in Linux compatibility layer. [SA-16:20]Gleb Smirnoff2016-05-311-0/+2
* 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
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-2/+7
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-4/+6
* Add TIOCPKT and TIOCSPTLCK to the Linuxolator.Ed Schouten2008-07-231-1/+8
* Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.Konstantin Belousov2007-11-071-0/+11
* Add the CAM 'SG' peripheral device. This device implements a subset of theScott Long2007-04-071-0/+27
* - Protect the list of linux ioctl handlers with an sx lock.John Baldwin2006-07-061-0/+17
* Now that we don't have a linuxolator on alpha anymore:Alexander Leidinger2006-05-101-35/+0
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-2/+0
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-4/+31