genode/repos/gems
Norman Feske fc3bd14da0 libc: rudimentary support for SIGALRM
This patch enables basic use cases of the POSIX 'alarm' function, which
schedules the delivery of a SIGALRM signal after a specified amount of
seconds.

Issue #5337
2024-09-06 10:38:45 +02:00
..
include gui_session: manage view ID at the client side 2024-08-27 15:29:38 +02:00
lib gems: VFS OSS plugin for Record/Play session 2024-04-12 15:08:00 +02:00
recipes depot: add vfs tools to pkg/goa 2024-08-30 07:48:15 +02:00
run libc: rudimentary support for SIGALRM 2024-09-06 10:38:45 +02:00
sculpt sculpt: move goa_testbed preset into pc repo 2024-08-27 15:33:31 +02:00
src fs_query: replace Avl_tree by Dictonary 2024-09-06 10:37:41 +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.