summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-101-35/+0
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+2
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-2/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-4/+31
* Linux compat bits needed to make linux programs use the new ptys :cognet2006-01-261-1/+9
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDdelphij2005-12-131-5/+5
* Fix kernel build.delphij2005-08-281-1/+1
* Rewrite linux_ifconf() to be more like ifconf() in net/if.crodrigc2005-08-271-25/+39
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+2
* Implement SOUND_MIXER_INFO ioctl in compat layer.mdodd2005-04-131-3/+36
* Use the CTASSERT() macro instead of rolling my own, non-portable onebrooks2005-03-241-3/+1
* Compile errors are way more useful then panics later.brooks2005-03-241-3/+4
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-301-14/+13
* Match the LINUX32's style with existing styleobrien2005-01-141-5/+5
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-161-2/+13
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want tonetchild2004-07-021-0/+4
* Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundbms2004-06-181-0/+4
* Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tbms2004-06-181-0/+4
* Linux applications expect to be able to call SIOCGIFCONF with anbms2004-06-181-0/+14
* Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.bms2004-06-181-15/+17
* Fix two attempts to use an unchecked NULL pointer provided from thebms2004-06-181-7/+10
* Add support for more linux ioctls.phk2004-06-141-0/+105
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. Thisbms2004-02-191-0/+10
OpenPOWER on IntegriCloud