genode/repos/ports
Josef Söntgen 94b63924ed noux: add time modification
... and set initial time by using RTC session.

Up to now Noux used a monotic clock whose initial start value always
was '0' (which correlates to the start of the UNIX epoch) to provide
a notion of time. In addition it is now possible to use the RTC
session to set the initial value for use cases where having a proper
real-world time matters.

To use the RTC session the 'rtc' attribute of the '<config>' node
must be set to 'yes'. Thereby the session becomes a mandatory
dependency as Noux will not start without it.

Issue #1784
2019-11-19 14:17:30 +01:00
..
doc Remove libc_terminal 2019-06-13 12:13:40 +02:00
include noux: add time modification 2019-11-19 14:17:30 +01:00
lib vbox: add 'RTMemDupExTag()' implementation 2019-08-21 12:37:00 +02:00
mk mk/gnu_build.mk: avoid absolute lib paths 2019-11-19 14:17:29 +01:00
ports tool chain: TLS support 2019-09-02 16:29:33 +02:00
recipes noux: add time modification 2019-11-19 14:17:30 +01:00
run libc: resolve symlinks in execve 2019-11-19 14:17:29 +01:00
src noux: add time modification 2019-11-19 14:17:30 +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'.