genode/repos/gems
Sid Hussmann 8d13121e84 vfs/pipe: refactor read/write synchronization
All pipe-ends were notified at the same time which leads to dead-locks.
This commit mitigates this by having a signal handler for each pipe and
each pipe-end respectively.

Issue #3583
2021-02-23 12:07:17 +01:00
..
include nano3d: Fix header guard in sqrt.h 2021-01-25 13:58:11 +01:00
lib gems: import Genode-specific code of the CBE 2020-11-27 09:19:08 +01:00
ports gems: import Genode-specific code of the CBE 2020-11-27 09:19:08 +01:00
recipes drivers_nic-rpi: use usb_net and usb_host 2021-02-23 12:07:16 +01:00
run vfs/pipe: add fifo feature to pipe plugin 2021-02-23 12:07:16 +01:00
src vfs/pipe: refactor read/write synchronization 2021-02-23 12:07:17 +01: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.