genode/repos/gems
Martin Stein 95639a7492 vfs/cbe_trust_anchor: close handles correctly
The plugin used to close file handles via the 'vfs_env.root_dir.close'.
However, this lead to resource leaks and apparently isn't the right way to
do it. Other VFS plugins do it by calling 'close' directly on the handle and
doing it in the trust anchor plugin also, fixes the leaks.

Ref #4032
2021-10-13 14:50:45 +02:00
..
include vfs/cbe_trust_anchor: sync hashfile-handle close 2021-10-13 14:50:45 +02:00
lib gems: import Genode-specific code of the CBE 2020-11-27 09:19:08 +01:00
ports gems: update cbe port 2021-10-13 14:50:45 +02:00
recipes recipes/src/cbe: build also cbe_init_trust_anchor 2021-10-13 14:50:45 +02:00
run mesa: name driver library appropriately 2021-10-13 14:50:37 +02:00
src vfs/cbe_trust_anchor: close handles correctly 2021-10-13 14:50:45 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.