summaryrefslogtreecommitdiff
path: root/tests/futex.c
Commit message (Expand)AuthorAgeFilesLines
* Use loop initial declarationsDmitry V. Levin2021-11-051-6/+3
* Update copyright headersDmitry V. Levin2021-07-171-1/+1
* futex: implement FUTEX_LOCK_PI2 op decodingEugene Syromyatnikov2021-07-161-4/+32
* tests/futex: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-041-3/+5
* Update copyright headersDmitry V. Levin2020-04-031-1/+1
* Fix various typos found using codespell toolDmitry V. Levin2020-03-281-1/+1
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* futex: recognise FUTEX_BITSET_MATCH_ANY bitmaskEugene Syromyatnikov2018-09-021-0/+16
* tests: do not include <stdbool.h> in files that include "tests.h"Dmitry V. Levin2018-03-011-1/+0
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Update futex test in accordance with kernel's v4.15-rc7-202-gfbe0e83Eugene Syromyatnikov2018-01-251-11/+43
* tests/futex.c: improve error diagnosticsEugene Syromyatnikov2018-01-251-4/+5
* tests: update futex test to accommodate the recent kernel changeEugene Syromyatnikov2017-11-031-4/+25
* tests: cleanup futex testEugene Syromyatnikov2017-11-031-9/+8
* 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_nsec valuesDmitry V. Levin2017-04-241-3/+23
* Print microseconds/nanoseconds as non-negativeEugene Syromyatnikov2017-04-241-72/+76
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-2/+2
* futex: make output of the val3 argument of the FUTEX_WAKE_OP command more str...Eugene Syromyatnikov2016-11-301-36/+41
* Fix omission of field names in printers of timespec structureEugene Syromyatnikov2016-11-261-19/+26
* tests: fix name spellingEugene Syromyatnikov2016-10-301-1/+1
* tests: fix whitespace for explicit type casts in futex testEugene Syromyatnikov2016-09-151-39/+39
* tests: move sprintrc function to libtestsEugene Syromyatnikov2016-09-021-20/+0
* tests/futex: add support to sprintrc for return codes other than 0 and -1Eugene Syromyatnikov2016-09-021-1/+9
* tests/futex: increase sprintrc static buffer sizeEugene Syromyatnikov2016-09-021-2/+1
* tests/futex: rename retstr to sprintrcEugene Syromyatnikov2016-09-021-43/+45
* tests: check decoding of futex syscallEugene Syromiatnikov2016-08-301-0/+719