mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
The former use of Pthread conditionals did not cover the corner case of early wakeups just before halting the CPU. These wakeups were simply lost which resulted in sporadic halts of about 500 ms (the maximum timeout of all halts in VirtualBox). RTSEMEVENTMULTI preserves early wakeups and effectively prevents the CPU from halting. Additionally, we now wakeup the target CPU on VMMR0_DO_GVMM_SCHED_POLL and, thus, mimic the behavior of the original implementation slightly better, Slightly related to #4313
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'.