summaryrefslogtreecommitdiff
path: root/src/defs.h
Commit message (Expand)AuthorAgeFilesLines
* printsiginfo: update SIGTRAP decodingEugene Syromyatnikov2022-08-091-0/+1
* netlink_inet_diag: factor out struct tcp{vegas,_dctcp,_bbr}_info printingEugene Syromyatnikov2022-07-211-0/+12
* pathtrace, strace: refactor path trace options parsing and storingEugene Syromyatnikov2022-07-111-1/+6
* secontext: fix expected SELinux context check for unlinked FDsEugene Syromyatnikov2022-07-041-0/+15
* pathtrace, util: do not print " (deleted)" as part of the pathEugene Syromyatnikov2022-07-041-2/+3
* Implement COUNTER_* ioctl decodingEugene Syromyatnikov2022-06-071-0/+1
* Add lirc ioctl decodingSean Young2022-02-121-0/+1
* util: add ability to override xflag setting via string_quote styleEugene Syromyatnikov2022-01-191-1/+21
* Introduce scno_pers_in_range and scno_pers_is_validDmitry V. Levin2022-01-171-0/+16
* Make sprint_hwaddr and sprint_mac_addr functions staticDmitry V. Levin2022-01-141-3/+0
* Remove unused function ts_mulDmitry V. Levin2022-01-131-1/+0
* Remove unused function syscall_nameDmitry V. Levin2022-01-121-8/+0
* Update copyright headersDmitry V. Levin2022-01-091-1/+1
* Rework personality_designators and personality_namesDmitry V. Levin2022-01-051-2/+0
* socketutils: add "UNIX-STREAM" protocol supportEugene Syromyatnikov2021-12-031-0/+1
* Move printing of angle brackets from printfd_pid to individual printersDmitry V. Levin2021-11-271-1/+0
* Use traditional parser for --decode-pids optionDmitry V. Levin2021-11-201-6/+2
* Extend -Y option to decode PIDs in arguments and return valuesMasatake YAMATO2021-11-141-0/+2
* Load /proc/$pid/comm into struct tcbMasatake YAMATO2021-11-141-0/+6
* Introduce --decode-pids=pidns as an alias for --pidns-translationMasatake YAMATO2021-11-141-1/+5
* rtnl_link: implement IFLA_AF_SPEC decoding for AF_BRIDGEEugene Syromyatnikov2021-11-121-0/+1
* strace: add --strings-in-hex=non-ascii-chars optionEugene Syromyatnikov2021-11-111-0/+6
* ioctl: implement KD* ioctl decodingEugene Syromyatnikov2021-11-071-0/+1
* netlink_route: implement RTM_{NEW,DEL,GET}NEXTHOP decodingEugene Syromyatnikov2021-10-141-0/+2
* affinity: make print_affinitylist externally availableEugene Syromyatnikov2021-10-121-0/+12
* defs: update print_array_ex doxygenEugene Syromyatnikov2021-10-111-13/+16
* util: unify differently-sized variants of print_{,u,x}int_array_memberEugene Syromyatnikov2021-10-111-34/+5
* defs: add truncate_k{,u}long_to_current_klongsizeEugene Syromyatnikov2021-10-091-0/+26
* util: implement clock_t type decodingEugene Syromyatnikov2021-10-091-0/+3
* util: add umoven_uint64_or_printaddr{,64}Eugene Syromyatnikov2021-10-091-0/+18
* Implement SECCOMP_IOCTL_* decodingEugene Syromyatnikov2021-10-091-0/+1
* Provide a routine for printing syscall name from nr/audit_arch pairEugene Syromyatnikov2021-10-081-0/+24
* Provide an ability to specify the personality for which to shuffle scnoEugene Syromyatnikov2021-09-141-1/+13
* Pass PID instead of TCB pointer to get_proc_pidEugene Syromyatnikov2021-08-301-4/+3
* util, pidns: generalise get_id_listEugene Syromyatnikov2021-08-301-0/+27
* defs.h: fix whitespace alignment for INJECT_F_SIGNAL and INJECT_F_RETVALEugene Syromyatnikov2021-08-241-2/+2
* xlat: add auxval mode to sprintflags_exEugene Syromyatnikov2021-08-141-0/+6
* defs: workaround -Wundef warnings produced by old gccDmitry V. Levin2021-06-091-12/+16
* defs: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-031-0/+4
* tprint_iov, tprint_iov_upto: replace enum iov_decode with a function pointerDmitry V. Levin2021-05-091-9/+14
* io: refactor print_iovecDmitry V. Levin2021-05-091-1/+7
* Fix preprocessor indentationDmitry V. Levin2021-04-261-2/+2
* msghdr: use print_local_array_exDmitry V. Levin2021-04-231-2/+4
* Make print_fd_array_member global and move it from io_uring.c to util.cDmitry V. Levin2021-04-231-0/+2
* Implement --secontext[=full] option to display SELinux contextsldv/secontextRenaud Métrich2021-04-041-0/+9
* printuid: remove prefix argumentDmitry V. Levin2021-03-051-1/+1
* Replace printllval with print_arg_lld and print_arg_lluDmitry V. Levin2021-03-011-3/+3
* print_fields.h: introduce tprint_alternative_value helperDmitry V. Levin2021-02-251-25/+25
* Fix preprocessor indentationDmitry V. Levin2021-02-161-6/+6
* Print tampering notes for delayed and poked syscallsElvira Khabirova2021-02-071-21/+25