summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* evdev: use print_fields.h macrosDmitry V. Levin2020-07-121-24/+16
* evdev: fix formatting of struct input_idDmitry V. Levin2020-07-122-13/+11
* btrfs: use PRINT_FIELD_X_ARRAYDmitry V. Levin2020-07-123-19/+32
* travis: reintroduce ppc64le and s390x buildsDmitry V. Levin2020-07-101-0/+22
* README.md: migrate from travis-ci.org to travis-ci.comDmitry V. Levin2020-07-101-1/+1
* evdev: fix formatting of struct input_keymap_entry.scancodeDmitry V. Levin2020-07-082-10/+3
* x86_64/arch_kvm: use PRINT_FIELD_X_ARRAYDmitry V. Levin2020-07-081-9/+2
* loop: implement decoding of LOOP_CONFIGURE ioctl commandDmitry V. Levin2020-07-084-2/+103
* loop: factor out print_loop_info64Dmitry V. Levin2020-07-081-25/+29
* loop: use print_fields.h macrosDmitry V. Levin2020-07-081-41/+33
* print_fields: introduce PRINT_FIELD_U_ARRAY and PRINT_FIELD_X_ARRAYDmitry V. Levin2020-07-081-3/+23
* Update ioctl entries from linux v5.8Gleb Fotengauer-Malinovskiy2020-07-068-8/+45
* Implement decoding of faccessat2 syscallDmitry V. Levin2020-07-0414-5/+244
* xlat: rename access_flags to access_modesDmitry V. Levin2020-07-043-8/+6
* tests: check decoding of faccessat syscall in -P, -y, and -yy modesDmitry V. Levin2020-07-049-6/+163
* xlat: update BPF_* constantsDmitry V. Levin2020-06-305-10/+21
* .gitignore: add missing files that should be ignoredÁkos Uzonyi2020-06-292-0/+3
* xlat: update STATX_* constantsDmitry V. Levin2020-06-294-3/+6
* xlat: update TCA_* constantsDmitry V. Levin2020-06-293-1/+3