summaryrefslogtreecommitdiff
path: root/tests/xselect.c
Commit message (Expand)AuthorAgeFilesLines
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* tests: check path tracing of old select syscallDmitry V. Levin2018-01-231-0/+4
* tests: check path tracing of select/_newselect syscallsDmitry V. Levin2018-01-231-2/+159
* tests: extend the check of select/_newselect syscalls decodingDmitry V. Levin2018-01-231-66/+222
* tests: fix a few harmless -Woverflow compilation warningsDmitry V. Levin2017-08-161-1/+1
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-2/+2
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: check decoding of invalid tv_sec and tv_usec valuesDmitry V. Levin2017-04-241-16/+65
* Print microseconds/nanoseconds as non-negativeEugene Syromyatnikov2017-04-241-4/+6
* Fix omission of field names in printers of timeval structureEugene Syromyatnikov2016-11-261-3/+3
* tests: fix TEST_SYSCALL_{NR,STR} and STRUCT_STAT_STR macros for muslDmitry V. Levin2016-01-121-8/+0
* tests/xselect.c: use libtestsDmitry V. Levin2016-01-061-31/+19
* Replace %Ld/%Lu printf format specifiers with %lld/%lluDmitry V. Levin2015-12-161-2/+2
* Fix select and _newselect syscall entriesDmitry V. Levin2015-12-081-0/+125