genode/base/src/base
Alexander Boettcher c2d3543e62 base: replace obj_by_* by lookup_and_lock
Add functionality to lookup an object and lock it. Additional the case is
handled that a object may be already in-destruction and the lookup will deny
returning the object.

The object_pool generalize the lookup and lock functionality of the rpc_server
and serve as base for following up patches to fix dangling pointer issues.
2013-01-10 11:13:13 +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 base: replace obj_by_* by lookup_and_lock 2013-01-10 11:13:13 +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 base: avoid deadlock in sliced_heap 2012-12-21 14:54:21 +01:00
lock base: add memory barrier before releasing lock 2013-01-09 15:34:29 +01:00
process Generalize handling of PD-session arguments 2012-11-21 20:04:07 +01:00
server base: replace obj_by_* by lookup_and_lock 2013-01-10 11:13:13 +01:00
signal Make quota-upgrading message more clear 2012-12-22 13:04:04 +01:00
thread base: apply thread.cc fix of foc to base* 2012-12-21 14:54:21 +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.