Tomas Hruby 4f962b4798 A small mini_receive() cleanup
- this patch substitutes *xpp for sender to increase readability of
  mini_receive().

- makes sure that the dequeued sender has p_q_link == NULL and that
  this condition holds when enqueuing the sender again. 

- it is a sanity check to make sure that the new sender is not
  enqueued already. Before this change the dequeued sender's p_q_link
  may not be NULL and it was only set to NULL when enqueued again.
2010-05-07 11:22:49 +00:00
2010-04-29 15:14:07 +00:00
2010-05-06 22:18:21 +00:00
2010-05-06 22:18:21 +00:00
2010-05-05 11:35:04 +00:00
2010-05-07 11:22:49 +00:00
2010-05-05 11:35:04 +00:00
2010-01-21 10:16:05 +00:00
2010-04-01 22:22:33 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%