genode/base/src/base
Stefan Kalkowski 0971b47b11 Use placement new for Heap::Dataspace (fix #203)
This commit introduces placement new/delete, and a constructor for
Heap::Dataspace objects. It fixes the usage of uninitialized Dataspace
objects when expanding the heap that lead to problems in conjunction
with Native_capability smart-pointer in base-foc. Please refer to
issue #203.
2012-05-10 19:04:35 +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 Fix printing of signed numbers 2012-04-23 15:35:01 +02: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 Use placement new for Heap::Dataspace (fix #203) 2012-05-10 19:04:35 +02:00
lock Merge spin-lock implementations 2012-02-29 15:41:17 +01:00
process Add an 'executable' flag to 'Rm_session::attach()' 2012-04-20 11:21:19 +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.