summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* print_ifindex: fix IFNAME_QUOTED_SZ definitionesyr/5.15Eugene Syromyatnikov2021-12-012-1/+5
* tests: move keyctl syscalls of keyctl tests into a subprocessDmitry V. Levin2021-12-012-12/+32
* tests/keyctl.c: make all global variables staticDmitry V. Levin2021-12-011-2/+2
* Update copyright headersDmitry V. Levin2021-12-0121-20/+21
* Fix preprocessor indentationDmitry V. Levin2021-12-013-14/+14
* Fix typos found using codespell toolDmitry V. Levin2021-12-012-2/+2
* tests: fix net-sockaddr test on older systemsDmitry V. Levin2021-12-011-2/+1
* tests: robustify ioctl_hdio testsDmitry V. Levin2021-12-011-4/+6
* tests: disable tests for invalid msgctl and semctl commands on glibc >= 2.28Dmitry V. Levin2021-12-012-2/+12
* upoken: workaround buggy process_vm_writevDmitry V. Levin2021-12-011-5/+2
* gcc_compat.h: bump required GCC version for diagnostic workaroundsEugene Syromyatnikov2021-11-301-2/+2
* sttaic_assert: disable -Wnested-externs when the fallback is usedEugene Syromyatnikov2021-11-301-0/+5
* tests/sockaddr_xlat: explicitly nest anonymous union member initialisationEugene Syromyatnikov2021-11-301-7/+11
* socketutils: fix protocol lookup in get_sockaddr_by_inode_lookupDmitry V. Levin2021-11-301-3/+3
* exec_or_die: fix race conditionDmitry V. Levin2021-11-291-1/+2
* tests/count-f.c: fix race conditionDmitry V. Levin2021-11-291-1/+6
* tests/attach-f-p.c: fix race conditionDmitry V. Levin2021-11-291-2/+5
* m4: fix st_SELINUX checkDmitry V. Levin2021-11-291-20/+16
* NEWS: mention --decode-fds={socket,dev,pidfd} behaviour fixEugene Syromyatnikov2021-11-291-0/+2
* Document AT_FDCWD path decoding featureEugene Syromyatnikov2021-11-292-1/+8
* tests: check corner cases of AT_FDCWD path decodingRenaud Métrich2021-11-294-0/+109
* Print cwd path for AT_FDCWD when -y (--decode-fd=path) option is usedRenaud Métrich2021-11-2813-46/+147
* tests: fix bpf-obj_get_info_by_fd-prog-v expected outputEugene Syromyatnikov2021-11-281-1/+3
* Make --decode-pids usage more in line with --decode-fdsEugene Syromyatnikov2021-11-283-0/+36
* src/strace.c: remove Yflag_qualEugene Syromyatnikov2021-11-281-2/+1
* tests: remove ATTRIBUTE_ALLOC_SIZE from tail_alloc and tail_memdupDmitry V. Levin2021-11-283-44/+2
* tests: add shebang where necessaryAlex Xu (Hello71)2021-11-284-0/+4
* Do not decode fd path unless --decode-fds=path is specifiedDmitry V. Levin2021-11-2713-17/+58
* Move printing of angle brackets from printfd_pid to individual printersDmitry V. Levin2021-11-273-51/+41
* doc/strace.1: elaborate on support of multiple PIDs as a -p argumentEugene Syromyatnikov2021-11-251-1/+8
* pidns: reorder struct translate_id_params fieldsEugene Syromyatnikov2021-11-251-7/+7
* src/linux/x32/syscallent.h: add TSD flag to execve#64 and execveat#64Eugene Syromyatnikov2021-11-251-2/+2
* tests: check diagnostics that -k has no effect with -cDmitry V. Levin2021-11-241-1/+7
* Fix formatting of --decode-pids=comm outputDmitry V. Levin2021-11-233-14/+19
* tests: check that -p pid1 -Y -p pid2 prints /proc/$pid1/comm properlyDmitry V. Levin2021-11-225-0/+92
* Refactor printleader to reduce code duplicationDmitry V. Levin2021-11-211-31/+24
* Use traditional parser for --decode-pids optionDmitry V. Levin2021-11-207-32/+47
* Properly escape strings printed by -Y/--decode-pids=comm optionDmitry V. Levin2021-11-142-17/+54
* Extend -Y option to decode PIDs in arguments and return valuesMasatake YAMATO2021-11-144-12/+35
* tests: add tests for -Y/--decode-pids=comm optionMasatake YAMATO2021-11-145-0/+110
* Implement -Y/--decode-pids=comm option for printing command names for PIDsMasatake YAMATO2021-11-144-5/+40
* Load /proc/$pid/comm into struct tcbMasatake YAMATO2021-11-1432-80/+137
* Introduce --decode-pids=pidns as an alias for --pidns-translationMasatake YAMATO2021-11-148-5/+29
* Use printpid for printing pid of pidfdMasatake YAMATO2021-11-141-1/+5
* hdio: improve HDIO supportSrikavin Ramkumar2021-11-1310-12/+759
* maint/gen: use print_xint_array_member to print uint32_t arraysDmitry V. Levin2021-11-131-1/+1
* maint/gen: use printflags64 and printxval64 instead of 32-bit versionsDmitry V. Levin2021-11-131-2/+2
* maint/gen: cleanupDmitry V. Levin2021-11-1315-435/+708
* maint: add a definition-based syscall decoder generatorSrikavin Ramkumar2021-11-1314-0/+3001
* rtnl_link: implement IFLA_AF_SPEC decoding for AF_BRIDGEEugene Syromyatnikov2021-11-128-13/+391