genode/repos/base/src
Sebastian Sumpf 2b429ee84c base: Dispatch server signal in entry point
Currently, when a signal arrives in the main thread, the signal dispatcher is
retrieved and called from the main thread, the dispatcher uses a proxy object
that in turn sends an RPC to the entry point. This becomes a problem when the
entry point destroys the dispatcher object, before the dispatch function has
been called by the main thread. Therefore, the main thread should simply send an
RPC to the entry point upon signal arrival and the dispatching should be handled
solely by the entry point.

Issue #1738
2015-10-28 15:06:22 +01:00
..
base base: Dispatch server signal in entry point 2015-10-28 15:06:22 +01:00
core nova: use remote revoke 2015-10-09 16:38:48 +02:00
ld Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
lib Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
test base: handle unsupported printf commands better 2015-09-30 12:20:38 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains all source codes.