summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce asinfo toolEdgarKaziakhmedov/asinfoEdgar Kaziakhmedov2020-04-0351-2/+3709
* Update copyright headersDmitry V. Levin2020-04-03132-127/+132
* Fix preprocessor indentationDmitry V. Levin2020-04-0314-89/+89
* unwind-libdw: add cachingJann Horn2020-04-031-19/+86
* sparc, sparc64: wire up former vserver syscallDmitry V. Levin2020-04-022-2/+2
* hppa: wire up kexec_file_load syscallDmitry V. Levin2020-04-022-2/+4
* hdio: implement HDIO_DRIVE_CMD ioctl command decodingEugene Syromyatnikov2020-04-023-1/+202
* hdio: factor out the HDIO_GETGEO handler into a separate functionEugene Syromyatnikov2020-04-021-15/+27
* tests: check decoding of HDIO_* ioctlsEugene Syromyatnikov2020-04-0220-0/+243
* linux/32: move wait4 and [gs]ettimeofday from syscallent.h to syscallent-time...Dmitry V. Levin2020-04-024-12/+19
* tests: fix another race condition in strace-DD.testDmitry V. Levin2020-04-024-25/+51
* tests: add a workaround for trace_creds test on mips o32Dmitry V. Levin2020-04-011-0/+7
* Lift experimental status from --seccomp-bpf featureDmitry V. Levin2020-04-011-1/+1
* strace.1: enhance --seccomp-bpf descriptionDmitry V. Levin2020-04-011-6/+6
* strace.1: fix --seccomp-bpf descriptionDmitry V. Levin2020-04-011-3/+3
* ci: use kernel headers from Linux kernel v5.6Dmitry V. Levin2020-04-012-0/+2
* tests: fix get*id-creds tests on mipsDmitry V. Levin2020-03-311-1/+12
* Update ioctl entries from linux v5.6Gleb Fotengauer-Malinovskiy2020-03-318-70/+70
* maint: update for linux v5.6Gleb Fotengauer-Malinovskiy2020-03-311-0/+11
* Update NEWSEugene Syromyatnikov2020-03-311-12/+34
* tests: fix race condition in strace-D.testDmitry V. Levin2020-03-311-4/+14
* tests: fix race condition in strace-DDD.testDmitry V. Levin2020-03-312-5/+24
* tests: fix race condition in strace-DD.testDmitry V. Levin2020-03-311-4/+34
* tests: split getxxid testDmitry V. Levin2020-03-316-15/+75
* ia64: rename getpagesize syscall entry to old_getpagesizeDmitry V. Levin2020-03-301-1/+1
* tests: disable umovestr_cached.test on mips o32 unless PTRACE_GET_SYSCALL_INF...Dmitry V. Levin2020-03-301-2/+5
* tests: re-enable umovestr_cached.test on ia64 if PTRACE_GET_SYSCALL_INFO worksDmitry V. Levin2020-03-301-8/+13
* Implement pidfd_getfd syscall decodingEugene Syromyatnikov2020-03-308-0/+103
* Move printpidfd from kcmp.c to util.cEugene Syromyatnikov2020-03-303-14/+20
* open: implement openat2 syscall decodingEugene Syromyatnikov2020-03-3020-4/+319
* Move print_nonzero_bytes from clone.c to util.cEugene Syromyatnikov2020-03-303-66/+72
* travis: remove ppc64le buildsEugene Syromyatnikov2020-03-301-11/+0
* xtensa: switch to PTRACE_GETREGS APIDmitry V. Levin2020-03-308-38/+15
* sh64: switch to PTRACE_GETREGS APIDmitry V. Levin2020-03-3011-62/+20
* sh: switch to PTRACE_GETREGS APIDmitry V. Levin2020-03-3011-64/+23
* v4l2: use PRINT_FIELD_* macros, add abbreviating in print_v4l2_queryctrlEugene Syromyatnikov2020-03-302-9/+26
* v4l2: simplify print_v4l2_queryctrl and use print_v4l2_cidEugene Syromyatnikov2020-03-303-38/+50
* v4l2: add support for V4L2_CTRL_FLAG_NEXT_* flags printing to print_v4l2_cidEugene Syromyatnikov2020-03-301-3/+15
* xlat: add generation of flags-related fieldsEugene Syromyatnikov2020-03-302-0/+47
* v4l2: handle -Xraw in print_v4l2_cidEugene Syromyatnikov2020-03-301-0/+5
* v4l2: use xsprintf instead of asprintf in print_v4l2_cidEugene Syromyatnikov2020-03-301-6/+6
* v4l2: provide V4L2_CTRL_FLAG_NEXT_CTRL in an xlatEugene Syromyatnikov2020-03-303-8/+7
* v4l2: decode frame intervals/sizes unconditionallyEugene Syromyatnikov2020-03-304-14/+60
* v4l2: always decode VIDIOC_*_EXT_CTRLS ioctl commandsEugene Syromyatnikov2020-03-303-13/+43
* v4l2: bundle struct v4l2_format and related typesEugene Syromyatnikov2020-03-305-33/+236
* v4l2: provide struct v4l2_capability definitionEugene Syromyatnikov2020-03-304-9/+22
* v4l2: bundle struct v4l2_create_buffers definitionEugene Syromyatnikov2020-03-304-23/+50
* v4l2: add V4L2 ioctl command constant macrosEugene Syromyatnikov2020-03-302-0/+107
* v4l2: add shorthand macros for v4l2 type checksEugene Syromyatnikov2020-03-301-0/+18
* v4l2: improve buffer flag decodingEugene Syromyatnikov2020-03-306-30/+77