genode/repos/base/include
Norman Feske 028e633af4 base: add 'Session_object' class
The 'Session_object' unifies several aspects of server-component
implementations:

* It keeps track of session quotas and is equipped with standardized
  interfaces (Quota_guard) to upgrade (and in the future potentially
  downgrade) session quotas in a uniform way.

* It follows the pattern of modern RPC objects / signal handlers that
  manage/dissolve themselves at the entrypoint given as constructor
  argument. Thereby, the relationship with its entrypoint is always
  coupled with the lifetime of the session-component object.

* It stores the session label, which was previously done manually by
  most but not all server-component implementations.

* It stores the session 'diag' flag.

* It is equipped with output methods 'diag', 'error', and 'warning'.
  All messages printed from the context of a session component is
  automatically prefixed with the session type and client label.
  Messages passed via 'diag' are only printed if the 'diag' flag of
  the session is set.

Issue #2398
2017-05-31 13:16:06 +02:00
..
base base: add 'Session_object' class 2017-05-31 13:16:06 +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 Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +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 Replace Quota_exceeded by Insufficient_ram_quota 2017-05-31 13:16:05 +02:00
pd_session Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
ram_session base: remove int return types from 'Ram_session' 2017-05-31 13:16:04 +02:00
region_map Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rm_session Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
rom_session Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
root Replace Quota_exceeded by Insufficient_ram_quota 2017-05-31 13:16:05 +02:00
session base: new session-creation helper types 2017-05-31 13:16:04 +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 Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +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.