summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* riscv: rename to riscv64Dmitry V. Levin2019-09-2321-25/+25
* clone: implement clone3 syscall decodingEugene Syromyatnikov2019-09-2317-1/+779
* tests/tests.h: add XLAT_KNOWN and XLAT_UNKNOWN macrosEugene Syromyatnikov2019-09-231-0/+13
* tests: fix umovestr_cached.test when process_vm_readv is not implementedDmitry V. Levin2019-09-231-1/+2
* tests: disable umovestr_cached.test on ia64Dmitry V. Levin2019-09-231-2/+8
* tests: fix format warnings on x32Paul Chaignon2019-09-152-10/+10
* Implement memory caching for umove* functionsDmitry V. Levin2019-09-158-12/+151
* Update ioctl entries from linux v5.3Gleb Fotengauer-Malinovskiy2019-09-1010-190/+75
* maint: update for linux v5.3-rc8Gleb Fotengauer-Malinovskiy2019-09-101-1/+1
* Rewrite printnum_{slong,ulong,ptr,kptr} using dispatch_{word,klong}sizeEugene Syromyatnikov2019-09-092-110/+8
* defs.h: introduce {opt,dispatch}_{word,klong}sizeEugene Syromyatnikov2019-09-091-27/+57
* s390: fix PRINT_UNKNOWN_TAIL_EXEugene Syromyatnikov2019-09-041-5/+5
* xlat: add comment about CLONE_DETACHED to clone_flags.inEugene Syromyatnikov2019-09-031-0/+1
* clone: fix print_tls_arg on x86Eugene Syromyatnikov2019-09-031-5/+1
* s390: update sthyi decoderEugene Syromyatnikov2019-09-012-56/+254
* s390: replace structure size comments with static_assert'sEugene Syromyatnikov2019-09-011-5/+10
* tests: convert ksysent.test into a generated testDmitry V. Levin2019-08-315-14/+4
* Add seccomp filter syscall flagPaul Chaignon2019-08-3127-82/+85
* strace.spec: lower CentOS version requirement for pkgconfig(bluez)Eugene Syromyatnikov2019-08-301-1/+1
* sockaddr: properly decode sockaddr_hci addresses without hci_channelEugene Syromyatnikov2019-08-293-7/+30
* strace.1.in: try to be more clear with -e trace=class deprecation noticeEugene Syromyatnikov2019-08-281-7/+28
* xlat: normalise fsmagic formattingEugene Syromyatnikov2019-08-261-105/+105
* Add support for /dev/watchdog ioctlsRasmus Villemoes2019-08-239-0/+125
* umoven: use error_func_msg instead of error_msgDmitry V. Levin2019-08-161-2/+2
* Use perror_func_msg instead of perror_msg where appropriateDmitry V. Levin2019-08-154-22/+25
* Fix syscall tampering when PTRACE_GET_SYSCALL_INFO is in use on some architec...Dmitry V. Levin2019-08-1514-1/+29
* sparc, sparc64: fix redundant get_regs invocationDmitry V. Levin2019-08-153-5/+1
* v4l2: avoid shifting left a signed number by 31 bitEugene Syromyatnikov2019-08-151-1/+1
* strace.spec.in: use SPDX shortname format in License: tagEugene Syromyatnikov2019-08-151-1/+1
* Implement decoding of pidfd_open syscallDmitry V. Levin2019-08-1511-0/+135
* xlat/gen.sh: remove #stop supportDmitry V. Levin2019-08-141-3/+0
* xlat/skf_off: use XLAT_MACROS_ONLY instead of #stopDmitry V. Levin2019-08-142-2/+3
* xlat/scsi_sg_commands: use XLAT_MACROS_ONLY instead of #stopDmitry V. Levin2019-08-144-5/+9
* xlat: mark as value indexed those files that meet certain criteriaDmitry V. Levin2019-08-1485-1/+85
* Replace direct usage of err_name/errnoent with print_errEugene Syromyatnikov2019-08-1411-47/+52
* netlink_unix_diag: implement UDIAG_SHOW_UID/UNIX_DIAG_UID decodingDmitry V. Levin2019-08-136-7/+14
* netlink_route: implement RTM_{NEW,DEL,GET}CHAIN decodingEugene Syromyatnikov2019-08-133-1/+10
* xlat: update TCP_* constantsDmitry V. Levin2019-08-132-1/+2
* xlat: update *_MAGIC constantsDmitry V. Levin2019-08-132-1/+3
* xlat: update KVM_CAP_* constantsDmitry V. Levin2019-08-132-1/+2
* xlat: update KEYCTL_* constantsDmitry V. Levin2019-08-132-1/+9
* xlat: update BPF_* constantsDmitry V. Levin2019-08-136-11/+19
* xlat: update XDP_* constantsDmitry V. Levin2019-08-131-0/+1
* xlat: update ETH_* constantsDmitry V. Levin2019-08-131-0/+1
* xlat: update SO_* constantsDmitry V. Levin2019-08-111-0/+36
* * xlat/setsock_options.in: Regenerate using maint/gen_xlat_defs.shDmitry V. Levin2019-08-111-2/+3
* xlat: provide fallback definition for MAP_UNINITIALIZEDDmitry V. Levin2019-08-111-4/+10
* count: add ability to sort on errors fieldEugene Syromyatnikov2019-08-084-1/+20
* count: provide alternative names for sorting optionsEugene Syromyatnikov2019-08-063-9/+15
* count: rewrite sort function selection using a tableEugene Syromyatnikov2019-08-061-10/+17