summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ptp: update decoderesyr/ptpEugene 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
* printsiginfo: print si_trapno for SIGILL on sparcEugene Syromyatnikov2022-08-112-2/+16
* printsiginfo: print si_[su]time as clock_t valuesEugene Syromyatnikov2022-08-114-23/+52
* tests: move enjoy_time in a separate headerEugene Syromyatnikov2022-08-113-53/+69
* tests: move clock_t_str from nlattr_ifla_linkinfo.c into a separate fileEugene Syromyatnikov2022-08-114-26/+43
* printsiginfo: print relevant SI_SIGIO informationEugene Syromyatnikov2022-08-092-0/+22
* printsiginfo: print si_fd for SIGIO signalsEugene Syromyatnikov2022-08-099-5/+49
* printsiginfo: update SIGTRAP decodingEugene Syromyatnikov2022-08-096-11/+194
* printsiginfo: print si_lower/si_upper for SEGV_BNDERR signalsEugene Syromyatnikov2022-08-093-12/+107
* printsiginfo: print si_addr_lsb for BUS_MCEERR_A[RO] signalsEugene Syromyatnikov2022-08-094-7/+54
* xlat: update NT_ARM_* constants in nt_descriptor_typesEugene Syromyatnikov2022-08-091-0/+2
* xlat: switch perf xlats type from sorted to value_indexedEugene Syromyatnikov2022-08-097-7/+7
* xlat: update v4l2_control_idsEugene Syromyatnikov2022-08-092-1/+3
* xlat: update v4l2_pix_fmtsEugene Syromyatnikov2022-08-092-1/+7
* tests/nlattr_inet_diag_msg: fix big-endian systems supportDmitry V. Levin2022-08-071-7/+7
* Update copyright headersDmitry V. Levin2022-08-0727-25/+27
* xlat: update SECCOMP_FILTER_FLAG_* constantsDmitry V. Levin2022-08-074-5/+10
* xlat: update PR_* constantsDmitry V. Levin2022-08-072-1/+3
* xlat: update NLM_F_* constantsDmitry V. Levin2022-08-073-4/+6
* xlat: update LANDLOCK_ACCESS_FS_* constantsDmitry V. Levin2022-08-074-5/+6
* xlat: update IORING_* constantsDmitry V. Levin2022-08-073-13/+21
* xlat: update IORING_SETUP_* constantsDmitry V. Levin2022-08-073-4/+10
* rtnl_link: update decoding of struct rtnl_link_stats64Dmitry V. Levin2022-07-314-7/+83
* xlat: add DEVCONF_ACCEPT_UNTRACKED_NA to inet6_devconf_indicesEugene Syromyatnikov2022-07-312-2/+3
* xlat: add UFFD_FEATURE_WP_HUGETLBFS_SHMEM to uffd_api_featuresEugene Syromyatnikov2022-07-312-1/+2
* xlat: add KEXEC_ARCH_LOONGARCH to kexec_arch_valuesEugene Syromyatnikov2022-07-312-2/+3
* rtnl_neigh: implement NDA_NDM_{STATE,FLAGS}_MASK decodingEugene Syromyatnikov2022-07-314-1/+65
* rtnl_neigh: decode NDA_SRC_VNI as u32; similarly to NDA_VNIEugene Syromyatnikov2022-07-312-1/+16
* rtnl_neigh: implement NDA_FLAGS_EXT decodingEugene Syromyatnikov2022-07-314-1/+32