genode/repos/os/src/lib
Norman Feske cfdbccc5c2 Remove blocking calls from root and parent RPCs
This is a redesign of the root and parent interfaces to eliminate
blocking RPC calls.

- New session representation at the parent (base/session_state.h)
- base-internal root proxy mechanism as migration path
- Redesign of base/service.h
- Removes ancient 'Connection::KEEP_OPEN' feature
- Interface change of 'Child', 'Child_policy', 'Slave', 'Slave_policy'
- New 'Slave::Connection'
- Changed child-construction procedure to be compatible with the
  non-blocking parent interface and to be easier to use
- The child's initial LOG session, its binary ROM session, and the
  linker ROM session have become part of the child's envirenment.
- Session upgrading must now be performed via 'env.upgrade' instead
  of performing a sole RPC call the parent. To make RAM upgrades
  easier, the 'Connection' provides a new 'upgrade_ram' method.

Issue #2120
2016-11-25 16:06:42 +01:00
..
alarm base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
blit Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
config Remove blocking calls from root and parent RPCs 2016-11-25 16:06:42 +01:00
config_args base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00
net net: fix mac_from_string 2016-10-21 12:39:30 +02:00
server base: remove Component::name from API 2016-05-23 15:49:56 +02:00
timed_semaphore Improve 'Timed_semaphore' accuracy 2015-02-27 11:48:07 +01:00
trace/policy rpc_name: don't build 2016-02-26 11:36:52 +01:00
vfs Clean ldso from using deprecated APIs 2016-11-08 15:26:32 +01:00
xev_track Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00