summaryrefslogtreecommitdiff
path: root/tests/xetpgid.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2021-07-171-1/+1
* tests: assume __NR_getpgid and __NR_setpgid are definedDmitry V. Levin2021-06-021-11/+3
* 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-6/+15
* Update copyright headersDmitry V. Levin2019-09-251-1/+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
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: replace casts of 0xffffffff00000000ULL with F8ILL_KULONG_MASKDmitry V. Levin2017-02-161-5/+2
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-3/+3
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* tests: do not include <assert.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests/xetpgid.c: print syscall() result using %ld formatDmitry V. Levin2016-04-211-4/+4
* tests: add xetpgid.testDmitry V. Levin2016-02-141-0/+60