aboutsummaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2017-07-05Update strace to 4.18.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-10-02io: handle data_size of -1 as unlimited data in print_iovecEugene Syromyatnikov
2016-08-23Rename widen_to_ull to zero_extend_signed_to_ullDmitry V. Levin
2016-08-21Move SH-specific argument number calculation to getllvalEugene Syromyatnikov
2016-07-13Print struct iovec as a regular structureDmitry V. Levin
2016-07-07Add a general netlink socket parserFabien Siron
2016-06-22Add a enum for decoding to tprint_iov() and tprint_iov_upto()Fabien Siron
2016-06-17Introduce HAVE_STRUCT_TCB_EXT_ARG macroDmitry V. Levin
2016-05-26Fix explicit casts of signed integer types to unsigned long longDmitry V. Levin
2016-05-11Implement decoding of preadv2 and pwritev2 syscallsDmitry V. Levin
2016-05-07io.c: use print_array functionDmitry V. Levin
2016-04-02Fix printing of negative offsets in pread64 and pwrite64 syscallsDmitry V. Levin
2016-03-30Fix decoding of preadv syscall in case of short readDmitry V. Levin
2016-03-30Fix printing of negative offsets in preadv and pwritev syscallsDmitry V. Levin
2016-03-30Fix printing of unreadable struct iovecDmitry V. Levin
2016-02-14Fix printing of negative offsets in splice syscallDmitry V. Levin
2016-01-20Fix decoding and dumping of readv syscall in case of short readDmitry V. Levin
2015-11-26x86_64: fix x32 personality support in print_llu_from_low_high_valDmitry V. Levin
2015-09-15Add a new helper function umove_ulong_array_or_printaddrDmitry V. Levin
2015-08-19io.c: move sendfile parsers to a separate fileDmitry V. Levin
2015-08-18Fix printing tracee's long integersDmitry V. Levin
2015-07-20io.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-20Use printnum_int64 instead of print_loff_tDmitry V. Levin
2015-07-20io.c: use printaddr and umove_or_printaddrDmitry V. Levin
2015-07-02Move ioctl syscall parser to ioctl.cDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-03-21Change last parameter of umoven() from char* to void*Denys Vlasenko
2015-03-03mips n32: fix preadv/pwritev offset decodingDmitry V. Levin
2015-01-24Fix ILP32 personality preadv/pwritev offset decoding on LP64 architecturesDmitry V. Levin
2015-01-21ioctl: add decoding for parametrized command namesGabriel Laskar
2015-01-21ioctl: print unrecognized ioctl codes in _IOC(dir,type,nr,size) formatDmitry V. Levin
2014-11-21Include <sys/uio.h> unconditionallyDmitry V. Levin
2014-08-07Fix preadv/pwritev offset decoding on ILP32 architecturesDmitry V. Levin
2014-08-07Fix preadv/pwritev offset decoding on bigendian architecturesDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-04-17Fix preadv/pwritev offset decodingDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2013-03-20Do not use off_t in sendfile decodingDmitry V. Levin
2013-02-22Create and use struct_sysent and struct_ioctlent typedefs.Denys Vlasenko
2013-02-18Remove code which supports systems with long long off_t.Denys Vlasenko
2012-05-01Remove recently introduced use of ULONG_MAXDmitry V. Levin
2012-04-28Fix recvmsg decode: do not show more data than actually returnedDenys Vlasenko
2012-04-06Decode mtd ioctlsMike Frysinger
2012-03-19Optimize code if we have only one personalityDenys Vlasenko
2012-03-16Tidy up includes and copyright notices, fix indentationDenys Vlasenko
2012-03-10Output iovec length in vmsplice and process_vm_readv decodersDmitry V. Levin