aboutsummaryrefslogtreecommitdiff
path: root/syscall.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2018-02-20Update strace to 4.21.Elliott Hughes
2017-09-12Update strace to 4.19.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-03x86_64: fix is_negated_errno for x32 personalityDmitry V. Levin
2016-10-03Use err_name, print unrecognized errno values as numbersDmitry V. Levin
2016-10-03Add function for getting errno stringEugene Syromyatnikov
2016-10-03struct tcb: change the type of u_error field from int to unsigned longDmitry V. Levin
2016-09-30Enhance -e abbrev=set, -e raw=set, and -e verbose=setDmitry V. Levin
2016-09-28mips o32: implement fetching the 7th subcall argumentDmitry V. Levin
2016-08-09Make sure that tcp->s_ent and tcp->s_prev_ent do not point to freed memoryDmitry V. Levin
2016-08-09Fix decoding of invalid syscalls mapped to indirect subcallsDmitry V. Levin
2016-08-03Fix printing of mode_t, umode_t, and umask typesDmitry V. Levin
2016-07-26Fix one more code pattern that might break gcc strict aliasing rulesDmitry V. Levin
2016-07-26Fix casts of ptrace's third argumentDmitry V. Levin
2016-07-22Fix corner cases of ipc syscall decodingDmitry V. Levin
2016-07-20Fix corner cases of socketcall syscallDmitry V. Levin
2016-07-18Add private data field to struct tcbPatrik Jakobsson
2016-06-17Introduce HAVE_STRUCT_TCB_EXT_ARG macroDmitry V. Levin
2016-06-14Remove UNDEFINED_SCNOElvira Khabirova
2016-06-14Move printargs* functions to util.cElvira Khabirova
2016-05-11Implement decoding of preadv2 and pwritev2 syscallsDmitry V. Levin
2016-03-31Implement dumping of preadv and pwritev syscallsDmitry V. Levin
2016-02-14Replace printargs_lu and printargs_ld with printargs_u and printargs_dDmitry V. Levin
2016-02-14Change printargs_lu and printargs_ld to return RVAL_DECODEDDmitry V. Levin
2016-02-14Implement dumping of vmsplice syscallDmitry V. Levin
2016-01-20Fix dumping of recvmsg syscall in case of short readDmitry V. Levin
2016-01-20Fix decoding and dumping of readv syscall in case of short readDmitry V. Levin
2016-01-13mips o32: alias sys_syscall to printargsDmitry V. Levin
2016-01-12syscall.c: include <signal.h>Dmitry V. Levin
2016-01-07Fix printing of 32-bit times syscall return value on 64-bit architecturesDmitry V. Levin
2015-12-16Fix SYS_FUNC and SEN macros for muslSzabolcs Nagy
2015-12-09aarch64: swap 64-bit and 32-bit personalitiesDmitry V. Levin
2015-11-30syscall.c: move inclusion of arch specific files to the end of fileDmitry V. Levin
2015-11-30x86_64: change getregs_old to forward ptrace return codeDmitry V. Levin
2015-11-30Cleanup print_pcDmitry V. Levin
2015-11-30cleanup: make get_scno.c files more readableDmitry V. Levin
2015-11-30cleanup: make get_syscall_args.c files more readableDmitry V. Levin
2015-11-30cleanup: make get_syscall_result.c files more readableDmitry V. Levin
2015-11-29cleanup: make get_error.c files more readableDmitry V. Levin
2015-11-27x32: fix struct dirent decodingDmitry V. Levin
2015-11-18Assume that libc provides sendmsgDmitry V. Levin
2015-09-19Add is_erestart helper functionDmitry V. Levin
2015-09-19Add helper functions to clear/restore syserrorDmitry V. Levin
2015-09-16Simplify use of mpers printersDmitry V. Levin
2015-08-28Add mpers supportElvira Khabirova
2015-08-18signal: SIGSYS: decode si_syscall & si_arch fieldsMike Frysinger