summaryrefslogtreecommitdiff
path: root/src/prctl.c
Commit message (Expand)AuthorAgeFilesLines
* prctl: implement PR_[GS]ET_MDWE decodingesyr/prctl-mdweEugene Syromyatnikov2023-04-281-2/+19
* xlat: update PR_* constantsDmitry V. Levin2023-04-281-0/+2
* src: rename tprints to tprints_stringFabrice Le Fessant2022-12-191-3/+3
* arch_prctl: decode ARCH_GET_XCOMP_SUPP, ARCH_{GET,REQ}_XCOMP{,_GUEST}_PERMEugene Syromyatnikov2022-08-111-0/+56
* prctl: implement PR_SME_[GS]ET_VL decodingEugene Syromyatnikov2022-08-111-0/+55
* prctl: improve PR_SVE_[SG]ET_VL decodingEugene Syromyatnikov2022-08-111-9/+29
* Update copyright headersDmitry V. Levin2022-03-261-1/+1
* prctl: implement PR_SET_VMA decoding for non-Android platformsDmitry V. Levin2022-01-301-17/+6
* prctl: handle PR_SPEC_L1D_FLUSH PR_[GS]ET_SPECULATION_CTRL prctl sub-commandEugene Syromyatnikov2021-10-121-0/+2
* prctl: implement PR_SCHED_CORE op decodingEugene Syromyatnikov2021-08-181-0/+44
* prctl: print PR_SET_PTRACER_ANY numerical value as intEugene Syromyatnikov2021-08-141-2/+2
* prctl: implement PR_PAC_[GS]ET_ENABLED_KEYS ops decodingEugene Syromyatnikov2021-08-141-1/+24
* prctl: use SPFF_AUXSTR_MODE for ops that use sprintflags for auxstrEugene Syromyatnikov2021-08-141-10/+13
* prctl: implement PR_[GS]ET_TAGGED_ADDR_CTRL op decodingEugene Syromyatnikov2021-08-141-2/+60
* prctl: print PR_SET_PTRACER as PIDEugene Syromyatnikov2021-08-071-1/+1
* prctl: implement PR_PAC_RESET_KEYS decodingEugene Syromyatnikov2021-08-051-0/+8
* prctl: implement PR_SET_SYSCALL_USER_DISPATCH op decodingEugene Syromyatnikov2021-08-041-6/+13
* prctl: fix build using bionic libcDmitry V. Levin2021-07-211-0/+6
* prctl: use print_fields.h helpersDmitry V. Levin2021-04-251-47/+58
* Switch to use bundled <linux/seccomp.h>Dmitry V. Levin2021-02-201-3/+1
* Switch to use bundled <linux/prctl.h>Dmitry V. Levin2021-02-201-5/+0
* Switch to use bundled <linux/securebits.h>Dmitry V. Levin2021-02-201-3/+1
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-0/+450