genode/repos/ports
Martin Stein 10b6b88b01 nic_bridge: simplified session request handling
1) A session request gets denied if there is no matching session policy.
   (The <defaul-policy/> tag can be used for the former default behavior)
2) A session request gets denied if the MAC address is given through the
   matching policy but this address cannot be allocated.
3) A session request gets denied if the MAC address is not given through the
   matching policy and it is also not possible to allocate one.

Issue #3040
2019-02-19 11:12:11 +01:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +01:00
lib Remove virtualbox 4 vmm 2019-02-19 11:08:17 +01:00
mk ports: allow more customizations in gnu_build.mk 2018-02-09 13:34:20 +01:00
ports Update Seoul contrib code for new Fifo accessors 2019-02-19 11:08:17 +01:00
recipes Remove virtualbox 4 vmm 2019-02-19 11:08:17 +01:00
run nic_bridge: simplified session request handling 2019-02-19 11:12:11 +01:00
src base: remove dependency from deprecated APIs 2019-02-19 11:08:17 +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'.