genode/repos/ports/src
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
..
app seoul: use nitpicker session 2019-04-01 19:33:50 +02:00
lib noux: increase argv buffer to 16KiB 2019-02-12 10:33:16 +01:00
noux VFS: Replace global response handlers with local handlers 2019-04-09 12:30:34 +02:00
noux-pkg ports: enable basic clock support in tclsh 2019-01-30 13:54:53 +01:00
test Remove residual uses of deprecated APIs 2019-02-19 11:12:12 +01:00
virtualbox5 vbox: allocate REM memory dense 2019-04-01 19:33:50 +02:00