genode/repos/base/src/lib/base
Norman Feske 4d442bca30 Streamline exception types
This patch reduces the number of exception types by facilitating
globally defined exceptions for common usage patterns shared by most
services. In particular, RPC functions that demand a session-resource
upgrade not longer reflect this condition via a session-specific
exception but via the 'Out_of_ram' or 'Out_of_caps' types.

Furthermore, the 'Parent::Service_denied', 'Parent::Unavailable',
'Root::Invalid_args', 'Root::Unavailable', 'Service::Invalid_args',
'Service::Unavailable', and 'Local_service::Factory::Denied' types have
been replaced by the single 'Service_denied' exception type defined in
'session/session.h'.

This consolidation eases the error handling (there are fewer exceptions
to handle), alleviates the need to convert exceptions along the
session-creation call chain, and avoids possible aliasing problems
(catching the wrong type with the same name but living in a different
scope).
2017-05-31 13:16:07 +02:00
..
allocator_avl.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
avl_tree.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
cache.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
capability_space.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
capability.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
child_process.cc Streamline exception types 2017-05-31 13:16:07 +02:00
child.cc Streamline exception types 2017-05-31 13:16:07 +02:00
component.cc Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
console.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
default_log.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
elf_binary.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
entrypoint.cc base: classify signals as I/O and application level 2017-05-31 13:15:58 +02:00
env_deprecated.cc Streamline exception types 2017-05-31 13:16:07 +02:00
env_reinit.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
env_session_id_space.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
heap.cc Streamline exception types 2017-05-31 13:16:07 +02:00
lock.cc base: handle twice Lock::lock calls correctly 2017-03-15 12:24:42 +01:00
log_console.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
log.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
output.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
raw_output.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
region_map_client.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
registry.cc base: handle race in Genode::Registry class 2017-03-15 12:32:28 +01:00
rm_session_client.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
root_proxy.cc Streamline exception types 2017-05-31 13:16:07 +02:00
rpc_cap_alloc.cc Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
rpc_dispatch_loop.cc base: safeguard entrypoint against double manage 2017-05-31 13:16:05 +02:00
rpc_entrypoint.cc base: safeguard entrypoint against double manage 2017-05-31 13:16:05 +02:00
session_state.cc Streamline exception types 2017-05-31 13:16:07 +02:00
signal_common.cc base: classify signals as I/O and application level 2017-05-31 13:15:58 +02:00
signal_submit.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
signal.cc Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
slab.cc Capability quota accounting and trading 2017-05-31 13:16:06 +02:00
sleep.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
sliced_heap.cc Streamline exception types 2017-05-31 13:16:07 +02:00
stack_allocator.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
stack_area.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread_bootstrap.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread_myself.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread_start.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
thread.cc core: RAM service based on 'Session_object' 2017-05-31 13:16:06 +02:00
trace.cc Trace::Logger: workaround for compiling with GCC 6 2017-05-31 13:15:50 +02:00
utcb.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00