genode/repos/os/src
Norman Feske 5a468919bb base: new session-creation helper types
This patch augments the existing session/session.h with useful types for
the session creation:

* The new 'Insufficient_ram_quota' and 'Insufficient_cap_quota'
  exceptions are meant to supersede the old 'Quota_exceeded' exception
  of the 'Parent' and 'Root' interfaces.

* The 'Session::Resources' struct subsumes the information about the
  session quota provided by the client.

* The boolean 'Session::Diag' type will allow sessions to operate in a
  diagnostic mode.

* The existing 'Session_label' is not also available under the alias
  'Session::Label'.

* A few helper functions ease the extraction of typed session arguments
  from the session-argument string.

Issue #2398
2017-05-31 13:16:04 +02:00
..
app app/rom_to_file: catch Node_already_exists and overwrite files 2017-05-31 13:16:01 +02:00
drivers Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
init base: new session-creation helper types 2017-05-31 13:16:04 +02:00
lib File_system: replace per-handle signals with notification packets 2017-05-31 13:16:01 +02:00
server Fix deprecated warnings in servers 2017-05-31 13:16:02 +02:00
test base: classify signals as I/O and application level 2017-05-31 13:15:58 +02:00