genode/repos/base/include
Norman Feske a1df4fee44 base: restructure signal-submit initialization
This patch allows core's 'Signal_transmitter' implementation to sidestep
the 'Env::Pd' interface and thereby adhere to a stricter layering within
core. The 'Signal_transmitter' now uses - on kernels that depend on it -
a dedicated (and fairly freestanding) RPC proxy mechanism for signal
deliver, instead of channeling signals through the 'Pd_session::submit'
RPC function.
2017-05-31 13:16:12 +02:00
..
base base: restructure signal-submit initialization 2017-05-31 13:16:12 +02:00
cap_session Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cpu_session Streamline exception types 2017-05-31 13:16:07 +02:00
cpu_thread Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dataspace Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
deprecated Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
drivers base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
io_mem_session Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
io_port_session Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
irq_session Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
log_session Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
parent Streamline exception types 2017-05-31 13:16:07 +02:00
pd_session Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
ram_session Streamline exception types 2017-05-31 13:16:07 +02:00
region_map Streamline exception types 2017-05-31 13:16:07 +02:00
rm_session Streamline exception types 2017-05-31 13:16:07 +02:00
rom_session Streamline exception types 2017-05-31 13:16:07 +02:00
root Streamline exception types 2017-05-31 13:16:07 +02:00
session Streamline exception types 2017-05-31 13:16:07 +02:00
spec base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
thread Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
trace_session Streamline exception types 2017-05-31 13:16:07 +02:00
util Genode::Fifo_element: workaround for compiling with GCC 6 2017-05-31 13:15:51 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.