summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: re-enable testing with the latest mainline kernel headersldv/linux-5.9Dmitry V. Levin2020-09-063-3/+0
* types/v4l2.h: update definition of struct_v4l2_create_buffersDmitry V. Levin2020-09-061-1/+3
* xlat: update V4L2_FMT_FLAG_* constantsDmitry V. Levin2020-09-063-4/+7
* xlat: update RTPROT_* constantsDmitry V. Levin2020-09-062-1/+3
* xlat: update PTP_PEROUT_* constantsDmitry V. Levin2020-09-062-1/+3
* xlat: update NDA_* constantsDmitry V. Levin2020-09-062-1/+2
* xlat: update KVM_* constantsDmitry V. Levin2020-09-062-1/+4
* xlat: update IORING_FEAT_* constantsDmitry V. Levin2020-09-062-2/+3
* xlat: update INET_DIAG_REQ_* constantsDmitry V. Levin2020-09-064-3/+8
* xlat: update IFLA_* constantsDmitry V. Levin2020-09-062-1/+2
* xlat: update IPV6_* constantsDmitry V. Levin2020-09-062-1/+2
* xlat: update IP_* constantsDmitry V. Levin2020-09-062-1/+2
* xlat: update FAN_* constantsDmitry V. Levin2020-09-063-4/+7
* xlat: update CAP_* constantsDmitry V. Levin2020-09-066-3/+6
* xlat: update BPF_* constantsDmitry V. Levin2020-09-066-12/+19
* Implement decoding of close_range syscallDmitry V. Levin2020-09-0614-1/+203
* tests: reduce looping_threads iteration duration to 1/16th of TIMEOUT_DURATIONEugene Syromyatnikov2020-09-031-3/+3
* strace.spec.in: use %make_build/%make_install macrosEugene Syromyatnikov2020-09-031-3/+9
* mpers_test.sh: check proper handling of sized integer typesEugene Syromyatnikov2020-09-031-0/+17
* Add tests for PID namespace translationAkosUzonyi/pidnsÁkos Uzonyi2020-08-2579-187/+1143
* Implement testing framework for pidnsÁkos Uzonyi2020-08-254-0/+325
* Use get_proc_pid for /proc pathsÁkos Uzonyi2020-08-254-5/+15
* Use printpid in decodersÁkos Uzonyi2020-08-2530-82/+278
* PID namespace translation supportÁkos Uzonyi2020-08-2510-1/+1079
* tests/mknod.c: add workaround for ppc bug in travisÁkos Uzonyi2020-08-251-16/+16
* tests: check -n/--syscall-number optionElvira Khabirova2020-08-214-0/+43
* strace: add an option for printing syscall numbersElvira Khabirova2020-08-218-3/+49
* Post-release administriviaDmitry V. Levin2020-08-063-0/+16
* Prepare for 5.8 releasev5.8Dmitry V. Levin2020-08-061-1/+2
* ci: use kernel headers from Linux kernel v5.8Dmitry V. Levin2020-08-043-0/+3
* Update copyright headersDmitry V. Levin2020-08-0349-47/+49
* tests: check decoding of tgkill syscallDmitry V. Levin2020-08-014-0/+72
* tests: check decoding of tkill syscallDmitry V. Levin2020-08-014-0/+63
* Introduce SYS_FUNC(tkill)Ákos Uzonyi2020-08-0126-25/+34
* Add "struct tcb *" parameters to various functionsÁkos Uzonyi2020-08-0110-40/+47
* Use tprints instead of tprintf in a few more placesDmitry V. Levin2020-07-306-19/+19
* s390x: sthyi: Fix section size requirement and errorJanosch Frank2020-07-242-28/+30
* Remove tcb parameter of read_int_from_fileÁkos Uzonyi2020-07-213-3/+3
* Consistently print process ids as signed integersDmitry V. Levin2020-07-1812-24/+24
* Introduce PRINT_FIELD_NUMERIC_UMODE_TDmitry V. Levin2020-07-184-8/+11
* Fix printing of syscall return value in octal modeDmitry V. Levin2020-07-183-9/+9
* Rename print_numeric_umode_t_64 to print_numeric_ll_umode_tDmitry V. Levin2020-07-183-4/+4
* Use PRINT_FIELD_UID instead of printuid where appropriateDmitry V. Levin2020-07-173-12/+12
* printsiginfo: fix printing of siginfo_t.si_pid and siginfo_t.si_uidDmitry V. Levin2020-07-179-22/+21
* statx: use PRINT_FIELD_FLAGSDmitry V. Levin2020-07-171-9/+6
* kcmp: fix KCMP_FILE decodingÁkos Uzonyi2020-07-171-1/+1
* fcntl: use print_fields.h macrosDmitry V. Levin2020-07-131-10/+9
* evdev_mpers: use print_fields.h macrosDmitry V. Levin2020-07-132-44/+29
* ustat: use print_fields.h macrosDmitry V. Levin2020-07-121-4/+7
* file_ioctl: use print_fields.h macrosDmitry V. Levin2020-07-121-39/+29