aboutsummaryrefslogtreecommitdiff
path: root/ioctl.c
AgeCommit message (Expand)Author
2018-12-19Update strace to 4.25.Elliott Hughes
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-05-27ioctl.c: fix typo in decoding of EVIOCSABS's parameterDmitry V. Levin
2016-05-26Move parser of 'X' type ioctls to a separate fileDmitry V. Levin
2016-05-26Move parser of HDIO_* ioctls to a separate fileDmitry V. Levin
2016-05-24ioctl.c: fix buildDmitry V. Levin
2016-05-24ioctl: add decoding for FS_IOC_FIEMAPJeff Mahoney
2016-05-24ioctl: add decoding support for btrfs ioctlsJeff Mahoney
2016-05-10Decode UFFDIO_* ioctlsDr. David Alan Gilbert
2015-12-04ioctl: allow to stop decoding numberGabriel Laskar
2015-09-23ioctl: fix ioctl command number decoding in case of conflictsGabriel Laskar
2015-07-09Implement RVAL_DECODED flagDmitry V. Levin
2015-07-02ioctl: prepare ioctl_decode_command_number for future changesDmitry V. Levin
2015-07-02ioctl: simplify ioctl_decode signatureDmitry V. Levin
2015-07-02ioctl: consistently use name "code" for ioctl request codeDmitry V. Levin
2015-07-02Move ioctl syscall parser to ioctl.cDmitry V. Levin
2015-07-02ioctl: remove obsolete registry of ioctl charactersDmitry V. Levin
2015-03-28Include <linux/ioctl.h> for _IOC_* macrosFelix Janda
2015-02-22Add decoding for evdev ioctlsEtienne Gemsa
2015-01-22ioctl: take all 32 bits of ioctl commands into accountDmitry V. Levin
2015-01-21ioctl: add decoding for parametrized command namesGabriel Laskar
2015-01-21ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) formatDmitry V. Levin
2015-01-20ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin
2014-11-21Decode FIFREEZE/FITHAW/FITRIM ioctlsMike Frysinger
2014-11-04Implement Video4Linux video-input ioctls decoderPhilippe De Muyter
2014-09-17Fix compilation warnings reported by gcc -Wsign-compareDmitry V. Levin
2014-02-25Do not compile scsi ioctl decoding if <scsi/sg.h> is not availableDmitry V. Levin
2014-02-04Decode ptp ioctlsStefan Sørensen
2013-05-02Decode mtd/ubi ioctlsMike Frysinger
2013-02-22Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko
2012-04-18Decode /dev/loop ioctlsMike Frysinger
2012-04-06Decode mtd ioctlsMike Frysinger
2012-03-20Do not include limits.h unnecessarilyDmitry V. Levin
2012-03-20Partially revert last changeDenys Vlasenko
2012-03-20Simplify search in ioctl tableDenys Vlasenko
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-02-25Remove a few more code parts which are unused on LinuxDenys Vlasenko
2012-02-25Automated removal of non-Linux codeDenys Vlasenko
2011-08-23Convert ioctl_next_match() to new-style C function definitionDenys Vlasenko
2011-08-23Small optimization in signal and ioctl tablesDenys Vlasenko
2011-06-13Introduce ARRAY_SIZE() macroDmitry V. Levin
2011-05-30"Modernize" all old-style function parameter declarationsDenys Vlasenko
2011-01-15Add block ioctl supportDmitry V. Levin
2007-06-302007-03-29 Vladimir Nadvornik <nadvornik@suse.cz>Dmitry V. Levin
2005-02-022005-02-02 Roland McGrath <roland@redhat.com>Roland McGrath