summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel stack disclosure in Linux compatibility layer. [SA-16:20]glebius2016-05-311-0/+2
* MFC r283496:dchagin2016-01-091-3/+10
* MFC r283483:dchagin2016-01-091-4/+10
* MFC r283423:dchagin2016-01-091-3/+0
* MFC r283421:dchagin2016-01-091-29/+0
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r272059:mav2014-09-271-13/+2
* MFC r267051:mav2014-07-041-0/+3
* MFC r266981:mav2014-07-021-5/+124
* 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
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* All opt_x.h includes go at the top of other includes.julian2008-08-251-2/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-2/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-4/+6
* Add TIOCPKT and TIOCSPTLCK to the Linuxolator.ed2008-07-231-1/+8
* Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.kib2007-11-071-0/+11
* Add the CAM 'SG' peripheral device. This device implements a subset of thescottl2007-04-071-0/+27
* - Protect the list of linux ioctl handlers with an sx lock.jhb2006-07-061-0/+17
OpenPOWER on IntegriCloud