summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable stack tracing with libdw for non-native personality traceesesyr/enable-libdw-mpersEugene Syromyatnikov2020-10-214-4/+19
* mmap_cache: remove personality checkEugene Syromyatnikov2020-10-211-6/+0
* Revert "types/v4l2.h: update definition of struct_v4l2_create_buffers"Dmitry V. Levin2020-10-211-3/+1
* Post-release administriviaDmitry V. Levin2020-10-213-0/+16
* Prepare for 5.9 releasev5.9Dmitry V. Levin2020-09-241-3/+1
* Update copyright headersDmitry V. Levin2020-09-2342-39/+42
* Fix preprocessor indentationDmitry V. Levin2020-09-2315-76/+76
* Update ioctl entries from linux v5.9Gleb Fotengauer-Malinovskiy2020-09-237-10/+69
* maint: update for linux v5.9Gleb Fotengauer-Malinovskiy2020-09-232-3/+11
* strace.1.in: mention --seccomp-bpf in "A traced process runs slowly" bugEugene Syromyatnikov2020-09-231-1/+3
* NEWS: provide a Fedora bug number for the --pidns-translation entryEugene Syromyatnikov2020-09-231-1/+2
* tee: use types/ directory for the type definitions headerEugene Syromyatnikov2020-09-237-192/+212
* Implement decoding of TEE_* ioctlsElvira Khabirova2020-09-2320-0/+1103
* xlat: update KVM_* constantsDmitry V. Levin2020-09-201-0/+1
* semctl: decode struct arguments of IPC_* and SEM_* commandsDmitry V. Levin2020-09-196-30/+264
* tests: disable shmctl IPC_STAT test with a bogus address on glibc >= 2.32Dmitry V. Levin2020-09-191-0/+19
* shmctl: decode some commands on entering syscallDmitry V. Levin2020-09-191-11/+23
* shmctl: decode struct shminfo argument of IPC_INFO commandDmitry V. Levin2020-09-194-2/+60
* shmctl: decode struct shm_info argument of SHM_INFO commandDmitry V. Levin2020-09-193-50/+110
* shmctl: fix printing of struct shmid_ds argument of IPC_SET commandDmitry V. Levin2020-09-192-15/+14
* shmctl: decode struct shmid_ds argument of SHM_STAT and SHM_STAT_ANY commandsDmitry V. Levin2020-09-193-18/+43
* shmctl: consistently use macros from print_fields.hDmitry V. Levin2020-09-191-7/+8
* msgctl: decode some commands on entering syscallDmitry V. Levin2020-09-191-11/+23
* msgctl: decode struct msginfo argument of IPC_INFO and MSG_INFO commandsDmitry V. Levin2020-09-193-52/+122
* msgctl: print struct msqid_ds.msg_qbytes of IPC_SET commandDmitry V. Levin2020-09-192-16/+17
* msgctl: decode struct msqid_ds argument of MSG_STAT and MSG_STAT_ANY commandsDmitry V. Levin2020-09-193-18/+44
* msgctl: consistently use macros from print_fields.hDmitry V. Levin2020-09-191-7/+8
* ci: add a git status checkDmitry V. Levin2020-09-182-0/+7
* .gitignore: ignore files generated by gcovDmitry V. Levin2020-09-181-0/+1
* xlat: fix file descriptor closing typoElvira Khabirova2020-09-181-1/+1
* .gitignore: add missing files that should be ignoredElvira Khabirova2020-09-141-0/+5
* tests/ipc_msg.c: disable TEST_MSGCTL_BOGUS_ADDR on glibc >= 2.32Dmitry V. Levin2020-09-121-1/+10
* Introduce GLIBC_PREREQ_GE and GLIBC_PREREQ_LT macrosDmitry V. Levin2020-09-123-16/+24
* 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