aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2018-12-19Update strace to 4.25.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-07-12block.c: remove BLKDAXGET supportDmitry V. Levin
2016-05-26Mpersify BLK* ioctl parserDmitry V. Levin
2016-05-26block.c: optimize decoding of paired ioctlsDmitry V. Levin
2016-05-26block.c: fix printing of uint64_t pairsDmitry V. Levin
2016-05-26block.c: fix printing of struct blk_user_trace_setupDmitry 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-25block.c: handle BLKDAXGETDmitry V. Levin
2015-08-18Fix printing tracee's long integersDmitry V. Levin
2015-07-10block.c: enhance block ioctl parserDmitry V. Levin
2015-01-26block_ioctl: quote stringsDmitry 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-05-30Generate xlat/*.in filesDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2013-03-05Fix wrongly indented closing curly brace. No code changesDenys Vlasenko
2012-04-16Stop using %h[h]u format specifiersDenys Vlasenko
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-02-25Automated removal of non-Linux codeDenys Vlasenko
2011-09-01Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko
2011-08-23Fix compilation on linux 2.4.xDmitry V. Levin
2011-08-15Fix compilation on 2.4.20 kernel based systemDenys Vlasenko
2011-04-07Fix BLKTRACESTOP definitionDmitry V. Levin
2011-01-16block.c: cleanupDmitry V. Levin
2011-01-15Add block ioctl supportDmitry V. Levin