genode/base/src/base
Norman Feske 0dbb5e1696 Propagate 'Range_allocator::alloc_aligned' errors
This patch reflects eventual allocation errors in a more specific way to
the caller of 'alloc_aligned', in particular out-of-metadata and
out-of-memory are considered as different conditions.

Related to issue #526.
2012-11-28 22:51:09 +01:00
..
allocator Propagate 'Range_allocator::alloc_aligned' errors 2012-11-28 22:51:09 +01:00
avl_tree Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
child Generalize handling of PD-session arguments 2012-11-21 20:04:07 +01:00
console Fix printing of signed numbers 2012-04-23 15:35:01 +02:00
cxx cxx: make 'operator delete(void *)' a weak symbol 2012-10-24 11:34:39 +02:00
elf Add more known segment types for dynamic ELFs 2012-11-26 11:34:00 +01:00
env Move context area definition to native_type 2012-09-24 09:17:54 +02:00
heap Propagate 'Range_allocator::alloc_aligned' errors 2012-11-28 22:51:09 +01:00
lock Bug fix: null ptr dereference in base/lock 2012-07-04 14:56:44 +02:00
process Generalize handling of PD-session arguments 2012-11-21 20:04:07 +01:00
server Cleanup destruction of RPC entrypoints 2012-11-26 20:58:09 +01:00
signal Validate liveliness of signal contexts 2012-03-21 21:37:15 +01:00
thread Add 'Thread_base::join()' 2012-11-19 12:43:34 +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.