about summary refs log tree commit diff
path: root/src/mq
Commit message (Expand)AuthorAgeFilesLines
* fix longstanding missing static in mq_notify (namespace pollution)Rich Felker2012-04-291-1/+1
* const correctness in mq_notifyRich Felker2011-06-251-1/+1
* mq names without leading / have impl-def behavior; allowing them is easierRich Felker2011-06-072-9/+2
* mq send/recv functions are cancellation pointsRich Felker2011-06-072-2/+2
* implement mq_notifyRich Felker2011-06-071-2/+65
* add support for POSIX message queues, except mq_notifyRich Felker2011-06-0710-0/+99