David Xu
|
a6de716d7e
|
1. Check if message priority is less than MQ_PRIO_MAX.
2. Use getnanotime instead of getnanouptime.
3. Don't free message in _mqueue_send, mqueue_send will free it.
|
2005-12-02 08:23:49 +00:00 |
|
David Xu
|
b2f92ef96b
|
Last step to make mq_notify conform to POSIX standard, If the process
has successfully attached a notification request to the message queue
via a queue descriptor, file closing should remove the attachment.
|
2005-11-30 05:12:03 +00:00 |
|
David Xu
|
f72b11a40c
|
Fix a stupid compiler warining, remove a redundant line.
|
2005-11-27 22:59:47 +00:00 |
|
David Xu
|
47bf2cf9fe
|
Change filesystem name from mqueue to mqueuefs for style consistent.
Suggested by: rwatson
|
2005-11-27 08:30:12 +00:00 |
|
David Xu
|
655291f2ae
|
Bring in experimental kernel support for POSIX message queue.
|
2005-11-26 12:42:35 +00:00 |
|