summaryrefslogtreecommitdiff
path: root/sg_io_v4.c
Commit message (Expand)AuthorAgeFilesLines
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-182/+0
* treewide: move #include "print_fields.h" to defs.hDmitry V. Levin2021-02-011-1/+0
* treewide: replace tprints("{name=")Dmitry V. Levin2021-01-291-2/+10
* treewide: replace tprints("}") with tprint_struct_end()Dmitry V. Levin2021-01-291-1/+1
* print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macrosDmitry V. Levin2021-01-291-17/+34
* print_fields.h: remove prefix argument from PRINT_FIELD_X macroDmitry V. Levin2021-01-291-8/+16
* print_fields.h: remove prefix argument from PRINT_FIELD_XVAL macroDmitry V. Levin2021-01-291-2/+3
* print_fields.h: remove prefix argument from PRINT_FIELD_FLAGS macroDmitry V. Levin2021-01-291-2/+4
* sg_io_v4: remove prefix argument from PRINT_FIELD_SG_IO_BUFFER macroDmitry V. Levin2021-01-271-9/+10
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Fix preprocessor indentationDmitry V. Levin2018-12-301-1/+1
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on enteringDmitry V. Levin2017-08-281-5/+5
* Replace return 1 ioctl sub-decoder hack with proper flagEugene Syromyatnikov2017-08-281-5/+5
* Do not return RVAL_DECODED on exiting path of ioctl decodersEugene Syromyatnikov2017-08-281-3/+3
* Return 0 instead of 1 on entering path of ioctl decodersEugene Syromyatnikov2017-08-281-1/+1
* sg_io_v4: use PRINT_FIELD_* macrosDmitry V. Levin2017-07-141-45/+47
* sg_io_v4: print din_resid and dout_resid fields as signed integersDmitry V. Levin2017-01-101-2/+2
* sg_io: cleanup printing of sg_io buffersDmitry V. Levin2017-01-101-14/+13
* sg_io: decode structures on exiting syscall in case of syserrorDmitry V. Levin2017-01-101-4/+16
* sg_io: reorder printing of fields to follow structure orderDmitry V. Levin2017-01-081-4/+5
* sg_io: print names of array fields and corresponding length fieldsDmitry V. Levin2017-01-081-4/+4
* sg_io_v4: print status fields in a hexadecimal formDmitry V. Levin2017-01-081-3/+3
* sg_io_v4: print request_tag and generated_tag fields in hexDmitry V. Levin2017-01-081-2/+2
* sg_io_v4: print usr_ptr field in a hexadecimal formDmitry V. Levin2017-01-081-1/+1
* sg_io_v4: do not print spare_in and spare_out fieldsDmitry V. Levin2017-01-081-2/+0
* sg_io: decode struct sg_io_hdr.info and struct sg_io_v4.infoDmitry V. Levin2017-01-081-1/+2
* sg_io: decode struct sg_io_hdr.flags and struct sg_io_v4.flagsDmitry V. Levin2017-01-081-1/+3
* Split scsi.cDmitry V. Levin2017-01-081-0/+151