genode/repos/dde_linux/src/lib
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
..
libc_lxip dde_*: remove the use of deprecated APIs 2019-01-30 13:49:54 +01:00
libnl wifi_drv: enable soft RFKILL and new front end 2018-08-28 16:18:34 +02:00
lxip lxip: consolidate lx timers and timeouts 2019-04-01 19:33:47 +02:00
usb dde_linux/usb: remove deprecated APIs on ARM 2019-02-26 14:45:07 +01:00
vfs/lxip VFS: Replace global response handlers with local handlers 2019-04-09 12:30:34 +02:00
wifi dde_*: remove the use of deprecated APIs 2019-01-30 13:49:54 +01:00
wpa_driver_nl80211 wifi_drv: enable soft RFKILL and new front end 2018-08-28 16:18:34 +02:00
wpa_supplicant wifi_drv: split front end notification 2019-02-12 10:33:15 +01:00