summaryrefslogtreecommitdiff
path: root/tests/sched_xetparam.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2021-07-171-1/+1
* tests: assume __NR_sched_getparam and __NR_sched_setparam are definedDmitry V. Levin2021-06-021-11/+5
* Update copyright headersDmitry V. Levin2020-09-231-1/+1
* Fix preprocessor indentationDmitry V. Levin2020-09-231-1/+1
* Add tests for PID namespace translationAkosUzonyi/pidnsÁkos Uzonyi2020-08-251-5/+15
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-241-0/+7
* 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/sched_xetparam.c: print syscall() result using %ld formatDmitry V. Levin2016-04-211-6/+7
* tests: use errno2name()Dmitry V. Levin2016-04-211-1/+1
* tests: add sched_xetparam.testFei Jie2016-03-101-0/+33