]> granicus.if.org Git - strace/history - sg_io_v3.c
maint: update for linux v5.3-rc8
[strace] / sg_io_v3.c
2018-12-30 Dmitry V. LevinFix preprocessor indentation
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-08-28 Eugene SyromyatnikovReturn 0 instead of 1 on entering path of ioctl decoders
2017-07-15 Dmitry V. Levinsg_io_v3: use PRINT_FIELD_* macros
2017-01-10 Dmitry V. Levinsg_io: cleanup printing of sg_io buffers
2017-01-10 Dmitry V. Levinsg_io: decode structures on exiting syscall in case...
2017-01-08 Dmitry V. Levinsg_io_v3: print sg_io_hdr.duration field as unsigned...
2017-01-08 Dmitry V. Levinsg_io_v3: print msg_status field
2017-01-08 Dmitry V. Levinsg_io: print names of array fields and corresponding...
2017-01-08 Dmitry V. Levinsg_io_v3: print status fields using %#x format specifier
2017-01-08 Dmitry V. Levinsg_io: decode struct sg_io_hdr.info and struct sg_io_v4...
2017-01-08 Dmitry V. Levinsg_io: decode struct sg_io_hdr.flags and struct sg_io_v...
2017-01-08 Dmitry V. LevinMpersify struct sg_io_hdr
2017-01-08 Dmitry V. LevinSplit scsi.c