summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-7/+4
* fix build: linux_to_bsd_msf_lba is no longer used because of previous commitsam2003-10-201-12/+0
* We dont support CDROMREADAUDIO anymore.sos2003-10-201-18/+1
* Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa formarcel2003-06-281-2/+4
* Use __FBSDID().obrien2003-06-101-2/+3
* Add an ioctl handler for the DRM. This removes the need for the DRM_LINUXanholt2003-04-241-0/+14
* Don't include <sys/disklabel.h>phk2003-04-161-1/+0
* Add #include <sys/conf.h> so we don't rely on <sys/disk.h> doing it.phk2003-04-011-0/+1
* Fix an XXX: and implement LINUX_BLKGETSIZE correctly.phk2003-03-281-6/+14
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-131-1/+1
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-44/+37
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-22/+22
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-2/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Add function linux_msg() for regulating output from the linux emulationalfred2003-01-021-1/+1
* SMP locking for ifnet list.hsu2002-12-221-2/+12
* Implement the CDROMREADAUDIO ioctl.marcel2002-10-191-1/+37
* - Add support for IPC_64 extensions into shmctl(2), semctl(2) and msgctl(2);sobomax2002-10-111-0/+15
* Remove NVIDIA ioctl bits. They will be provided in a kernel module.mdodd2002-09-201-22/+0
* Put an XXX comment here to point somebody in the right direction.phk2002-09-201-0/+1
* Current uses struct thread *td rather than struct proc *p.imp2002-09-201-2/+2
* This patch extends the FreeBSD Linux compatibility layer to supportmdodd2002-09-191-0/+22
* Implement LINUX_TIOCSCTTY.marcel2002-09-051-1/+4
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* In continuation of early fileop credential changes, modify fo_ioctl() torwatson2002-08-171-18/+36
* - Remove the Giant acquisition from linux_socket_ioctl() as it was reallyarr2002-06-261-11/+2
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* fix file descriptor leak.alfred2002-02-201-1/+2
* Have SIOCGIFCONF return all (if any) AF_INET addresses for themarcel2002-01-291-4/+22
* Reinstate linux_ifname. Although the Linuxulator doesn't use itmarcel2002-01-151-0/+27
* Replace ffind_* with fget calls.alfred2002-01-141-15/+11
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-94/+184
* Further fixes related to the interface renaming. Now that wemarcel2002-01-101-52/+12
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
OpenPOWER on IntegriCloud