Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-02-12 | mq_notify: block all (application) signals in the worker thread | Rich Felker | 1 | -0/+5 |
2023-02-12 | mq_notify: join worker thread before returning in error path | Rich Felker | 1 | -2/+5 |
2023-02-12 | mq_notify: rework to fix use-after-close/double-close bugs | Rich Felker | 1 | -8/+15 |
2023-02-11 | mq_notify: use semaphore instead of barrier to sync args consumption | Rich Felker | 1 | -5/+9 |
2012-04-29 | fix longstanding missing static in mq_notify (namespace pollution) | Rich Felker | 1 | -1/+1 |
2011-06-25 | const correctness in mq_notify | Rich Felker | 1 | -1/+1 |
2011-06-07 | implement mq_notify | Rich Felker | 1 | -2/+65 |
2011-06-07 | add support for POSIX message queues, except mq_notify | Rich Felker | 1 | -0/+10 |