index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mq
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
2019-07-28
mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t
Rich Felker
2
-0
/
+34
2012-09-06
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2
-2
/
+2
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
mq names without leading / have impl-def behavior; allowing them is easier
Rich Felker
2
-9
/
+2
2011-06-07
mq send/recv functions are cancellation points
Rich Felker
2
-2
/
+2
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
10
-0
/
+99