genode/repos/base/src/base
Christian Helmuth 2a698ffd5f signal: prevent submission of contexts w/o receiver
This prevents a sporadic null-pointer dereference in the nic_loopback
test, which occurred once in 100 runs. I'm not sure if there's still a
race window (we may investigate) with context dissolve.
2016-01-26 16:20:47 +01: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 base: make reference ram cap part of child policy 2015-11-27 12:18:54 +01:00
console base: fix warning in console.cc 2015-11-04 13:49:01 +01:00
cpu base: interface for D- and I-cache synchronization 2014-05-27 11:14:45 +02:00
cxx cxx: notify parent on abort() (in main thread) 2015-07-01 15:09:32 +02:00
elf Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
env base: move retry template function to util header 2015-05-26 09:40:03 +02:00
heap base: contain chunk_size heap consumption 2015-07-21 09:36:46 +02:00
include unmanaged singleton: allow private constructors 2015-07-21 09:30:12 +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
process base: invalidate thread cap if task creation fails 2015-11-18 12:22:09 +01:00
server base: redesign object pool using lambda interface 2015-09-09 15:14:28 +02:00
signal signal: prevent submission of contexts w/o receiver 2016-01-26 16:20:47 +01:00
thread ldso: Make truly self relocatable 2015-12-10 13:16:25 +01: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.