genode/repos/base/src/base
Christian Helmuth 98def2488a thread: move Thread_base::myself() to separate file
The thread library (thread.cc) in base-foc shared 95% of the code with
the generic implementation except myself(). Therefore, its
implementation is now separated from the other generic sources into
myself.cc, which allows base-foc to use a foc-specific primitive to
enable our base libraries in L4Linux.

Issue #1491
2015-05-06 10:55:17 +02:00
..
allocator base: const-correctness of Allocator interface 2015-04-17 16:13:22 +02:00
avl_tree Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
child Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
console Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
cpu base: interface for D- and I-cache synchronization 2014-05-27 11:14:45 +02:00
cxx Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
elf Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
env base: extend emergency dataspace size 2015-04-09 16:04:46 +02:00
heap base: const-correctness of Allocator interface 2015-04-17 16:13:22 +02:00
include Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
ipc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
irq base: remove Irq_connection::wait_for_irq() 2015-04-23 16:48:00 +02:00
lock base: memory barriers in lock implementations 2014-11-28 12:02:34 +01:00
pager Fix race condition in page fault notification 2014-07-24 10:18:07 +02:00
process CPU session: apply quota via relative weightings 2015-05-06 10:55:16 +02:00
server CPU session: apply quota via relative weightings 2015-05-06 10:55:16 +02:00
signal base: extend emergency dataspace size 2015-04-09 16:04:46 +02:00
thread thread: move Thread_base::myself() to separate file 2015-05-06 10:55:17 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

README

This directory contains the mandatory Genode infrastructure
on which all Genode components rely. Each subdirectory
corresponds to a library.

:Note: Do not mistake the name of this directory with the
  make variable $(BASE_DIR). The make variable refers to
  the top-level directory of the whole Genode source tree.