index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mq
Commit message (
Expand
)
Author
Age
Files
Lines
*
mq_notify: block all (application) signals in the worker thread
Rich Felker
2023-02-12
1
-0
/
+5
*
mq_notify: join worker thread before returning in error path
Rich Felker
2023-02-12
1
-2
/
+5
*
mq_notify: rework to fix use-after-close/double-close bugs
Rich Felker
2023-02-12
1
-8
/
+15
*
mq_notify: use semaphore instead of barrier to sync args consumption
Rich Felker
2023-02-11
1
-5
/
+9
*
mq_timedsend, mq_timedreceive: add time64, decouple 32-bit time_t
Rich Felker
2019-07-28
2
-0
/
+34
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
2
-2
/
+2
*
fix longstanding missing static in mq_notify (namespace pollution)
Rich Felker
2012-04-29
1
-1
/
+1
*
const correctness in mq_notify
Rich Felker
2011-06-25
1
-1
/
+1
*
mq names without leading / have impl-def behavior; allowing them is easier
Rich Felker
2011-06-07
2
-9
/
+2
*
mq send/recv functions are cancellation points
Rich Felker
2011-06-07
2
-2
/
+2
*
implement mq_notify
Rich Felker
2011-06-07
1
-2
/
+65
*
add support for POSIX message queues, except mq_notify
Rich Felker
2011-06-07
10
-0
/
+99