genode/os/src/lib
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
..
alarm Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
blit os: Add const qualifiers to blit library 2013-09-18 14:58:55 +02:00
config os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +02:00
config_args os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +02:00
dde_kit Make Deallocator::need_size_for_free() pure virtual 2014-01-30 10:05:43 +01:00
ldso base: setup thread object for main thread in CRT0 2014-02-25 14:58:05 +01:00
net Let the nic_bridge work event driven (fix #749) 2013-06-12 11:35:13 +02:00
server os: handle ipc error in server framework 2014-02-25 14:58:01 +01:00
timed_semaphore Reduce IPC with timer service in timed semaphore 2013-08-30 13:38:21 +02:00
trace/policy Build trace policies with -std=gnu++11 enabled 2013-10-16 09:26:11 +02:00
xev_track Update copyright headers to 2013 2013-01-10 21:44:47 +01:00