genode/base-nova/src/base
Alexander Boettcher 998ebfc01b NOVA: Fix cleanup of received capabilities, #268
MsgBuf has to keep the number of received capabilities in order
to free/know correctly unused and unwanted capabilities. Explicitly
call rcv_msg->post_ipc to store this information in a MsgBuf.

Don't reset rcv_msg in ipc.cc, since this is used during
un-marshalling of caps in ipc.h afterwards. The MsgBuf is reseted when its
de-constructor is called.
2012-08-09 10:24:01 +02:00
..
console Only write UART if transmitter-hold register empty 2012-07-16 10:35:24 +02:00
env Add a bit array and bit allocator, issue #247 2012-08-09 10:23:55 +02:00
ipc NOVA: Fix cleanup of received capabilities, #268 2012-08-09 10:24:01 +02:00
lock Use down-to-zero semaphore feature to block thread 2012-07-04 14:56:46 +02:00
pager NOVA: use only local ids in pager code, issue #268 2012-08-09 10:24:00 +02:00
server NOVA: Fix cleanup of received capabilities, #268 2012-08-09 10:24:01 +02:00
thread NOVA: call kill_thread of cpu_session 2012-07-19 21:05:51 +02:00