summaryrefslogtreecommitdiff
path: root/src/linux
Commit message (Expand)AuthorAgeFilesLines
* Update ioctl entries from linux v5.19Gleb Fotengauer-Malinovskiy2022-07-1812-32/+91
* Update copyright headersDmitry V. Levin2022-06-184-4/+4
* Update ioctl entries from linux v5.18Gleb Fotengauer-Malinovskiy2022-05-217-82/+119
* xtensa: fix register access using PTRACE_GETREGS APIMax Filippov2022-03-284-7/+29
* Update copyright headersDmitry V. Levin2022-03-262-2/+2
* Decode set_mempolicy_home_node syscallEugene Syromyatnikov2022-03-241-0/+1
* Update ioctl entries from linux v5.17Gleb Fotengauer-Malinovskiy2022-02-247-5/+132
* loongarch64: make use of the newly exposed orig_a0 field for ptraceWANG Xuerui2022-01-262-1/+5
* Enhance rejection of invalid syscall numbers in syscall specification express...Dmitry V. Levin2022-01-172-0/+2
* loongarch64: implement NT_PRSTATUS and NT_FPREGSET regsets decodingDmitry V. Levin2022-01-134-0/+111
* Add 64-bit LoongArch supportWANG Xuerui2022-01-1311-0/+145
* Update copyright headersDmitry V. Levin2022-01-092-2/+2
* Implement decoding of futex_waitv syscallAndré Almeida2022-01-091-0/+1
* mips: remove redundant include of syscall_dummy.hDmitry V. Levin2022-01-061-1/+0
* Rework personality_designators and personality_namesDmitry V. Levin2022-01-052-0/+4
* Remove linux/generic/arch_defs_.hDmitry V. Levin2022-01-041-1/+0
* Update ioctl entries from linux v5.16Gleb Fotengauer-Malinovskiy2021-12-137-20/+92
* src/linux/x32/syscallent.h: add TSD flag to execve#64 and execveat#64Eugene Syromyatnikov2021-11-251-2/+2
* Load /proc/$pid/comm into struct tcbMasatake YAMATO2021-11-1425-79/+79
* Use loop initial declarationsDmitry V. Levin2021-11-056-15/+6
* Update ioctl entries from linux v5.15Gleb Fotengauer-Malinovskiy2021-10-135-62/+137
* block: decode BLKGETDISKSEQ ioctlEugene Syromyatnikov2021-10-125-0/+5
* util: unify differently-sized variants of print_{,u,x}int_array_memberEugene Syromyatnikov2021-10-1114-42/+25
* Decode process_mrelease syscallEugene Syromyatnikov2021-10-111-0/+1
* Remove PERSONALITY0_AUDIT_ARCH guardsEugene Syromyatnikov2021-10-081-2/+0
* printsiginfo: decode si_syscall field using syscall_name_archEugene Syromyatnikov2021-10-081-1/+1
* src/linux: add PERSONALITY0_AUDIT_ARCH definitions where possibleEugene Syromyatnikov2021-10-0823-1/+60
* Provide a routine for printing syscall name from nr/audit_arch pairEugene Syromyatnikov2021-10-082-1/+3
* Provide an ability to specify the personality for which to shuffle scnoEugene Syromyatnikov2021-09-146-15/+15
* Remove redundant static inline specificationsDmitry V. Levin2021-09-042-2/+4
* Update ioctl entries from linux v5.14Gleb Fotengauer-Malinovskiy2021-08-255-0/+195
* Update ioctl entries from linux v5.14Gleb Fotengauer-Malinovskiy2021-08-1912-205/+47
* Implement memfd_secret syscall decodingEugene Syromyatnikov2021-08-021-0/+1
* Implement decoding of quotactl_fd syscallDmitry V. Levin2021-07-251-1/+1
* Implement landlock_{add_rule,create_ruleset,restrict_self} syscall decodingEugene Syromyatnikov2021-07-161-0/+4
* src/linux/generic/syscallent-common.h: whitespace fix in pidfd_send_signal entryEugene Syromyatnikov2021-07-161-1/+1
* Update ioctl entries from linux v5.13Gleb Fotengauer-Malinovskiy2021-06-305-0/+95
* aarch64/shuffle_scno: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-032-0/+5
* sparc64: implement decoding of PTRACE_GETREGS64 and PTRACE_SETREGS64Dmitry V. Levin2021-05-311-0/+34
* powerpc*: implement decoding of PTRACE_GETREGS64 and PTRACE_SETREGS64Dmitry V. Levin2021-05-315-0/+109
* ptrace: prepare for decoding of PTRACE_GETREGS64 and PTRACE_SETREGS64Dmitry V. Levin2021-05-301-0/+5
* Implement decoding of PTRACE_GETFPREGS and PTRACE_SETFPREGSDmitry V. Levin2021-05-291-0/+11
* Implement decoding of PTRACE_GETREGS and PTRACE_SETREGSDmitry V. Levin2021-05-284-0/+107
* regset: include "ptrace.h"Dmitry V. Levin2021-05-275-10/+0
* mips o32: fix PTRACE_{G,S}ETREGSET NT_PRSTATUS regset decodingDmitry V. Levin2021-05-242-5/+12
* powerpc*: implement NT_FPREGSET regset decodingDmitry V. Levin2021-05-236-0/+54
* x86_64, x32, i386: implement NT_FPREGSET regset decodingDmitry V. Levin2021-05-226-0/+195
* Introduce NT_FPREGSET regset decoding infrastructureDmitry V. Levin2021-05-212-0/+20
* powerpc*: ignore higher bits of pt_regs.trap in the scv ABI checkDmitry V. Levin2021-05-201-3/+1
* powerpc*: implement System Call Vectored ABI supportDmitry V. Levin2021-05-196-19/+30