genode/repos/libports/src/lib/lwip
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
..
include Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
platform Streamline exception types 2017-05-31 13:16:07 +02:00
api_msg.patch lwip: patch for resetting write offset 2015-10-06 12:18:57 +02:00
errno.patch lwip: clean up patches 2015-03-27 11:53:13 +01:00
libc_select_notify.patch lwip: clean up patches 2015-03-27 11:53:13 +01:00
nonblocking_connect.patch lwip: avoid failed assertion on nonblocking connect() 2016-07-11 12:06:04 +02:00
remove_warnings.patch lwip: prevent warnings 2016-05-09 13:10:51 +02:00
sockets_c_errno.patch lwip: clean up patches 2015-03-27 11:53:13 +01:00
sol_socket_definition.patch lwip: clean up patches 2015-03-27 11:53:13 +01:00
symbol.map lwip: use symbol.map to avoid clash with dns_init 2016-08-29 17:29:37 +02:00