summaryrefslogtreecommitdiff
path: root/tests/prctl-seccomp-strict.c
Commit message (Expand)AuthorAgeFilesLines
* tests: use prctl_markerDmitry V. Levin2021-08-171-3/+3
* tests: fix prctl markerDmitry V. Levin2021-07-171-1/+2
* tests: unify common code in prctl decoder testsSrikavin Ramkumar2021-07-121-0/+2
* Update copyright headersDmitry V. Levin2021-04-261-1/+1
* Switch to use bundled <linux/prctl.h>Dmitry V. Levin2021-02-201-12/+3
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* Update copyright headersDmitry V. Levin2020-04-031-1/+1
* Assume that prctl() and <sys/prctl.h> are always availableDmitry V. Levin2020-03-091-5/+3
* Fix typos in commentsVladimir D. Seleznev2019-12-151-1/+1
* Update copyright headersDmitry V. Levin2019-09-251-0/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* Fix printing of invalid arguments of prctl syscallDmitry V. Levin2016-05-161-2/+2
* tests: do not include <assert.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests: do not include <errno.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests/prctl-seccomp-strict.c: cleanupDmitry V. Levin2016-04-211-7/+8
* tests: workaround kernel bugs in seccomp-strict.test and prctl-seccomp-strict...Dmitry V. Levin2016-04-201-9/+4
* tests: skip seccomp-strict.test and prctl-seccomp-strict.test on x32Dmitry V. Levin2016-04-121-0/+9
* tests: add prctl-seccomp-strict.testDmitry V. Levin2016-04-111-0/+70