summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 6.0 releasev6.0Dmitry V. Levin2022-10-291-4/+2
* strace.spec.in: skip tests for x86 architecture on the latest fedora versionsDmitry V. Levin2022-10-231-7/+19
* Update copyright headersDmitry V. Levin2022-10-1722-20/+22
* strace.1: fix typosDmitry V. Levin2022-10-161-2/+2
* Update ioctl entries from linux v6.0Gleb Fotengauer-Malinovskiy2022-10-1010-7/+73
* xlat: update TLS_INFO_* constantsDmitry V. Levin2022-10-094-3/+5
* xlat: update PERF_* constantsDmitry V. Levin2022-10-094-6/+11
* xlat: update NDTPA_* constantsDmitry V. Levin2022-10-093-2/+5
* xlat: update KVM_* constantsDmitry V. Levin2022-10-093-1/+12
* xlat: update ETH_P_* constantsDmitry V. Levin2022-10-092-1/+2
* xlat: update FAN_MARK_* constantsDmitry V. Levin2022-10-093-4/+6
* xlat: update NT_S390_* constantsDmitry V. Levin2022-10-092-1/+2
* xlat: update BTRFS_* constantsDmitry V. Levin2022-10-092-1/+2
* xlat: update BPF_* constantsDmitry V. Levin2022-10-093-4/+6
* bundled: update linux UAPI headers to v6.0Dmitry V. Levin2022-10-0720-65/+558
* sysent: Provide proper function prototype to fix -Wdeprecated-non-prototypeMarvin Schmidt2022-10-071-1/+3
* tests: fix build on aarch64Dmitry V. Levin2022-10-031-2/+2
* xstring.h: fix typo in commentDmitry V. Levin2022-10-021-1/+1
* printsiginfo: consider all POLL_* si_codes as a valid reason to print si_band...Eugene Syromyatnikov2022-10-021-1/+2
* printsiginfo: decode SIGEMT the same way as SIG{ILL,FPE,SEGV,BUS}Eugene Syromyatnikov2022-10-021-0/+6
* printsiginfo: dispatch signal code names using an arrayEugene Syromyatnikov2022-10-021-36/+18
* xlat: update sysctl_kernEugene Syromyatnikov2022-10-021-0/+2
* rtnl_neigh: enhance NDA_PROTOCOL decodingEugene Syromyatnikov2022-10-021-1/+1
* xlat: rename XFS_SB_MAGIC to XFS_SUPER_MAGICEugene Syromyatnikov2022-10-021-1/+1
* powerpc, powerpc64: replace empty syscall entries with commentsEugene Syromyatnikov2022-10-022-6/+11
* sparc, sparc64: replace empty syscall entries with commentsEugene Syromyatnikov2022-10-022-20/+22
* tests: fix build on some platformsDmitry V. Levin2022-10-021-6/+7
* Print the second argument of setns syscall as flagsDmitry V. Levin2022-09-254-11/+35
* ptp: update decoderEugene Syromyatnikov2022-08-2915-120/+854
* tests: make {,N}{ABBR,RAW,VERB} macros more versatileEugene Syromyatnikov2022-08-293-24/+27
* tests: provide information about strace's native long/kernel_long_t sizesEugene Syromyatnikov2022-08-291-1/+6
* .github: remove gcc7 jobsDmitry V. Levin2022-08-161-46/+0
* Post-release administriviaDmitry V. Levin2022-08-153-2/+16
* Prepare for 5.19 releasev5.19Dmitry V. Levin2022-08-121-1/+1
* Update .mailmapDmitry V. Levin2022-08-121-0/+1
* README.md: update Fedora strace repo locationJoubin Jabbari2022-08-111-1/+1
* tests: add PR_SVE_[GS]ET_VL checksEugene Syromyatnikov2022-08-1112-16/+71
* tests: expand so_error test checksEugene Syromyatnikov2022-08-111-43/+73
* net: print unexpectedly short integer sockopts in hexEugene Syromyatnikov2022-08-112-3/+5
* net: print the data returned by SO_ERROR as a string if it is too shortDmitry V. Levin2022-08-111-4/+6
* net: implement SO_TXREHASH socket option supportEugene Syromyatnikov2022-08-115-13/+70
* io_uring: add support for IORING_{,UN}REGISTER_PBUF_RING opcodesEugene Syromyatnikov2022-08-112-0/+98
* io_uring: decode struct io_uring_rsrc_register.flags fieldEugene Syromyatnikov2022-08-114-31/+16
* tests: fix ioctl_dm test with new kernel headersEugene Syromyatnikov2022-08-111-2/+1
* arch_prctl: decode ARCH_GET_XCOMP_SUPP, ARCH_{GET,REQ}_XCOMP{,_GUEST}_PERMEugene Syromyatnikov2022-08-1119-16/+506
* tests: change the license from LGPL to GPL in some newly added filesEugene Syromyatnikov2022-08-118-8/+8
* prctl: implement PR_SME_[GS]ET_VL decodingEugene Syromyatnikov2022-08-1114-0/+239
* prctl: improve PR_SVE_[SG]ET_VL decodingEugene Syromyatnikov2022-08-112-9/+30
* tests/ptrace: add comments for specific siginfo decoding checksEugene Syromyatnikov2022-08-111-0/+3
* printsiginfo: print si_trapno for SIGFPE on alphaEugene Syromyatnikov2022-08-112-2/+17