genode/base/src/base
Norman Feske 48739422ac Validate liveliness of signal contexts
We cannot trust signal imprints received with signals to represent valid
pointers to signal contexts. After a signal context has been dissolved
from its receiver, a signal corresponding to the context might still be
in flight. Hence, we need a facility to check received signal imprints
against the list of valid contexts at reception time. The new
'Signal_context_registry' is a very simple attempt to create such a
facility.
2012-03-21 21:37:15 +01:00
..
allocator Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
avl_tree Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
console Hook for re-establishing default LOG session 2012-02-23 10:42:11 +01:00
cxx Exceptions at construction time of dynamic objects 2012-01-26 21:19:30 +01:00
elf Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
env Let reload_parent_cap take the new cap as agument 2012-02-23 10:42:03 +01:00
heap Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
lock Merge spin-lock implementations 2012-02-29 15:41:17 +01:00
process Don't memcpy the parent capability. Fix #144. 2012-03-08 18:41:38 +01:00
server Rename tid() to dst() in Native_capability. 2012-03-10 15:52:19 +01:00
signal Validate liveliness of signal contexts 2012-03-21 21:37:15 +01:00
thread Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

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.