summaryrefslogtreecommitdiff
path: root/tests/fcntl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2022-06-181-1/+1
* fcntl: work around removal of F_*64 definitions in v5.19-rc1~89^2~9^2~18Eugene Syromyatnikov2022-06-121-3/+8
* Update copyright headersDmitry V. Levin2021-04-261-1/+1
* Switch to use bundled <linux/fcntl.h>Dmitry V. Levin2021-02-201-1/+1
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2020-09-231-1/+1
* Add tests for PID namespace translationAkosUzonyi/pidnsÁkos Uzonyi2020-08-251-0/+1
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Fix preprocessor indentationDmitry V. Levin2018-12-301-1/+1
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-06-141-1/+1
* tests/fcntl-common.c: define and initialize errstrDmitry V. Levin2018-06-011-2/+2
* tests/fcntl-common.c: add fd argument to invoke_test_syscallDmitry V. Levin2018-06-011-1/+1
* tests: move F_OFD_SETLK* checks from fcntl64.c to fcntl-common.cDmitry V. Levin2018-06-011-5/+7
* tests: move F_OWNER_* tests to fcntl-common.cDmitry V. Levin2018-06-011-90/+6
* tests: rename struct_flock.c to fcntl-common.cDmitry V. Levin2018-06-011-1/+1
* tests: check decoding of F_GETOWN_EX and F_SETOWN_EX fcntl commandsZhibin Li2018-05-031-0/+71
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: use sprintrc in tests of fcntl and fcntl64 syscallsDmitry V. Levin2017-02-161-2/+2
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-2/+2
* tests/fcntl.c: fix fcntl test on mips64James Cowgill2016-08-111-0/+3
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* Fix decoding of fcntl/fcntl64 operation argumentDmitry V. Levin2016-05-161-1/+1
* tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for muslDmitry V. Levin2016-01-121-1/+2
* tests/struct_flock.c: use libtestsDmitry V. Levin2016-01-061-10/+4
* tests: include tests.h instead of config.hDmitry V. Levin2016-01-051-4/+1
* fcntl: skip F_GETLK64, F_SETLK64, and F_SETLKW64 in fcntl syscall parserDmitry V. Levin2015-12-051-0/+91