summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_ioctl.c
AgeCommit message (Expand)Author
2021-09-19Add the timerfd syscalls to COMPAT_LINUX and COMPAT_LINUX32.thorpej
2019-08-23Put the printf under DEBUG_LINUX.maxv
2009-08-18add the video ioctls so that the 32 bit skype works with videochristos
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-06-19an attempt at linux32_ioctl_socket().christos
2008-01-22Add ossaudio support for COMPAT_LINUX32, with help from mrg. With thisjmcneill
2007-12-20Convert all the system call entry points from:dsl
2007-12-08ANSIfy most of the function definitions in sys/compat (but not ndis).dsl
2007-03-18Change all the NETBSD32PTR64(SCARG(uap, xxx))) to SCARG_P32(uap, xxx).dsl
2007-03-16remove all the double (and triple) casts used to convert 32bit userspacedsl
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-13Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Jolymanu
2006-08-25Add support for socket ioctl.manu
2006-02-15- Move the BSD to Linux and Linux to BSD termio/termios conversion functionsmanu
2006-02-09Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough somanu