genode/repos/ports
Norman Feske b0b92e4ee2 vfs: pass root directory to plugins
This patch enables the use of the VFS from VFS plugins by passing a
reference of the root directory to the constructors of file-system
instances. Since it changes the signature of 'Vfs::Dir_file_system',
any code that uses the VFS directly requires an adaptation.

Fixes #2701
2018-04-10 11:09:17 +02:00
..
doc
include ports: support g++ -Weffc++ for vmm utils 2018-03-27 13:43:10 +02:00
lib vbox5: update to 5.1.34 2018-03-08 12:05:04 +01:00
mk ports: allow more customizations in gnu_build.mk 2018-02-09 13:34:20 +01:00
ports seoul: adjust Intel network model to recent VM 2018-03-27 13:44:26 +02:00
recipes depot: update recipe hashes 2018-03-29 14:59:07 +02:00
run sel4: adjust network scenarios for wandboard 2018-04-10 11:09:16 +02:00
src vfs: pass root directory to plugins 2018-04-10 11:09:17 +02: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'.