summaryrefslogtreecommitdiff
path: root/src/defs.h
Commit message (Expand)AuthorAgeFilesLines
* util: factor out printing of time interval in a human-readable formEugene Syromyatnikov2023-05-101-0/+2
* Update copyright headersDmitry V. Levin2023-04-301-1/+1
* Implement an ability to filter syscalls that operate on specific FDsEugene Syromyatnikov2023-04-221-2/+6
* Introduce -l/--syscall-limit optionsSahil Siddiq2023-04-031-0/+1
* dyxlat: make the type of the xlat created by dyxlat_alloc customizableMasatake YAMATO2023-02-211-1/+1
* ioctl: use finfo as hints for resolving overlapping ioctl commandsMasatake YAMATO2023-02-201-0/+5
* ioctl: collect finfo just before decoding ioctl commandMasatake YAMATO2023-02-201-0/+9
* Allow to pass pre-filled finfo data to printdev() from upper layersMasatake YAMATO2023-02-191-1/+9
* util: introduce get_finfo_for_dev functionMasatake YAMATO2023-02-191-0/+12
* src: rename tprintf to tprintf_stringFabrice Le Fessant2022-12-201-1/+1
* src: rename tprints to tprints_stringFabrice Le Fessant2022-12-191-1/+1
* src: introduce printflags_in and printflags64_in helpersFabrice Le Fessant2022-12-181-3/+18
* 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