genode/base/src/base
Norman Feske d6e30c19de Replace 'Native_capability::copy_to' by accessor
The 'copy_to' function turned out to be not flexible enough to
accommodate the Noux fork mechanism. This patch removes the function,
adds an accessor for the capability destination and a compound type
'Native_capability::Raw' to be used wherever plain capability
information must be communicated.
2012-03-28 09:58:51 +02: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 Replace 'Native_capability::copy_to' by accessor 2012-03-28 09:58:51 +02: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 Replace 'Native_capability::copy_to' by accessor 2012-03-28 09:58:51 +02: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.