summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ioprio: implement print_ioprio independent of sprint_ioprioesyr/next-ng2-salvageEugene Syromyatnikov2022-09-022-19/+24
* syscall: reset auxstrEugene Syromyatnikov2022-09-021-0/+1
* personality: use PRINT_VAL_X for a constant value printingEugene Syromyatnikov2022-09-021-1/+1
* net: use tprints_arg_begin for negation printingEugene Syromyatnikov2022-09-021-2/+2
* sg_io_v3, sg_io_v4: use print_charEugene Syromyatnikov2022-09-022-3/+6
* src: use print_xlat for printing of named constants where possibleEugene Syromyatnikov2022-09-022-5/+11
* defs: add print_xlat_abbrev shorthandEugene Syromyatnikov2022-09-021-0/+2
* src: introduce tprint_plus helperEugene Syromyatnikov2022-09-026-17/+28
* src: use tprint_or and tprint_shift helpers where possibleEugene Syromyatnikov2022-09-0228-63/+98
* src: use tprint[fs]_pre_comment helpersEugene Syromyatnikov2022-09-022-6/+6
* Add tprint[fs]_pre_comment and tprint_pre_comment_{begin,end} helpersEugene Syromyatnikov2022-09-023-2/+43
* Add support for alternative error/signal namesEugene Syromyatnikov2022-09-0218-2/+135
* filter_qualify.c: refactor sigstr_to_uintEugene Syromyatnikov2022-09-021-16/+19
* Use nsig instead of arbitrary numbersEugene Syromyatnikov2022-09-022-3/+3
* signal: provide nsig constantEugene Syromyatnikov2022-09-022-0/+3
* ioprio: print "who" argument according to its typeEugene Syromyatnikov2022-09-021-2/+4
* printmode: update print_symbolic_mode_t decoderEugene Syromyatnikov2022-09-024-21/+41
* xlat: add XLAT_STYLE_FMT_O for octal outputEugene Syromyatnikov2022-09-022-4/+9
* xlat: update sigact_flagsEugene Syromyatnikov2022-09-022-20/+69
* xlat: sort and add fallback definitions to setsock_ip_optionsEugene Syromyatnikov2022-09-021-22/+24
* xlat: provide fallback definitions to ptrace_eventsEugene Syromyatnikov2022-09-021-10/+12
* xlat: provide fallback definitions to dirent_typesEugene Syromyatnikov2022-09-021-9/+10
* xlat: provide fallback values to getsock_ip*_optionsEugene Syromyatnikov2022-09-022-24/+25
* fcntl: decode read/write hints commandsEugene Syromyatnikov2022-09-023-0/+38
* fcntl: decode F_GETOWNER_UIDSEugene Syromyatnikov2022-09-021-0/+22
* xlat/fsmagic: rename XFS_SB_MAGIC to XFS_SUPER_MAGICEugene Syromyatnikov2022-09-021-1/+1
* printsiginfo: dispatch signal code names using an arrayEugene Syromyatnikov2022-09-021-36/+18
* printsiginfo: consider all POLL_* si_codes as a valid reason to print si_band...Eugene Syromyatnikov2022-09-021-1/+2
* printsiginfo: decode SIGEMT the same way as SIG{ILL,FPE,SEGV,BUS}Eugene Syromyatnikov2022-09-021-0/+6
* linux/powerpc{,64}/syscallent.h: replace empty entries with commentsEugene Syromyatnikov2022-09-022-6/+11
* rtnl_neigh: add NDA_PROTOCOL attributeEugene Syromyatnikov2022-09-021-1/+1
* xlat: update sysctl_kernEugene Syromyatnikov2022-09-021-0/+2
* prctl: print the rest of the arguments for PR_[GS]ET_SPECULATION_CTRLEugene Syromyatnikov2022-09-022-18/+36
* linux/sparc{,64}: replace empty syscall entries with commentsEugene Syromyatnikov2022-09-022-20/+22
* powerpc: decode spu_run and spu_create syscallsEugene Syromyatnikov2022-09-0227-4/+414
* xlat/gen.sh: define *_flags_strsz and *_flags_mask macrosEugene Syromyatnikov2022-09-021-20/+30
* .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