genode/repos/ports
Norman Feske 02d5efcf3f init: apply routing to environment sessions
The init component used to create the CPU/RAM/PD/ROM sessions (the child
environment) for its children by issuing session requests to its parent,
which is typically core. This policy was hard-wired. This patch enables
the routing of the environment sessions of the children of init
according to the configured routing policy.

Because there is no hard-wired policy regarding the environment sessions
anymore, routes to respective services must be explicitly declared in
the init configuration. For this reason, the patch adjusts several run
scripts in this respect.

This patch removes the outdated '<if-args>' special handling of session
labels. The '<if-args>' feature will eventually be removed completely
(ref #2250)

Issue #2197
Issue #2215
Issue #2233
Issue #2250
2017-01-31 12:01:11 +01:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include Warn about the use of deprecated env() function 2017-01-13 13:07:13 +01:00
lib muen: Build sinfo code as static sinfo-muen library 2017-01-20 16:47:00 +01:00
mk Generalize ABI mechanism to shared objects 2017-01-13 13:06:54 +01:00
ports vbox: update to 5.1.10 2016-11-30 13:37:05 +01:00
run init: apply routing to environment sessions 2017-01-31 12:01:11 +01:00
src os/include/nic: API transition (fix 'deprecated' warnings) 2017-01-20 16:46:56 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

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'.