genode/repos/os
Norman Feske 22cce07ec8 fs_log: remove blocking call of get_acked_packet
This patch replaces formerly blocking packet-stream operations by
the explicit use of 'wait_and_dispatch_io_signal' for blocking.
It also removes a misleading comment that promised a fire-and-forget
behavior whereas the implementation relied on blocking I/O anyway.

Issue #4390
2022-02-15 10:11:11 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include file_system/util.h: remove packet-stream helpers 2022-02-15 10:11:10 +01:00
lib os: avoid implicit conversions 2021-12-17 15:04:45 +01:00
recipes rom_to_file: use VFS instead of fs session 2022-02-15 10:11:10 +01:00
run rom_to_file: use VFS instead of fs session 2022-02-15 10:11:10 +01:00
src fs_log: remove blocking call of get_acked_packet 2022-02-15 10:11:11 +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.