genode/repos/base/include
Christian Prochaska 3a378bb970 libc_noux: remove dependency on 'platform_env.h'
Currently, libc_noux includes the 'base/src/base/env/platform_env.h' file
to be able to reinitialize the environment using the 'Platform_env'
interface. For base-linux, a special version of this file exists and the
inclusion of the generic version in libc_noux causes GCC 4.9 to make wrong
assumptions about the memory layout of the 'Env' object returned by
'Genode::env()'.

This commit moves the reinitialization functions to the 'Env' interface to
avoid the need to include the 'platform_env.h' file in libc_noux.

Fixes #1510
2015-05-26 09:39:47 +02:00
..
32bit/base Revised API documentation 2015-04-09 16:04:46 +02:00
64bit/base Revised API documentation 2015-04-09 16:04:46 +02:00
arm base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
arm_v5/cpu base: memory barriers in lock implementations 2014-11-28 12:02:34 +01:00
arm_v6/cpu base: memory barriers in lock implementations 2014-11-28 12:02:34 +01:00
arm_v7/cpu base: memory barriers in lock implementations 2014-11-28 12:02:34 +01:00
base libc_noux: remove dependency on 'platform_env.h' 2015-05-26 09:39:47 +02:00
cap_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
cpu base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
cpu_session CPU session: apply quota via relative weightings 2015-05-06 10:55:16 +02:00
dataspace base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
drivers base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
io_mem_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
io_port_session Revised API documentation 2015-04-09 16:04:46 +02:00
irq_session base: extend irq session to support MSIs 2015-05-20 17:39:14 +02:00
log_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
pager Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
parent Revised API documentation 2015-04-09 16:04:46 +02:00
pd_session Document empty Pd_session_client::assign_pci 2015-04-17 16:13:22 +02:00
platform hw: support Wandboard Quad (i.MX6) 2015-04-09 16:04:43 +02:00
platform_exynos5 base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
ram_session Revised API documentation 2015-04-09 16:04:46 +02:00
rm_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
rom_session Revised API documentation 2015-04-09 16:04:46 +02:00
root Extract numeric string arguments with the correct signedness 2015-04-13 14:18:15 +02:00
session Revised API documentation 2015-04-09 16:04:46 +02:00
signal_session Revised API documentation 2015-04-09 16:04:46 +02:00
thread Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
trace_session base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
util base: move flex_iterator.h to include/util 2015-04-17 16:13:22 +02:00
x86/cpu Revised API documentation 2015-04-09 16:04:46 +02:00
x86_32/cpu base,os: Coding-style unification 2015-03-13 12:17:23 +01:00
x86_64/cpu base: Add #UD exception to x86_64 Cpu_state 2015-05-20 17:52:59 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

README

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.