summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ioprio: implement print_ioprio independent of sprint_ioprioesyr/next-ng2-salvageEugene Syromyatnikov2022-09-021-14/+18
* 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-025-15/+26
* 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-0217-0/+81
* 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-023-21/+33
* xlat: add XLAT_STYLE_FMT_O for octal outputEugene Syromyatnikov2022-09-022-4/+9
* xlat: update sigact_flagsEugene Syromyatnikov2022-09-021-19/+68
* 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-021-0/+3
* linux/sparc{,64}: replace empty syscall entries with commentsEugene Syromyatnikov2022-09-022-20/+22
* powerpc: decode spu_run and spu_create syscallsEugene Syromyatnikov2022-09-028-4/+162
* xlat/gen.sh: define *_flags_strsz and *_flags_mask macrosEugene Syromyatnikov2022-09-021-20/+30
* net: print unexpectedly short integer sockopts in hexEugene Syromyatnikov2022-08-111-3/+3
* 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-113-0/+40
* io_uring: add support for IORING_{,UN}REGISTER_PBUF_RING opcodesEugene Syromyatnikov2022-08-111-0/+37
* io_uring: decode struct io_uring_rsrc_register.flags fieldEugene Syromyatnikov2022-08-112-15/+6
* arch_prctl: decode ARCH_GET_XCOMP_SUPP, ARCH_{GET,REQ}_XCOMP{,_GUEST}_PERMEugene Syromyatnikov2022-08-114-9/+110
* prctl: implement PR_SME_[GS]ET_VL decodingEugene Syromyatnikov2022-08-112-0/+57
* prctl: improve PR_SVE_[SG]ET_VL decodingEugene Syromyatnikov2022-08-111-9/+29
* printsiginfo: print si_trapno for SIGFPE on alphaEugene Syromyatnikov2022-08-111-0/+8
* printsiginfo: print si_trapno for SIGILL on sparcEugene Syromyatnikov2022-08-111-0/+7
* printsiginfo: print si_[su]time as clock_t valuesEugene Syromyatnikov2022-08-111-2/+2
* printsiginfo: print relevant SI_SIGIO informationEugene Syromyatnikov2022-08-091-0/+6
* printsiginfo: print si_fd for SIGIO signalsEugene Syromyatnikov2022-08-091-2/+4
* printsiginfo: update SIGTRAP decodingEugene Syromyatnikov2022-08-094-0/+66