genode/base-linux/src/core
Norman Feske de69ee2e66 Linux: cleanup system-call bindings
This patch simplifies the system call bindings. The common syscall
bindings in 'src/platform/' have been reduced to the syscalls needed by
non-core programs. The additional syscalls that are needed solely by
core have been moved to 'src/core/include/core_linux_syscalls.h'.
Furthermore, the resource path is not used outside of core anymore.
Hence, we could get rid of the rpath library. The resource-path code has
been moved to 'src/core/include/resource_path.h'. The IPC-related parts
of 'src/platform' have been moved to the IPC library. So there is now a
clean separation between low-level syscall bindings (in 'src/platform')
and higher-level code.

The code for the socket-descriptor registry is now located in the
'src/base/ipc/socket_descriptor_registry.h' header. The interface is
separated from 'ipc.cc' because core needs to access the registry from
outside the ipc library.
2012-11-05 17:31:04 +01:00
..
include Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
context_area.cc Move context area definition to native_type 2012-09-24 09:17:54 +02:00
cpu_session_extension.cc Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
cpu_session_support.cc Extend RAM/CPU session for base-hw context-areas. 2012-08-02 16:41:21 +02:00
io_mem_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
pd_session_component.cc Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
platform_thread.cc Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
platform.cc Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
ram_session_support.cc Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
rom_session_component.cc Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
target.mk Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
thread_linux.cc Linux: prevent zombie state for child processes 2012-07-11 12:12:41 +02:00