summaryrefslogtreecommitdiff
path: root/tests/mq_sendrecv.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Fix preprocessor indentationDmitry V. Levin2018-12-301-2/+2
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* tests: do not include <stdbool.h> in files that include "tests.h"Dmitry V. Levin2018-03-011-1/+0
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-1/+1
* Strip redundant trailing semicolonsDmitry V. Levin2017-06-171-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Print microseconds/nanoseconds as non-negativeEugene Syromyatnikov2017-04-241-32/+32
* tests: make mq_sendrecv* test executables reenterableDmitry V. Levin2017-04-141-11/+11
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-1/+1
* tests: remove redundant casts in fill_memory{,_ex} invocationsDmitry V. Levin2017-01-041-2/+2
* Include "kernel_types.h" in defs.h and tests/tests.hDmitry V. Levin2016-12-161-1/+0
* print_sigevent: fix field names of sigev_value structureEugene Syromyatnikov2016-11-291-4/+4
* Fix omission of field names in printers of timespec structureEugene Syromyatnikov2016-11-261-6/+8
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-3/+3
* tests: check decoding of mq_{notify,open,timedreceive,timedsend,unlink}Eugene Syromyatnikov2016-11-091-0/+479