summaryrefslogtreecommitdiff
path: root/aio.c
Commit message (Expand)AuthorAgeFilesLines
* Add xlat description structureEugene Syromyatnikov2019-07-241-2/+1
* aio: assorted iocb decoder updatesEugene Syromyatnikov2019-07-161-16/+38
* Update copyright headersDmitry V. Levin2019-05-221-1/+1
* Implement and use new parsers of io_pgetevents syscallDmitry V. Levin2019-05-121-2/+4
* Implement and use new parsers of io_getevents syscallDmitry V. Levin2019-05-121-2/+11
* Implement parsers of new *time64 system callsDmitry V. Levin2019-05-111-0/+5
* print_io_getevents: parametrize print_timespecDmitry V. Levin2019-05-041-4/+5
* aio: fix off-by-one error in indexed xlat lookupDmitry V. Levin2018-12-231-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* aio: make iocb array output more strucutredEugene Syromyatnikov2018-06-181-2/+4
* aio: print IOCB_CMD_* using xlatEugene Syromyatnikov2018-06-181-20/+16
* Update copyright headersDmitry V. Levin2018-06-141-1/+1
* Implement io_pgetevents syscall decodingEugene Syromyatnikov2018-06-131-2/+17
* print_array: enhance printing of unfetchable object addressesDmitry V. Levin2018-05-291-2/+2
* aio: change struct iocb.aio_lio_opcode output formatDmitry V. Levin2017-07-171-11/+11
* aio: use PRINT_FIELD_* macrosDmitry V. Levin2017-07-171-27/+30
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-2/+2
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Introduce tprintf_comment and tprints_comment functionsDmitry V. Levin2017-04-241-1/+2
* aio: print hexadecimal integer using %#xDmitry V. Levin2017-01-071-1/+1
* Replace widen_to_long with truncate_klong_to_current_wordsizeDmitry V. Levin2016-12-261-5/+6
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-5/+5
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-1/+1
* aio: change address type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-7/+6
* aio: print aio_context_t as a pointer typeDmitry V. Levin2016-09-071-6/+9
* aio: use printfd for fd printingEugene Syromyatnikov2016-09-051-9/+12
* Add a enum for decoding to tprint_iov() and tprint_iov_upto()Fabien Siron2016-06-221-1/+3
* aio.c: use print_array functionDmitry V. Levin2016-05-071-56/+49
* Add helper functions to clear/restore syserrorDmitry V. Levin2015-09-191-0/+7
* Rename umove_long_or_printaddr to umove_ulong_or_printaddrDmitry V. Levin2015-09-141-2/+2
* aio: rewrite from libaio.h to linux/aio_abi.hDmitry V. Levin2015-08-261-106/+89
* Fix multiple personalities support in parser of io_submit syscallDmitry V. Levin2015-08-261-8/+12
* Fix printing of io_getevents first argumentDmitry V. Levin2015-08-261-2/+2
* Fix io_setup first argument printingElvira Khabirova2015-08-181-1/+1
* Fix printing tracee's long integersDmitry V. Levin2015-08-181-5/+1
* aio.c: enhance io_* syscalls decodingDmitry V. Levin2015-07-201-109/+108
* Consistenly use #ifdef to check for AC_DEFINE'd macrosDmitry V. Levin2015-06-171-1/+1
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-10/+5
* Use external libaio.hDmitry V. Levin2014-09-081-116/+13
* Move io_* syscalls decoding to a separate fileDmitry V. Levin2013-11-111-0/+376