summaryrefslogtreecommitdiff
path: root/sys/compat/common/tty_60.c
AgeCommit message (Expand)Author
2021-07-21need <sys/param.h> for COHERENCY_UNITskrll
2020-06-24reduce stack usage in compat_60_ptmget_ioctl() - allocate struct ptmgetjdolecek
2019-12-12Rather than keeping a separate mutex, condvar, and pserialize for eachpgoyette
2019-03-01Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as brieflypgoyette
2019-01-29Normalize all the compat hooks' names to the formpgoyette
2019-01-28- provide a hook for the 43 tty ioctlschristos
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2015-10-22Handle both ioctls in both places :-)christos
2012-10-19Also copy the sfd element of struct ptmget. This somehowapb
2012-10-19This file getscompiled even if COMPAT_60 is not defined, soapb
2012-10-19Add COMPAT_60 versions of the TIOCPTMGET and TIOCPTSNAME ioctls.apb