genode/base-linux/include/base
Norman Feske f081733f4b Linux: remove 'some_mem' array in core
The Linux version of core used a part of the BSS to simulate access to
physical memory. All dataspaces would refer to a portion of 'some_mem'.
So every time when core would access the dataspace content, it would
access its local BSS. For all processes outside of core, dataspaces were
represented as files. This patch removes the distinction between core
and non-core processes. Now, core uses the same 'Rm_session_mmap'
implementation as regular processes. This way, the 'some_mem' could be
abandoned. We still use BSS variable for allocating core-local meta
data through.
2012-12-04 20:51:29 +01:00
..
ipc_msgbuf.h Delegate access to entrypoints via SCM rights 2012-11-05 17:31:04 +01:00
ipc.h Delegate access to entrypoints via SCM rights 2012-11-05 17:31:04 +01:00
native_types.h Generalize handling of PD-session arguments 2012-11-21 20:04:07 +01:00
pager.h Fix: don't deference stale pager pointer in core 2012-11-29 13:44:07 +01:00
platform_env.h Linux: remove 'some_mem' array in core 2012-12-04 20:51:29 +01:00