aboutsummaryrefslogtreecommitdiff
path: root/scsi.c
AgeCommit message (Expand)Author
2017-09-12Update strace to 4.19.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-10-02Use tprints instead of tprintf in a few more placesDmitry V. Levin
2016-06-22Add a enum for decoding to tprint_iov() and tprint_iov_upto()Fabien Siron
2016-05-26scsi.c: print __u64 types using PRI__u64 formatDmitry V. Levin
2016-05-07scsi.c: use print_array functionDmitry V. Levin
2015-07-18scsi.c: use printaddrDmitry V. Levin
2015-07-10scsi.c: enhance SG_IO ioctl parserDmitry V. Levin
2015-03-21Change last parameter of umoven() from char* to void*Denys Vlasenko
2015-02-23Fix compilation warnings about incompatible print formatsDmitry V. Levin
2015-02-08scsi: add bsg supportBart Van Assche
2015-02-08scsi: Add iovec supportBart Van Assche
2015-02-08scsi: on exit, print only initialized part of the bufferBart Van Assche
2015-02-08scsi: make print_sg_io_buffer() print square brackets instead of its callersBart Van Assche
2015-02-08scsi: improve consistency with other decoding functionsBart Van Assche
2015-01-20ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin
2014-09-17Fix compilation warnings reported by gcc -Wsign-compareDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-02-25Do not compile scsi ioctl decoding if <scsi/sg.h> is not availableDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-03-16scsi.c: add copyright headerDmitry V. Levin
2012-02-25Automated removal of non-Linux codeDenys Vlasenko
2011-09-01Use tprints with literal strings, it may be faster than tprintfDenys Vlasenko
2007-06-302007-03-29 Vladimir Nadvornik <nadvornik@suse.cz>Dmitry V. Levin