aboutsummaryrefslogtreecommitdiff
path: root/sigreturn.c
AgeCommit message (Expand)Author
2018-02-20Update strace to 4.21.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2015-11-28cleanup: make arch_sigreturn.c files more readableDmitry V. Levin
2015-07-20sigreturn: make use of RVAL_DECODEDDmitry V. Levin
2015-07-18defs.h: do not include <signal.h>Dmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-03-23sigreturn.c: split arch specific code into separate arch filesDmitry V. Levin
2015-03-21Trivial optimization in sys_sigreturn()Denys Vlasenko
2015-03-21Change last parameter of umoven() from char* to void*Denys Vlasenko
2015-03-16m68k: fix sigreturn decodingAndreas Schwab
2015-03-11aarch64: fix rt_sigreturn decodingDmitry V. Levin
2015-03-06Move sigreturn/rt_sigreturn parser to a separate fileDmitry V. Levin