genode/repos/base-foc/src/core
Norman Feske cda07b7da0 base: simplification of the IPC code
This commit replaces the stateful 'Ipc_client' type with the plain
function 'ipc_call' that takes all the needed state as arguments.
The stateful 'Ipc_server' class is retained but it moved from the public
API to the internal ipc_server.h header. The kernel-specific
implementations were cleaned up and simplified. E.g., the 'wait'
function does no longer exist. The badge and exception code are no
longer carried in the message buffers but are handled in kernel-specific
ways.

Issue #610
Issue #1832
2016-04-11 11:51:42 +02:00
..
include base: remove 'Native_thread' from public API 2016-04-11 11:51:42 +02:00
spec base: retire 'Native_config' 2016-03-08 17:00:54 +01:00
cpu_session_extension.cc base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
io_mem_session_support.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ipc_pager.cc base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
irq_session_component.cc base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
native_pd_component.cc Integrate CAP session into PD session 2016-03-07 12:34:44 +01:00
pager.cc base: remove 'Native_thread' from public API 2016-04-11 11:51:42 +02:00
platform_pd.cc base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
platform_thread.cc base: simplification of the IPC code 2016-04-11 11:51:42 +02:00
platform.cc base: retire 'Native_config' 2016-03-08 17:00:54 +01:00
ram_session_support.cc base: introduce caching attributes (fix #1184) 2014-06-26 10:57:26 +02:00
rm_session_support.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
rpc_cap_factory.cc base: remove 'Native_thread_id' type 2016-03-18 22:43:01 +01:00
signal_source_component.cc Integrate SIGNAL session into PD session 2016-03-07 12:34:44 +01:00
target.inc base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
thread_start.cc base: remove 'Native_thread' from public API 2016-04-11 11:51:42 +02:00