summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.139 of src/sys/compat/linux/linux_ioctl.c,Konstantin Belousov2007-11-151-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
* Linux compat bits needed to make linux programs use the new ptys :Olivier Houchard2006-01-261-1/+9
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDXin LI2005-12-131-5/+5
* Fix kernel build.Xin LI2005-08-281-1/+1
* Rewrite linux_ifconf() to be more like ifconf() in net/if.cCraig Rodrigues2005-08-271-25/+39
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-2/+2
* Implement SOUND_MIXER_INFO ioctl in compat layer.Matthew N. Dodd2005-04-131-3/+36
* Use the CTASSERT() macro instead of rolling my own, non-portable oneBrooks Davis2005-03-241-3/+1
* Compile errors are way more useful then panics later.Brooks Davis2005-03-241-3/+4
* Boot away another stackgap (one of the lest ones in linuxlator/i386) byMaxim Sobolev2005-01-301-14/+13
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-5/+5
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-2/+13
* Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want toAlexander Leidinger2004-07-021-0/+4
* Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux soundBruce M Simpson2004-06-181-0/+4
* Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don'tBruce M Simpson2004-06-181-0/+4
* Linux applications expect to be able to call SIOCGIFCONF with anBruce M Simpson2004-06-181-0/+14
* Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.Bruce M Simpson2004-06-181-15/+17
* Fix two attempts to use an unchecked NULL pointer provided from theBruce M Simpson2004-06-181-7/+10
* Add support for more linux ioctls.Poul-Henning Kamp2004-06-141-0/+105
* Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. ThisBruce M Simpson2004-02-191-0/+10
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-7/+4
* fix build: linux_to_bsd_msf_lba is no longer used because of previous commitSam Leffler2003-10-201-12/+0
* We dont support CDROMREADAUDIO anymore.Søren Schmidt2003-10-201-18/+1
* Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa forMarcel Moolenaar2003-06-281-2/+4
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Add an ioctl handler for the DRM. This removes the need for the DRM_LINUXEric Anholt2003-04-241-0/+14
* Don't include <sys/disklabel.h>Poul-Henning Kamp2003-04-161-1/+0
* Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it.Poul-Henning Kamp2003-04-011-0/+1
* Fix an XXX: and implement LINUX_BLKGETSIZE correctly.Poul-Henning Kamp2003-03-281-6/+14
* - Change the linux_[gs]et_os{name, release, s_version}() functions toJohn Baldwin2003-03-131-1/+1
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-44/+37
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.Dag-Erling Smørgrav2003-03-021-22/+22
* uiomove-related caddr_t -> void * (just the low-hanging fruit)Dag-Erling Smørgrav2003-03-021-2/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Add function linux_msg() for regulating output from the linux emulationAlfred Perlstein2003-01-021-1/+1
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-2/+12
* Implement the CDROMREADAUDIO ioctl.Marcel Moolenaar2002-10-191-1/+37
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);Maxim Sobolev2002-10-111-0/+15
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.Matthew N. Dodd2002-09-201-22/+0
* Put an XXX comment here to point somebody in the right direction.Poul-Henning Kamp2002-09-201-0/+1
* Current uses struct thread *td rather than struct proc *p.Warner Losh2002-09-201-2/+2
* This patch extends the FreeBSD Linux compatibility layer to supportMatthew N. Dodd2002-09-191-0/+22