genode/repos/dde_rump/src
Norman Feske 6609aafb05 Replace Quota_exceeded by Insufficient_ram_quota
This patch replaces the 'Parent::Quota_exceeded',
'Service::Quota_exceeded', and 'Root::Quota_exceeded' exceptions
by the single 'Insufficient_ram_quota' exception type.

Furthermore, the 'Parent' interface distinguished now between
'Out_of_ram' (the child's RAM is exhausted) from
'Insufficient_ram_quota' (the child's RAM donation does not suffice to
establish the session).

This eliminates ambiguities and removes the need to convert exception
types along the path of the session creation.

Issue #2398
2017-05-31 13:16:05 +02:00
..
ld Introduce 'spec' subdirectories to outline aspects 2015-09-16 13:58:50 +02:00
lib base: use 'Ram_quota' in 'Ram_session' args 2017-05-31 13:16:04 +02:00
server Replace Quota_exceeded by Insufficient_ram_quota 2017-05-31 13:16:05 +02:00
test/blk_crypt base: avoid use of deprecated base/printf.h 2016-08-29 17:27:10 +02:00