rmind
c75dc3277a
Unify the license: All rights reserved.
...
No functional change.
2007-11-28 19:30:55 +00:00
matt
11910619f7
Change some initialization of static queues to compile time.
...
(xxx_INIT to xxx_HEAD_INITIALIZER). Drop code which inits
non-auto (global or static) variables to 0 since that's
already implied by being non-auto. Init some static/global
cpu_simple_locks at compile time.
2007-11-11 23:22:23 +00:00
rmind
f07012313b
mq_receive1: Handle the possible dereference, when cv_timedwait_sig() awakes
...
normally (without the error) and MQ_UNLINK is set.
From CID: 4565.
2007-10-09 18:27:00 +00:00
ad
d62c40efb5
- mq_receive1, mq_send1: deal with spurious wakeup. XXX should adjust the
...
timeout but this is a wider problem.
- MQ_SEND is unused, remove it.
2007-09-21 01:40:09 +00:00
rmind
2cecf9bbe9
Implementation of POSIX message queues.
...
Reviewed by: <ad>, <tech-kern>
2007-09-07 18:56:02 +00:00