aboutsummaryrefslogtreecommitdiff
path: root/desc.c
AgeCommit message (Expand)Author
2018-02-20Update strace to 4.21.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-01-08alpha: alias getdtablesize to printargsDmitry V. Levin
2015-12-16Replace %Ld/%Lu printf format specifiers with %lld/%lluDmitry V. Levin
2015-11-27x32: fix pselect6 decodingDmitry V. Levin
2015-10-08desc.c: move parser of fcntl syscall to a separate fileDmitry V. Levin
2015-10-08desc.c: move parser of flock syscall to a separate fileDmitry V. Levin
2015-09-19Convert another parser of struct timeval to new mpers infrastructureDmitry V. Levin
2015-09-15Add a new helper function umove_ulong_array_or_printaddrDmitry V. Levin
2015-08-01desc.c: move epoll parsers to a separate fileDmitry V. Levin
2015-08-01desc.c: move eventfd parsers to a separate fileDmitry V. Levin
2015-08-01desc.c: move perf_event_open parser to a separate fileDmitry V. Levin
2015-07-30Fix oldselect decoding on 64-bit architecturesElvira Khabirova
2015-07-20Alias sys_epoll_create to printargs_ldDmitry V. Levin
2015-07-20desc.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-20desc.c: do not use xmalloc, use umove_or_printaddr and printaddrDmitry V. Levin
2015-05-25Introduce memory allocation wrappersDmitry 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-01-28decode_select: do not allocate unused memoryDmitry V. Levin
2014-09-09decode_select: fix potential use of an uninitialized variableDmitry V. Levin
2014-06-04Decode paths associated with file descriptors returned by syscallsZubin Mithra
2014-05-30Compress blank linesDmitry V. Levin
2014-05-30Generate xlat/*.in filesDmitry V. Levin
2014-04-17epoll_ctl: fix EPOLL_CTL_DEL argument decodingDmitry V. Levin
2014-03-03Fix fcntl decodingDmitry V. Levin
2014-03-01sys_fcntl: remove F_FREESP and F_FREESP64 supportDmitry V. Levin
2014-02-05Use XLAT_END macroDmitry V. Levin
2014-02-05Use XLAT macroDmitry V. Levin
2013-11-12Define printflock64 only if it is referenced by other codeDmitry V. Levin
2013-11-11Move io_* syscalls decoding to a separate fileDmitry V. Levin
2013-11-11Stop using external libaio.h.Denys Vlasenko
2013-11-11sys_io_submit: simplify iocb_cmd_lookup() helper.Denys Vlasenko
2013-11-11sys_io_submit: stop traversing iocb vector after first failure.Denys Vlasenko
2013-11-09Fix select decoding on e.g. 32-bit ppc process by 64-bit strace.Denys Vlasenko
2013-11-06Speed up and explain fd_isset()Denys Vlasenko
2013-11-05Fix select decoding for glibc in _FORTIFY_SOURCE modeDmitry V. Levin
2013-11-05More select decoding fixesDmitry V. Levin
2013-11-05Truncate arg[0] to int in select decoding.Denys Vlasenko
2013-11-05Fix select decoding with bogus (huge or negative) nfds.Dr. David Alan Gilbert
2013-07-18Add compat support for sys_pselect6Denys Vlasenko
2013-07-18Fix sigset printing via print_sigset().Denys Vlasenko
2013-05-01x32: fix build regressions introduced by commit v4.7-96-g8435d67Dmitry V. Levin
2013-03-31Print io_submit() offsets in decimalZev Weiss
2013-03-18Fix build with older versions of libaio.hDmitry V. Levin
2013-03-18Fix io_submit decodingDmitry V. Levin
2013-02-18Remove code which supports systems with long long off_t.Denys Vlasenko
2013-02-17Merge two identical tablesDenys Vlasenko