summaryrefslogtreecommitdiff
path: root/tests/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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-02-131-0/+1
* Use kernel's fcntl.h header instead of libc's for open_mode_flagsDmitry V. Levin2018-02-061-10/+5
* decode_open: print the mode argument when O_TMPFILE flag is setDmitry V. Levin2016-09-201-0/+11
* tests: use sprintrc in open.testDmitry V. Levin2016-09-051-11/+8
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* tests: do not include <errno.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests/open.c: use errno2nameDmitry V. Levin2016-04-211-10/+4
* tests: add open.testDmitry V. Levin2016-03-281-0/+77