genode/repos/os
Sid Hussmann 3ff0efd627 vfs/pipe: add fifo feature to pipe plugin
The vfs pipe plugin can now be used as named pipe which anables data
transfer via file handles from one component to another. E.g. if one
would like to send data from component A to stdin of a libc component B,
one can do so by simply writing to that fifo file.

Issue #3583
2021-02-23 12:07:16 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include vfs/pipe: add fifo feature to pipe plugin 2021-02-23 12:07:16 +01:00
lib nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
recipes os: api/net archive 2021-02-23 12:02:43 +01:00
run autopilot: disable run script not supported by riscv 2021-02-23 12:07:16 +01:00
src drivers/platform/rpi: remove dead code 2021-02-23 12:07:16 +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.