genode/base-linux/src/core/include
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
..
cap_session_component.h Rename tid() to dst() in Native_capability. 2012-03-10 15:52:19 +01:00
core_linux_syscalls.h Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
cpu_session_component.h Create entrypoint sockets in core only 2012-11-05 17:31:04 +01:00
dataspace_component.h Linux: Don't access file system outside of core 2012-11-05 17:31:04 +01:00
io_mem_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
irq_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
pd_session_component.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
platform_pd.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
platform_thread.h Create entrypoint sockets in core only 2012-11-05 17:31:04 +01:00
platform.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
resource_path.h Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00
rm_session_component.h Add an 'executable' flag to 'Rm_session::attach()' 2012-04-20 11:21:19 +02:00
server_socket_pair.h Linux: cleanup system-call bindings 2012-11-05 17:31:04 +01:00