genode/base/src/base
Norman Feske 3d5cfde313 Signal accounting in the explicit-reply path
Properly account signal count in the explicit-reply path (when source-
client gets immediately unblocked by 'signal_session_component::submit').
This patch prevents the delivery of superfluous signals with num == 0.
2011-12-22 17:20:45 +01:00
..
allocator Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
avl_tree Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
console Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
cxx Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
elf Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
env Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
heap Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
lock Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
process Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
server Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
signal Signal accounting in the explicit-reply path 2011-12-22 17:20:45 +01:00
thread Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

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.