genode/repos/ports
Norman Feske 698f6eb86c gdb_monitor: weaken reliance on sandbox internals
GDB monitor re-uses internal parts of the sandbox library. It thereby
relies on the internal detail of how local headers are included (using
"" instead of the now usual practice <>). A seemingly unrelated change
"init/sandbox: avoid repetitive state reports" eventually broke the
build of the GDB monitor.

This patch makes the GDB monitor less reliant on the way of how the
sandbox includes headers internally.

It also fixes a few warnings caused by the double definition of
__GENODE__ (adding an missing include guard and making the #define
conditional).

Related to issue #4064
2021-04-20 12:03:03 +02: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: refactor vcpu implementation 2021-04-20 12:03:02 +02:00
mk Replace ENV make variable with MKENV. 2019-11-19 14:42:23 +01:00
ports vbox6: update to version 6.1.18 2021-03-29 15:49:59 +02:00
recipes vbox6: sculpt runtime package 2021-04-20 12:03:03 +02:00
run vm_stress: increase cap quota for 3 & 4 vcpu test 2021-03-12 12:01:37 +01:00
src gdb_monitor: weaken reliance on sandbox internals 2021-04-20 12:03:03 +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'.