summaryrefslogtreecommitdiff
path: root/tests/epoll_ctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-1/+1
* tests: replace casts of 0xffffffff00000000ULL with F8ILL_KULONG_MASKDmitry V. Levin2017-02-161-2/+2
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-1/+1
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* Fix decoding of epoll_ctl operation argumentDmitry V. Levin2016-05-161-3/+10
* Assume that sys/epoll.h existsDmitry V. Levin2016-05-091-2/+2
* tests: do not include <errno.h> unnecessarilyDmitry V. Levin2016-04-211-1/+0
* tests/epoll_ctl.c: print syscall() result using %ld formatDmitry V. Levin2016-04-211-6/+5
* tests: use errno2name()Dmitry V. Levin2016-04-211-3/+3
* tests/epoll_ctl.c: extend epoll_ctl coverageDmitry V. Levin2016-04-101-0/+8
* tests: add epoll_ctl.testFei Jie2016-04-081-0/+32