genode/repos/ports
Norman Feske 84f8305cdf usb_report_filter: use VFS instead of fs session
This patch replaces the direct use of a file-system session via the
'file_system/util.h' helpers by the VFS using the os/vfs.h API. This
makes the component more flexible while removing the dependence from
read and write utilities of file_system/util.h, which happen to rely on
the (now removed) blocking packet-stream semantics.

Issue #4390
2022-02-15 10:10:03 +01:00
..
doc Replace libc_pipe plugin by VFS pipe plugin 2020-07-30 08:49:24 +02:00
include/vmm Remove Cpu_session::Native_cpu definition from API 2021-01-25 13:58:09 +01:00
lib vbox6: basic 3D support 2022-02-15 10:10:01 +01:00
mk noux: add RISC-V gnu build support 2021-12-17 15:04:49 +01:00
ports vbox6: basic 3D support 2022-02-15 10:10:01 +01:00
recipes vbox6: basic 3D support 2022-02-15 10:10:01 +01:00
run usb_report_filter: use VFS instead of fs session 2022-02-15 10:10:03 +01:00
src vbox6: fix warnings on disabled assertions 2022-02-15 10:10:01 +01:00
README

This directory contains ports of popular 3rd-party applications to Genode.

The 'ports' repository follows the line of the 'libports' repository.
For instructions about downloading and building 3rd-party applications,
please refer to 'libports/README'.


Dependencies from other repositories
------------------------------------

Application provided by the 'ports' repository typically expect a rich
runtime environment, including shared libraries provided by the 'libports'
repository. Hence, 'ports' depends on 'libports'.