genode/base-linux/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 Make Deallocator::need_size_for_free() pure virtual 2014-01-30 10:05:43 +01:00
context_area.cc base-linux: revised region management 2013-09-26 15:07:08 +02:00
cpu_session_extension.cc base: replace obj_by_* by lookup_and_lock 2013-01-10 11:13:13 +01:00
cpu_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pd_session_component.cc base-linux: fix ELF dataspace execution 2013-09-23 14:26:00 +02:00
platform.cc base-linux: Fix use-after-free problem of ds fds 2013-05-07 21:56:06 +02:00
platform_thread.cc linux: thread name wrongly truncated by one byte 2013-07-05 12:37:42 +02:00
ram_session_support.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rom_session_component.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
target.mk base: Unify 'Platform_env' across platforms 2013-10-05 12:44:36 +02:00
thread_linux.cc base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00