summaryrefslogtreecommitdiff
path: root/prctl.c
Commit message (Expand)AuthorAgeFilesLines
* x86: wire up arch_prctl syscallDmitry V. Levin2017-07-211-3/+2
* Generalize seccomp filter parserDmitry V. Levin2017-07-081-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* prctl: print pointer returned by PR_GET_TID_ADDRESS as kernel longEugene Syromyatnikov2016-12-261-1/+1
* Remove getarg_kluDmitry V. Levin2016-12-261-6/+6
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-4/+4
* Cast tcp->u_rval to kernel_ureg_t instead of unsigned longDmitry V. Levin2016-12-251-4/+4
* printstr: rename to printstrn, add printstr as a thin wrapperDmitry V. Levin2016-12-251-1/+1
* Use kernel_ulong_t instead of unsigned long long where appropriateDmitry V. Levin2016-12-191-15/+15
* prctl: implement decoding of SUID_DUMP_* constants in PR_[GS]ET_DUMPABLEEugene Syromyatnikov2016-12-171-2/+14
* prctl: implement decoding of PR_SET_FP_MODE and PR_GET_FP_MODE optionsEugene Syromyatnikov2016-11-201-0/+15
* prctl: add braces for conditional blocks with else/else-if blocks having bracesEugene Syromyatnikov2016-11-201-8/+8
* prctl: cast arg2 to int in PR_SET_PTRACER handlerEugene Syromyatnikov2016-11-201-1/+1
* prctl: use getarg_ull for option value retrievalEugene Syromyatnikov2016-11-201-41/+52
* prctl: include <linux/prctl.h> instead of <sys/prctl.h>Dmitry V. Levin2016-11-201-1/+1
* prctl: fix printing of PR_SET_NAME's argumentDmitry V. Levin2016-11-201-2/+4
* Fix printing of invalid arguments of prctl syscallDmitry V. Levin2016-05-161-7/+8
* Fix decoding of prctl/arch_prctl operation argumentDmitry V. Levin2016-05-161-4/+7
* Prepare for transition from sprintflags64 to sprintflagsDmitry V. Levin2016-05-151-1/+2
* Prepare for transition from xlookup64 to xlookupDmitry V. Levin2016-05-141-1/+2
* Improve decoding of Android's PR_SET_VMA prctlElliott Hughes2016-04-061-5/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+30
* prctl: add PR_CAP_AMBIENT parserDmitry V. Levin2015-12-061-1/+19
* prctl: finish decoding of several commands on entering syscallDmitry V. Levin2015-12-061-19/+4
* Fix printing tracee's long integersDmitry V. Levin2015-08-181-2/+2
* prctl: decode Android-specific PR_SET_VMAElliott Hughes2015-07-291-0/+21
* prctl: fix decoding of unrecognized commandsDmitry V. Levin2015-07-251-13/+22
* prctl.c: make use of RVAL_DECODEDDmitry V. Levin2015-07-181-119/+104
* prctl.c: use printaddr and umove_or_printaddrDmitry V. Levin2015-07-181-19/+5
* Change printnum_* printers to honor syserrorDmitry V. Levin2015-07-141-17/+2
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-4/+2
* Improve prctl decodingDmitry V. Levin2015-02-191-130/+279
* Implement seccomp decodingDmitry V. Levin2015-02-061-0/+28
* Always compile sys_prctl parserDmitry V. Levin2014-12-111-2/+0
* process.c: move prctl and arch_prctl parsers to a separate fileDmitry V. Levin2014-12-111-0/+143