genode/repos/os/include
Emery Hemingway c51b4b5742 New VFS plugin for emulating POSIX pipes
Add a new plugin for creating pipes between pairs of VFS handles. It is
intended to replace the libc_pipe plugin, one of the last remaining libc
plugins.

In contrast to the libc_pipe plugin, this plugin defers cross-handle
notification until I/O signal handling rather than block and unblock
readers using a semaphore. This is a performance regression in the case
of multiple threads blocking on a pipe, but shall be an intermediate
mechanism pending renovations within the libc VFS and threading layers.
As a side effect, threads blocked on a pipe might not be resumed until
the main thread suspends and dispatches I/O signals.

The "test-libc_pipe" test has been adjusted to use the VFS pipe plugin
and tests both local pipes and pipes hosted remotely in the VFS server.

Merge adaptations (such as EOF handling, adjustment to VFS/libc
interface changes) by Norman Feske.

Fix #2303
2019-11-19 14:54:13 +01:00
..
audio_in_session
audio_out_session os: clear remaining samples in Audio packet 2019-04-09 12:30:34 +02:00
blit
block block_session: new client-side API 2019-05-06 16:15:25 +02:00
block_session Refinements for updated "Genode Foundations" book 2019-05-27 14:52:53 +02:00
decorator base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
file_system base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
file_system_session file-system session: use same dirent size as VFS 2019-11-19 14:54:13 +01:00
framebuffer_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
gpio Remove residual uses of deprecated APIs 2019-02-19 11:12:12 +01:00
gpio_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
gpu_session
init
input input: repeat events require valid codepoints 2019-11-19 14:23:54 +01:00
input_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
ldso
loader_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
mixer os: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
net sntp_client: report received transmit timestamp 2019-08-21 12:37:02 +02:00
nic os: explicit cache policy in Nic::Session_component 2019-05-06 16:15:26 +02:00
nic_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
nitpicker_gfx nitpicker: avoid color bleeding 2019-01-07 12:43:23 +01:00
nitpicker_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
os smbios.h: move to os/include/smbios 2019-11-19 14:54:12 +01:00
packet_stream_rx packet_stream_*: fix missing dissolve on exception 2019-11-19 14:42:22 +01:00
packet_stream_tx packet_stream_*: fix missing dissolve on exception 2019-11-19 14:42:22 +01:00
platform_device
platform_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
pointer
ram_fs ram_fs: increase max file size on 64 bit to 8 GiB 2019-03-18 15:57:00 +01:00
regulator Add missing override annotations 2019-02-19 11:12:11 +01:00
regulator_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
report_rom os: avoid using deprecated APIs 2019-01-30 13:49:54 +01:00
report_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
rtc_session rtc: extended session with set-signal 2019-08-21 12:37:01 +02:00
smbios smbios.h: move to os/include/smbios 2019-11-19 14:54:12 +01:00
spec os: make platform_drv package ready for ARM 2019-05-16 12:52:59 +02:00
terminal terminal: clipboard support 2019-07-09 08:58:38 +02:00
terminal_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
trace
uart_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
usb base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
usb_session base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00
util utf8: non-character U+fffe as invalid codepoint 2019-08-28 14:22:32 +02:00
vfs New VFS plugin for emulating POSIX pipes 2019-11-19 14:54:13 +01:00