genode/base/include
Stefan Kalkowski 04b8418b54 Let memcmp correspond to the C standard (fix #628)
By now, the memcmp implementation of Genode's basic string utilities just
returned whether two memory blocks are equal or differ. It gave no hint which
block is greater, or lesser than the other one. This isn't the behaviour
anticipated by implementations that rely on the C standard memcmp, e.g. GCC's
libsupc++, or the nic_bridge's AVL tree implementation.
2013-01-24 11:02:49 +01:00
..
32bit/base Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
64bit/base Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
arm/cpu Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
base Synchronize signal context destruction 2013-01-15 15:03:21 +01:00
cap_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cpu_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
dataspace Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
drivers Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_mem_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
io_port_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
irq_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
log_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pager Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
parent Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pd_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
platform Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
ram_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rm_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rom_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
root Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
signal_session Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
thread Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
util Let memcmp correspond to the C standard (fix #628) 2013-01-24 11:02:49 +01:00
x86/cpu Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
x86_32/cpu Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
x86_64/cpu Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.