summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_termios.c
AgeCommit message (Expand)Author
2021-11-26The changes on compat/linux/common/linux_termios.c should alsoryo
2019-08-23Add a default case, don't call sys_ioctl() with an uninitialized 'com'maxv
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-07-04make LINUX_TCSBRK work. The code is mostly copied frommatthias
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-22fdputfile -> fd_putfilebjs
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2007-12-20Convert all the system call entry points from:dsl
2007-05-13This code is already set for directly calling a files ioctl fn with adsl
2007-03-26Sync with recent compat linux termios changes.njoly
2007-03-19Fix TIOCGPTN ioctl.njoly
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-08-25netbsd32_sys_ioctl was called with improper syscall argument structure, thismanu
2006-02-15- Move the BSD to Linux and Linux to BSD termio/termios conversion functionsmanu