genode/repos/base/src
Martin Stein 8fb0d668e0 heap: fix exception handling in _allocate_dataspace
Previously, only Invalid_dataspace, Region_conflict, and Out_of_ram were
handled for both allocate and attach with the same handlers. However,
both operations can also throw Out_of_caps and for all exceptions during
attach, the dataspace must be freed again whereas this is not the case
when the exception occured during allocate.

Issue #2953
2019-05-16 13:11:02 +02:00
..
core vm_session: support to trace vCPU 2019-05-06 16:15:26 +02:00
include base: catch 'Ipc_error' in 'Expanding_parent_client::exit()' 2019-03-18 15:56:59 +01:00
ld hw: switch page-tables only when necessary 2017-10-19 13:31:18 +02:00
lib heap: fix exception handling in _allocate_dataspace 2019-05-16 13:11:02 +02:00
test base: fix xml_node test compile error with GCC 8.3.0 2019-05-16 13:11:02 +02:00
timer timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This directory contains all source codes.