aboutsummaryrefslogtreecommitdiff
path: root/prctl.c
AgeCommit message (Expand)Author
2018-06-15Update strace to 4.23.Elliott Hughes
2018-06-14Update strace to 4.22.Elliott Hughes
2017-09-12Update strace to 4.19.Elliott Hughes
2017-05-25Upgrade strace to 4.17.Elliott Hughes
2017-02-15Upgrade strace to 4.16 from 4.14.Elliott Hughes
2016-05-16Fix printing of invalid arguments of prctl syscallDmitry V. Levin
2016-05-16Fix decoding of prctl/arch_prctl operation argumentDmitry V. Levin
2016-05-15Prepare for transition from sprintflags64 to sprintflagsDmitry V. Levin
2016-05-14Prepare for transition from xlookup64 to xlookupDmitry V. Levin
2016-04-06Improve decoding of Android's PR_SET_VMA prctlElliott Hughes
2015-12-17Add copyright headers to some files which lack themDmitry V. Levin
2015-12-06prctl: add PR_CAP_AMBIENT parserDmitry V. Levin
2015-12-06prctl: finish decoding of several commands on entering syscallDmitry V. Levin
2015-08-18Fix printing tracee's long integersDmitry V. Levin
2015-07-29prctl: decode Android-specific PR_SET_VMAElliott Hughes
2015-07-25prctl: fix decoding of unrecognized commandsDmitry V. Levin
2015-07-18prctl.c: make use of RVAL_DECODEDDmitry V. Levin
2015-07-18prctl.c: use printaddr and umove_or_printaddrDmitry V. Levin
2015-07-14Change printnum_* printers to honor syserrorDmitry V. Levin
2015-04-07Declare syscall parsers using SYS_FUNC macroDmitry V. Levin
2015-02-19Improve prctl decodingDmitry V. Levin
2015-02-06Implement seccomp decodingDmitry V. Levin
2014-12-11Always compile sys_prctl parserDmitry V. Levin
2014-12-11process.c: move prctl and arch_prctl parsers to a separate fileDmitry V. Levin