genode/repos/os
Norman Feske e3706837b9 VFS server: foster batching of acknowledgements
With the consolidation of the file-system session's signal handlers
implemented by commit "file_system_session: merge ack and submit sigh",
we can now change the VFS server to produce batches of acknowledgements
before explicitly waking up the client. (in contrast to the traditional
'acknowledge_packet', the new 'try_ack_packet' triggers no signal)

Issue #4388
2022-03-21 13:42:17 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include trace_buffer: partition trace buffer 2022-03-21 13:42:16 +01:00
lib vfs_tap: VFS plugin for Uplink/Nic session access 2022-02-21 15:44:22 +01:00
recipes depot: update recipe hashes 2022-02-28 11:46:35 +01:00
run log_core.run: RAM-quota adjustment for sel4 2022-02-21 15:44:22 +01:00
src VFS server: foster batching of acknowledgements 2022-03-21 13:42:17 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.