genode/repos/base-linux
Norman Feske 6e03d731a2 base-linux: avoid global ctor in wait_for_exit
This patch replaces the global '_wait_for_exit_sem' object by a local
static variable, which does not rely on the global ctors. It thereby
fixes the fault_detection test after the removal of the global ctors
execution from core ("base: remove component.cc from core").

Issue #4784
2023-07-14 12:06:31 +02:00
..
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
include/spec/arm_64/trace base-linux: discharge timestamp on AARCH64 2021-05-10 11:17:20 +02:00
lib base: de-duplicate src/lib/base/platform.cc 2023-07-14 12:06:31 +02:00
recipes depot: update recipe hashes 2023-06-16 11:24:26 +02:00
run base: use [build_artifacts] in run scripts 2023-05-30 12:03:26 +02:00
src base-linux: avoid global ctor in wait_for_exit 2023-07-14 12:06:31 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.