genode/base-foc/src/core
Martin Stein 0b64328944 base: setup thread object for main thread in CRT0
For a main thread a thread object is created by the CRT0 before _main gets
called so that _main can already run in a generic environment that, e.g.,
catches stack overflows as a page-fault instead of corrupting the BSS.
Additionally dynamic programs have only one CRT0 - the one of the LDSO -
which does the initialization for both LDSO and program.

ref #989
2014-02-25 14:58:05 +01:00
..
arm Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
arndale thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
imx53 Fiasco.OC: enable i.MX53 platform 2012-11-23 12:20:27 +01:00
include core: TRACE service interface and implementation 2013-08-15 09:22:47 +02:00
panda Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
pbxa9 Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
vea9x4 Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
x86 foc: Fix interrupt-mode handling on x86 2013-08-13 17:27:40 +02:00
cap_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cpu_session_extension.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
irq_session_component.cc base: do not allow unnamed threads 2013-10-22 08:00:07 +02:00
pd_session_extension.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform_pd.cc base-foc: Improve documentation of capability enums 2013-07-12 15:33:27 +02:00
platform_thread.cc base-foc: enable CPU state modification 2013-10-17 11:03:40 +02:00
platform.cc foc: re-dimension UTCB area in core (fixes #927) 2013-10-22 08:00:17 +02:00
ram_session_support.cc foc: Use L2-cache synchronization calls 2013-02-25 16:45:48 +01:00
rm_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_source_component.cc Avoid leakage of signal-source reply capabilities 2013-05-07 21:56:06 +02:00
target.inc thread: rearrange thread context management 2014-01-27 18:54:09 +01:00
thread_start.cc base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00