aboutsummaryrefslogtreecommitdiff
path: root/src/misc/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-19fix struct layout mismatch in sound ioctl time32 fallback conversionRich Felker1-2/+7
2020-12-14fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker1-1/+9
2020-12-14fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann1-4/+4
2019-12-22spare archs without time32 legacy the cost of ioctl fallback conversionsRich Felker1-1/+1
2019-12-22add further ioctl time64 fallback conversion for device-specific commandRich Felker1-0/+3
2019-12-21don't continue looping through ioctl compat_map after finding matchRich Felker1-0/+1
2019-12-20add further ioctl time64 fallback conversionsRich Felker1-1/+49
2019-12-19improve ioctl time64 conversion fallback frameworkRich Felker1-17/+18
2019-12-18convert ioctl time64 fallbacks to table-driven frameworkRich Felker1-17/+66
2019-07-31ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker1-1/+24
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+13