genode/repos/ports/src/noux
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
..
args.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
armed_timeout.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
child_env.h noux: remove use of deprecated APIs 2019-01-30 13:49:54 +01:00
child_policy.h noux: remove use of deprecated APIs 2019-01-30 13:49:54 +01:00
child.h Add missing override annotations 2019-02-19 11:12:11 +01:00
cpu_session_component.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
dataspace_registry.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
destruct_queue.h Add missing override annotations 2019-02-19 11:12:11 +01:00
empty_rom_service.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
empty_rom_session_component.h Add missing override annotations 2019-02-19 11:12:11 +01:00
environment.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
family_member.h Add missing override annotations 2019-02-19 11:12:11 +01:00
file_descriptor_registry.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
interrupt_handler.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
io_channel_listener.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
io_channel.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
io_receptor_registry.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
kill_broadcaster.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
local_rom_service.h VFS: construct file-systems using Vfs::Env object 2018-04-19 12:38:27 +02:00
main.cc VFS: Replace global response handlers with local handlers 2019-04-09 12:30:34 +02:00
parent_execve.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
parent_exit.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
path.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
pd_session_component.h Add missing override annotations 2019-02-19 11:12:11 +01:00
pipe_io_channel.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
range_checked_index.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
region_map_component.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
rom_session_component.h VFS: Replace global response handlers with local handlers 2019-04-09 12:30:34 +02:00
shared_pointer.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
syscall.cc VFS: Replace global response handlers with local handlers 2019-04-09 12:30:34 +02:00
target.mk noux: enable strict warnings 2019-01-30 13:35:29 +01:00
terminal_io_channel.h noux: enable strict warnings 2019-01-30 13:35:29 +01:00
user_info.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
verbose.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
vfs_io_channel.h VFS: Replace global response handlers with local handlers 2019-04-09 12:30:34 +02:00
wake_up_notifier.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00