genode/base/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
..
include base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00
x86 Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
context_area.cc base: add remove_client to rm_session 2013-02-11 12:01:25 +01:00
core_mem_alloc.cc base: show size as %zu instead %zd 2013-12-20 15:16:19 +01:00
cpu_session_component.cc Add 'String<SIZE>' buffer type to 'util/string.h' 2013-10-05 12:44:35 +02:00
dataspace_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
dump_alloc.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session_component.cc core: Be more precise in IO_MEM error message 2013-05-15 20:47:38 +02:00
main.cc base: show size as %zu instead %zd 2013-12-20 15:16:19 +01:00
mb_info.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
multiboot_info.cc Coding style fixes 2013-01-24 11:35:56 +01:00
pd_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform_services.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ram_session_component.cc base: catch errors during ram_ds allocation 2013-12-20 15:16:25 +01:00
rm_session_component.cc Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
rom_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_session_component.cc Avoid leakage of signal-source reply capabilities 2013-05-07 21:56:06 +02:00
signal_source_component.cc Avoid leakage of signal-source reply capabilities 2013-05-07 21:56:06 +02:00
trace_session_component.cc core: change policy incrementation to prefix op 2014-02-25 14:58:02 +01:00