summaryrefslogtreecommitdiff
path: root/tests/openat.c
Commit message (Expand)AuthorAgeFilesLines
* Implement --secontext[=full] option to display SELinux contextsldv/secontextRenaud Métrich2021-04-041-17/+74
* tests: introduce create_and_enter_subdir and leave_and_remove_subdirDmitry V. Levin2021-04-011-1/+9
* 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-5/+5
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Use kernel's fcntl.h header instead of libc's for open_mode_flagsDmitry V. Levin2018-02-061-4/+72
* tests: use sprintrc in openat.testDmitry V. Levin2016-09-051-9/+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/openat.c: use errno2nameDmitry V. Levin2016-04-211-17/+8
* openat.test: robustify against libcs invoking openat syscall on their ownDmitry V. Levin2016-03-281-7/+7
* tests: add openat.testKaterina Koukiou2016-03-251-0/+75