genode/repos/ports
Stefan Kalkowski a145e6ad70 nic_bridge: transition to the new base API
* use Component::* instead of Server::*
* do not use old printf format anymore
* do not use old Genode::env()->heap() anymore
* avoid pointers where possible, and use references instead
* throw away the thread-safe variants of list and AVL tree,
  nic_bridge became single-threaded in the past
* introduce Ram_session_guard instead of Allocator_guard

Issue #1987
2016-06-28 11:09:23 +02:00
..
doc doc: update README, components.txt etc. 2016-05-26 15:54:17 +02:00
include base: changes for GDB monitor 2016-05-23 15:52:49 +02:00
lib vbox: Provide implementation of RTErrCOMGet 2016-06-22 12:17:18 +02:00
mk Noux: workaround for libtool problem 2016-04-11 11:51:44 +02:00
ports noux-pkg: port of diffutils 3.3 2016-06-22 12:21:42 +02:00
run nic_bridge: transition to the new base API 2016-06-28 11:09:23 +02:00
src noux-pkg: port of diffutils 3.3 2016-06-22 12:21:42 +02: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'.