genode/repos/gems
Norman Feske e8059ccba5 vfs/pipe: fix dangling read_ready_waiters element
This patch removes the obsolete 'io_progress_elem', which was wrongly
enqueued to the 'read_ready_waiters' fifo and not dequeued at
destruction time.

Fixes #4987
2023-09-29 12:17:45 +02:00
..
include file_vault: version 23.05 2023-05-30 12:03:32 +02:00
lib file_vault: version 23.05 2023-05-30 12:03:32 +02:00
recipes depot: update recipe hashes 2023-08-24 11:01:40 +02:00
run depot_remove.run: improve <remove_all/> tests 2023-09-29 12:15:05 +02:00
sculpt net_test-pc.sculpt: minimal setup for net tests 2023-08-21 08:12:01 +02:00
src vfs/pipe: fix dangling read_ready_waiters element 2023-09-29 12:17:45 +02:00
README Update README files 2023-03-13 14:32:53 +01:00

This directory is a source-code repository containing Genode-specific services
and applications. In contrast to the components hosted in 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.