]> granicus.if.org Git - strace/history - prctl.c
clone: fix print_tls_arg on x86
[strace] / prctl.c
2019-03-18 Dmitry V. LevinUpdate copyright headers
2019-02-09 Eugene SyromyatnikovUse accessors for tcp->s_ent, return a stub struct...
2018-12-26 Eugene Syromyatnikovxlat: add PR_SPEC_INDIRECT_BRANCH to pr_spec_cmds
2018-12-17 Eugene SyromyatnikovUse printsignal instead of signame
2018-12-10 Dmitry V. LevinChange the license of strace to LGPL-2.1-or-later
2018-05-25 Eugene Syromyatnikovprctl: add PR_GET_SPECULATION_CTRL/PR_SET_SPECULATION_C...
2018-04-12 Eugene Syromyatnikovprctl: use print_xlat_ex to print PR_SET_PTRACER_ANY
2018-04-05 Dmitry V. LevinUpdate copyright headers
2018-03-29 Dmitry V. LevinTreat RVAL_DECIMAL the same way as RVAL_UDECIMAL
2018-03-06 Eugene Syromyatnikovprctl: add decoding of PR_SVE_SET_VL and PR_SVE_GET_VL...
2017-07-21 Dmitry V. Levinx86: wire up arch_prctl syscall
2017-07-08 Dmitry V. LevinGeneralize seccomp filter parser
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2016-12-26 Eugene Syromyatnikovprctl: print pointer returned by PR_GET_TID_ADDRESS...
2016-12-26 Dmitry V. LevinRemove getarg_klu
2016-12-26 Dmitry V. LevinAutomatically replace kernel_(scno|ureg)_t with kernel_...
2016-12-25 Dmitry V. LevinCast tcp->u_rval to kernel_ureg_t instead of unsigned...
2016-12-25 Dmitry V. Levinprintstr: rename to printstrn, add printstr as a thin...
2016-12-19 Dmitry V. LevinUse kernel_ulong_t instead of unsigned long long where...
2016-12-17 Eugene Syromyatnikovprctl: implement decoding of SUID_DUMP_* constants...
2016-11-20 Eugene Syromyatnikovprctl: implement decoding of PR_SET_FP_MODE and PR_GET_...
2016-11-20 Eugene Syromyatnikovprctl: add braces for conditional blocks with else...
2016-11-20 Eugene Syromyatnikovprctl: cast arg2 to int in PR_SET_PTRACER handler
2016-11-20 Eugene Syromyatnikovprctl: use getarg_ull for option value retrieval
2016-11-20 Dmitry V. Levinprctl: include <linux/prctl.h> instead of <sys/prctl.h>
2016-11-20 Dmitry V. Levinprctl: fix printing of PR_SET_NAME's argument
2016-05-16 Dmitry V. LevinFix printing of invalid arguments of prctl syscall
2016-05-16 Dmitry V. LevinFix decoding of prctl/arch_prctl operation argument
2016-05-15 Dmitry V. LevinPrepare for transition from sprintflags64 to sprintflags
2016-05-14 Dmitry V. LevinPrepare for transition from xlookup64 to xlookup
2016-04-06 Elliott HughesImprove decoding of Android's PR_SET_VMA prctl
2015-12-17 Dmitry V. LevinAdd copyright headers to some files which lack them
2015-12-06 Dmitry V. Levinprctl: add PR_CAP_AMBIENT parser
2015-12-06 Dmitry V. Levinprctl: finish decoding of several commands on entering...
2015-08-18 Dmitry V. LevinFix printing tracee's long integers
2015-07-29 Elliott Hughesprctl: decode Android-specific PR_SET_VMA
2015-07-25 Dmitry V. Levinprctl: fix decoding of unrecognized commands
2015-07-18 Dmitry V. Levinprctl.c: make use of RVAL_DECODED
2015-07-18 Dmitry V. Levinprctl.c: use printaddr and umove_or_printaddr
2015-07-14 Dmitry V. LevinChange printnum_* printers to honor syserror
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-02-19 Dmitry V. LevinImprove prctl decoding
2015-02-06 Dmitry V. LevinImplement seccomp decoding
2014-12-11 Dmitry V. LevinAlways compile sys_prctl parser
2014-12-11 Dmitry V. Levinprocess.c: move prctl and arch_prctl parsers to a separ...