summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* netlink: fix printing of field names of struct nlmsghdrDmitry V. Levin2021-01-1149-394/+430
* sock: add decoding of a few SIOC* ioctl commandsDmitry V. Levin2021-01-101-0/+4
* tests: check decoding of SIOC* ioctl commands with struct ifreq argumentDmitry V. Levin2021-01-101-0/+245
* sock: enhance decoding of SIOCBRADDBR and SIOCBRDELBR commandsDmitry V. Levin2021-01-091-0/+31
* tests: check decoding of SIOC* ioctl commands with an integer argumentDmitry V. Levin2021-01-081-0/+36
* sock: consistently treat the argument of SIOC* ioctl commands as a pointerDmitry V. Levin2021-01-074-0/+180
* sock: avoid printing "ifc_len=0 * sizeof(struct ifreq)"Dmitry V. Levin2021-01-051-1/+1
* tests: check decoding of FS_IOC{,32}_{G,S}ETFLAGS ioctl commandsDmitry V. Levin2021-01-047-0/+153
* tests: fix invalid flag testing in userfaultfd testSven Schnelle2021-01-031-2/+2
* tests: extend FS_IOC_FIEMAP decoding checksDmitry V. Levin2021-01-0316-16/+213
* tests: rename file_ioctl to ioctl_fiemapDmitry V. Levin2021-01-034-6/+6
* tests: check decoding of FS_IOC_FSGETXATTR and FS_IOC_FSSETXATTRDmitry V. Levin2021-01-028-10/+168
* Update copyright year number rangeDmitry V. Levin2021-01-011-1/+1
* tests: check decoding of linux/fs.h 'X' ioctl commandsDmitry V. Levin2020-12-317-0/+142
* Change my email addressDmitry V. Levin2020-12-31370-370/+370
* Update copyright headersDmitry V. Levin2020-12-134-4/+4
* tests: check decoding of clock_gettime64, clock_settime64, and clock_getres_t...Dmitry V. Levin2020-12-1312-61/+184
* tests: check decoding of clock_adjtime64 syscallDmitry V. Levin2020-12-1312-23/+68
* tests: rewrite pselect6 testDmitry V. Levin2020-12-137-132/+220
* tests: rewrite semtimedop testDmitry V. Levin2020-12-129-138/+284
* tests: workaround -Wall regressions in Red Hat gccDmitry V. Levin2020-12-111-2/+10
* tests: use direct __NR_write invocation instead of C function in pc.testDmitry V. Levin2020-12-111-1/+2
* tests: workaround inline optimization in strace -k testsDmitry V. Levin2020-12-111-4/+5
* membarrier: implement decoding of cpu_id argumentElvira Khabirova2020-12-111-2/+9
* Implement decoding of process_madvise syscallDmitry V. Levin2020-12-076-0/+102
* pidfd_open: decode flags argumentDmitry V. Levin2020-12-061-6/+17
* tests: disable tests for invalid shmctl commands on glibc >= 2.32Dmitry V. Levin2020-12-061-15/+34
* tests: disable tests for invalid msgctl commands on glibc >= 2.32Dmitry V. Levin2020-12-061-1/+20
* tests: disable tests for invalid semctl commands on glibc >= 2.32Dmitry V. Levin2020-12-061-3/+22
* xlat: update V4L2_* constantsDmitry V. Levin2020-12-051-2/+6
* xlat: update MS_* constantsDmitry V. Levin2020-12-051-4/+4
* xlat: update MEMBARRIER_CMD_* constantsDmitry V. Levin2020-12-051-0/+11
* xlat: update IORING_* constantsDmitry V. Levin2020-12-053-6/+7
* xlat: update BPF_* constantsDmitry V. Levin2020-12-051-22/+27
* Fix various typos found using codespell toolDmitry V. Levin2020-11-292-3/+3
* tests: disable TEST_MSGCTL_BOGUS_ADDR in ipc_msg test on glibc >= 2.31Dmitry V. Levin2020-11-101-0/+11
* tests: fix execve test with fresh linux kernelsSven Schnelle2020-11-101-22/+32
* tests: remove close_range* executables from pure_executables.listSven Schnelle2020-11-092-4/+4
* Enable stack tracing with libdw for non-native personality traceesesyr/enable-libdw-mpersEugene Syromyatnikov2020-10-211-2/+8
* Update copyright headersDmitry V. Levin2020-09-2328-28/+28
* Fix preprocessor indentationDmitry V. Levin2020-09-2311-58/+58
* Update ioctl entries from linux v5.9Gleb Fotengauer-Malinovskiy2020-09-231-0/+3
* tee: use types/ directory for the type definitions headerEugene Syromyatnikov2020-09-231-15/+60
* Implement decoding of TEE_* ioctlsElvira Khabirova2020-09-234-0/+395
* semctl: decode struct arguments of IPC_* and SEM_* commandsDmitry V. Levin2020-09-191-12/+97
* tests: disable shmctl IPC_STAT test with a bogus address on glibc >= 2.32Dmitry V. Levin2020-09-191-0/+19
* shmctl: decode struct shminfo argument of IPC_INFO commandDmitry V. Levin2020-09-191-2/+33
* shmctl: decode struct shm_info argument of SHM_INFO commandDmitry V. Levin2020-09-191-13/+42
* shmctl: fix printing of struct shmid_ds argument of IPC_SET commandDmitry V. Levin2020-09-191-1/+1
* shmctl: decode struct shmid_ds argument of SHM_STAT and SHM_STAT_ANY commandsDmitry V. Levin2020-09-191-17/+38