genode/repos/ports
Emery Hemingway a635873568 VFS: Replace global response handlers with local handlers
Replace the I/O response handler that is passed to the VFS at
construction with an object that is dynamically attached to handles.
This object shall also accept read-ready notifications, and plugins are
encouraged to keep handles awaiting ready-ready notifications separate
from handles that await I/O progress.

Replace the use of handle lists in plugins with handle queues, this
makes the code easier to understand and the ordering of notifications to
the application more explicit.

These changes replace the use of the Post_signal_hook from all VFS
plugins, applications must assume that read-ready and I/O notifications
occur during I/O signal dispatch and use an Io_progress_handler at its
entrypoints to defer response until after signal dispatching.

Fix #3257
2019-04-09 12:30:34 +02:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include Remove residual uses of deprecated APIs 2019-02-19 11:12:12 +01:00
lib virtualbox: fix compiler error with newer iasl versions 2019-03-18 15:56:23 +01:00
mk ports: allow more customizations in gnu_build.mk 2018-02-09 13:34:20 +01:00
ports vbox: allocate REM memory dense 2019-04-01 19:33:50 +02:00
recipes depot: update recipe hashes 2019-04-02 09:36:39 +02:00
run seoul: use nitpicker session 2019-04-01 19:33:50 +02:00
src VFS: Replace global response handlers with local handlers 2019-04-09 12:30:34 +02:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.