genode/repos/base-sel4/lib/mk
Norman Feske a99989af40 Separation of thread operations from CPU session
This patch moves the thread operations from the 'Cpu_session'
to the 'Cpu_thread' interface.

A noteworthy semantic change is the meaning of the former
'exception_handler' function, which used to define both, the default
exception handler or a thread-specific signal handler. Now, the
'Cpu_session::exception_sigh' function defines the CPU-session-wide
default handler whereas the 'Cpu_thread::exception_sigh' function
defines the thread-specific one.

To retain the ability to create 'Child' objects without invoking a
capability, the child's initial thread must be created outside the
'Child::Process'. It is now represented by the 'Child::Initial_thread',
which is passed as argument to the 'Child' constructor.

Fixes #1939
2016-05-23 15:52:39 +02:00
..
spec/x86_32 base: uniform base-internal header structure 2016-03-07 12:34:45 +01:00
base-common.inc Clean up base-library structure 2016-05-09 13:24:11 +02:00
base.mk Clean up base-library structure 2016-05-09 13:24:11 +02:00
core_printf.mk base: new interface for textual output 2016-05-09 13:25:01 +02:00
core.mk Separation of thread operations from CPU session 2016-05-23 15:52:39 +02:00
syscall.mk sel4: first syscall invokation 2015-05-26 09:39:54 +02:00