minix/minix/servers
David van Moolenbroek 37489f8a24 Resolve boot-time VM/RS deadlock
VM used to call sendrec to send a boot-time RS_INIT reply to RS, but
RS could run into a pagefault at the same time, thus spawning a
message to VM, resulting in a deadlock.  We resolve this situation by
making VM acknowledge RS_INIT asynchronously at boot time, while
retaining the synchronous sendrec for subsequent RS_INIT responses.

Change-Id: I3cb72d7f8d6b9bfdc59a85958ada739c37fa3bde
2015-09-17 13:27:05 +00:00
..
devman Add live update-friendly annotations. 2015-09-17 13:25:38 +00:00
ds Switch to stateful restart. 2015-09-17 13:26:22 +00:00
input Move all services to /service 2014-07-31 16:00:31 +02:00
ipc Turn PCI into a character driver 2014-11-10 14:43:27 +01:00
is Add live update-friendly annotations. 2015-09-17 13:25:38 +00:00
pm Switch to stateful restart. 2015-09-17 13:26:22 +00:00
rs Resolve boot-time VM/RS deadlock 2015-09-17 13:27:05 +00:00
sched sched: simplify 2015-08-31 12:55:30 +00:00
vfs Switch to stateful restart. 2015-09-17 13:26:22 +00:00
vm Resolve boot-time VM/RS deadlock 2015-09-17 13:27:05 +00:00
Makefile New sources layout 2014-07-31 16:00:30 +02:00
Makefile.inc merge libminlib with libc 2014-08-28 18:49:19 +02:00