genode/repos/ports
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
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include Annotate session interfaces with CAP_QUOTA 2017-05-31 13:16:04 +02:00
lib vbox5: update to 5.1.22 2017-05-31 13:16:02 +02:00
mk Generalize ABI mechanism to shared objects 2017-01-13 13:06:54 +01:00
ports vbox5: update to 5.1.22 2017-05-31 13:16:02 +02:00
run vbox5: update to 5.1.22 2017-05-31 13:16:02 +02:00
src Replace Quota_exceeded by Insufficient_ram_quota 2017-05-31 13:16:05 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.