genode/repos/base/src
Alexander Boettcher 9c0ced0a85 ldso: add __L4_ThreadSwitch to ldso symbol.map
This wasn't necessary before because we built an l4 library for
Pistachio and linked it against each application. With the new linker,
we compile the required files from within Genode and create a syscall
library that is only linked to ldso. If a program uses system calls
directly, for example, DDE kit's spinlock implementation, the required
symbols must be made globally accessible.

Fixes #1306
2014-12-01 16:32:35 +01:00
..
base thread API & CPU session: accounting of CPU quota 2014-11-28 12:02:37 +01:00
core thread API & CPU session: accounting of CPU quota 2014-11-28 12:02:37 +01:00
lib ldso: add __L4_ThreadSwitch to ldso symbol.map 2014-12-01 16:32:35 +01:00
platform base: Genode's dynamic linker 2014-11-12 14:44:15 +01:00
test Log name of exiting child from Child::exit() 2014-09-11 10:23:39 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

README

This directory contains all source codes.