genode-ehmry/repos/ports
Emery Hemingway 7a11384177 Merge pthread into libc library
The pthread API is considered a standard feature of libc so better to
simply merge it with the libc. Pthreads are in fact already a part of
the libc in the form of weak symbols. This merger is also a prerequisite
for better integrating pthreads with the libc I/O task.

Fix #3054
2018-11-29 11:46:01 +01:00
..
doc Make label prefixing more strict 2016-11-30 13:37:07 +01:00
include noux: increase Chunk size to 64KiB 2018-04-19 12:38:23 +02:00
lib Merge pthread into libc library 2018-11-29 11:46:01 +01:00
mk ports: allow more customizations in gnu_build.mk 2018-02-09 13:34:20 +01:00
ports seoul: produce hash stable port 2018-10-29 09:36:21 +01:00
recipes Merge pthread into libc library 2018-11-29 11:46:01 +01:00
run Merge pthread into libc library 2018-11-29 11:46:01 +01:00
src Merge pthread into libc library 2018-11-29 11:46:01 +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'.