genode/repos/libports/recipes/pkg/test-libc_fifo_pipe
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
..
archives vfs/pipe: add fifo feature to pipe plugin 2021-02-23 12:07:16 +01:00
hash vfs/pipe: add fifo feature to pipe plugin 2021-02-23 12:07:16 +01:00
README vfs/pipe: add fifo feature to pipe plugin 2021-02-23 12:07:16 +01:00
runtime vfs/pipe: add fifo feature to pipe plugin 2021-02-23 12:07:16 +01:00

Test for using the libc with the fifo feature of the VFS pipe plugin.