summaryrefslogtreecommitdiff
path: root/src/misc/ioctl.c
AgeCommit message (Expand)AuthorFilesLines
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