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