summaryrefslogtreecommitdiffstats
path: root/test/unit/mq.c
Commit message (Expand)AuthorAgeFilesLines
* 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