summaryrefslogtreecommitdiff
path: root/tests/execveat.c
Commit message (Expand)AuthorAgeFilesLines
* Implement --secontext[=full] option to display SELinux contextsldv/secontextRenaud Métrich2021-04-041-8/+114
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+0
* Fix preprocessor indentationDmitry V. Levin2018-12-301-32/+32
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* tests: workaround clang -Wunneeded-internal-declaration bugDmitry V. Levin2018-09-161-0/+1
* Update copyright headersDmitry V. Levin2018-06-141-1/+1
* Enhance printing of unfetchable object addresses in sequences and arraysDmitry V. Levin2018-05-291-3/+4
* tests: move DEFAULT_STRLEN macro to tests.hDmitry V. Levin2017-07-031-3/+8
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Make output of execve/execveat syscall parsers more structuredDmitry V. Levin2017-04-241-9/+21
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-1/+1
* tests: use scno.h in tests of relatively new syscallsDmitry V. Levin2016-12-201-2/+4
* tests: use VERBOSE macro in execveat and execveat-v testsDmitry V. Levin2016-09-261-10/+10
* 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: use errno2name()Dmitry V. Levin2016-04-211-8/+8
* tests: robustify execve and execveat testsDmitry V. Levin2016-02-131-3/+2
* tests: extend coverage of execve and execveat syscallsDmitry V. Levin2016-02-081-6/+143
* tests/execveat.c: use libtestsDmitry V. Levin2016-01-041-6/+2
* tests: include tests.h instead of config.hDmitry V. Levin2016-01-051-4/+1
* Add copyright headers to some files which lack themDmitry V. Levin2015-12-171-0/+27
* Implement execveat syscall decodingDmitry V. Levin2015-07-271-0/+31