]> granicus.if.org Git - strace/history - scsi.c
bfin, csky, m68k, sh: fix build regression
[strace] / scsi.c
2019-09-25 Dmitry V. LevinUpdate copyright headers
2019-08-14 Dmitry V. Levinxlat/scsi_sg_commands: use XLAT_MACROS_ONLY instead...
2018-12-24 Dmitry V. LevinUpdate copyright headers
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2017-08-28 Dmitry V. LevinImply RVAL_DECODED when RVAL_IOCTL_PARSED is returned...
2017-08-28 Eugene SyromyatnikovReplace return 1 ioctl sub-decoder hack with proper...
2017-08-28 Eugene SyromyatnikovDo not return RVAL_DECODED on exiting path of ioctl...
2017-01-10 Dmitry V. Levinscsi: implement decoding of all SG_* ioctl commands
2017-01-10 Dmitry V. Levinscsi: prepare for decoding of other SG_* ioctl commands
2017-01-10 Dmitry V. Levinscsi: add fallback definitions for SG_* ioctl command...
2017-01-10 Dmitry V. Levinsg_io: decode structures on exiting syscall in case...
2017-01-08 Dmitry V. LevinSplit scsi.c
2017-01-07 Dmitry V. Levinscsi: detect and print changes of interface id
2017-01-07 Dmitry V. Levinscsi: print field names of all fields being printed
2017-01-07 Dmitry V. Levinscsi: print struct sg_io_hdr.dxfer_direction field...
2017-01-07 Dmitry V. Levinscsi: print "protocol" and "subprotocol" field names...
2017-01-06 Dmitry V. Levinscsi: rewrite print_sg_io_buffer using printstr_ex...
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-26 Dmitry V. LevinUse ptr_to_kulong instead of explicit casts of pointers...
2016-12-25 Dmitry V. LevinChange type of ioctl 3rd argument from long to kernel_u...
2016-12-23 Dmitry V. Levinscsi: change address argument type from unsigned long...
2016-12-21 Dmitry V. Levinscsi: cast pointers to kernel_ureg_t instead of unsigne...
2016-12-21 Dmitry V. Levinscsi: use umove_or_printaddr
2016-10-28 Eugene Syromyatnikovio: use umoven_or_printaddr_ignore_syserror as umove...
2016-10-02 Dmitry V. LevinUse tprints instead of tprintf in a few more places
2016-06-22 Fabien SironAdd a enum for decoding to tprint_iov() and tprint_iov_...
2016-05-26 Dmitry V. Levinscsi.c: print __u64 types using PRI__u64 format
2016-05-07 Dmitry V. Levinscsi.c: use print_array function
2015-07-18 Dmitry V. Levinscsi.c: use printaddr
2015-07-10 Dmitry V. Levinscsi.c: enhance SG_IO ioctl parser
2015-03-21 Denys VlasenkoChange last parameter of umoven() from char* to void*
2015-02-23 Dmitry V. LevinFix compilation warnings about incompatible print formats
2015-02-08 Bart Van Asschescsi: add bsg support
2015-02-08 Bart Van Asschescsi: Add iovec support
2015-02-08 Bart Van Asschescsi: on exit, print only initialized part of the buffer
2015-02-08 Bart Van Asschescsi: make print_sg_io_buffer() print square brackets...
2015-02-08 Bart Van Asschescsi: improve consistency with other decoding functions
2015-01-20 Dmitry V. Levinioctl: assume that all ioctl commands have unsigned...
2014-09-17 Dmitry V. LevinFix compilation warnings reported by gcc -Wsign-compare
2014-05-30 Dmitry V. LevinGenerate xlat/*.in files
2014-02-25 Dmitry V. LevinDo not compile scsi ioctl decoding if <scsi/sg.h> is...
2014-02-05 Dmitry V. LevinUse XLAT_END macro
2014-02-05 Dmitry V. LevinUse XLAT macro
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-16 Dmitry V. Levinscsi.c: add copyright header
2012-02-25 Denys VlasenkoAutomated removal of non-Linux code
2011-09-01 Denys VlasenkoUse tprints with literal strings, it may be faster...
2007-06-30 Dmitry V. Levin2007-03-29 Vladimir Nadvornik <nadvornik@suse.cz>