genode/base-linux/src/core
Norman Feske 959df5d46b Generalize handling of PD-session arguments
On Linux, we want to attach additional attributes to processes, i.e.,
the chroot location, the designated UID, and GID. Instead of polluting
the generic code with such Linux-specific platform details, I introduced
the new 'Native_pd_args' type, which can be customized for each
platform. The platform-dependent policy of init is factored out in the
new 'pd_args' library.

The new 'base-linux/run/lx_pd_args.run' script can be used to validate
the propagation of those attributes into core.

Note that this patch does not add the interpretation of the new UID and
PID attributes by core. This will be subject of a follow-up patch.

Related to #510.
2012-11-21 20:04:07 +01:00
..
include Generalize handling of PD-session arguments 2012-11-21 20:04:07 +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 Generalize handling of PD-session arguments 2012-11-21 20:04:07 +01:00
platform_thread.cc Linux: Add 'Platform_thread' destructor 2012-11-05 17:31:05 +01:00
platform.cc base-linux: implement IPC server destruction 2012-11-16 13:55:08 +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 Add 'Thread_base::join()' 2012-11-19 12:43:34 +01:00