summaryrefslogtreecommitdiffstats
path: root/test/unit/mq.c
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-2/+2
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-4/+4
* Update brace style.Jason Evans2017-01-211-12/+9
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-1/+0
* Don't fetch tsd in a0{d,}alloc().Jason Evans2014-10-111-0/+1
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-1/+1
* Fix name mangling issues.Jason Evans2013-12-131-2/+2
* Implement the *allocx() API.Jason Evans2013-12-131-4/+3
* Fix a strict aliasing violation.Jason Evans2013-12-121-2/+4
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-121-0/+91