summaryrefslogtreecommitdiff
path: root/tests/fcntl64.c
Commit message (Expand)AuthorAgeFilesLines
* tests/fcntl-common: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-041-0/+1
* 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/+3
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-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: extend struct flock/flock64 decoding checksDmitry V. Levin2018-06-011-8/+9
* tests/fcntl-common.c: define and initialize errstrDmitry V. Levin2018-06-011-1/+1
* tests/fcntl-common.c: add fd argument to invoke_test_syscallDmitry V. Levin2018-06-011-3/+3
* tests: move F_OFD_SETLK* checks from fcntl64.c to fcntl-common.cDmitry V. Levin2018-06-011-19/+1
* tests: move F_OWNER_* tests to fcntl-common.cDmitry V. Levin2018-06-011-13/+0
* tests: rename struct_flock.c to fcntl-common.cDmitry V. Levin2018-06-011-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: use sprintrc in tests of fcntl and fcntl64 syscallsDmitry V. Levin2017-02-161-3/+3
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-2/+2
* 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-4/+4
* 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-12/+6
* 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/+109