genode/repos/base-linux
Christian Helmuth d7ddc83fa9 linux: place alternate signal stack in stack area
The alternate stack must use the stack area as, e.g., Thread::myself()
depends on this property. Hybrid components do not depend on this
property and, therefore, use a static stack buffer.

Fixes #1935
2016-06-28 11:09:28 +02:00
..
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include/base Unify ipc_msgbuf.h across base platforms 2016-04-25 10:47:59 +02:00
lib Clean up base-library structure 2016-05-09 13:24:11 +02:00
mk/spec base: hide internals of the Thread API 2016-03-07 12:34:46 +01:00
run Omit superfluous use of "CAP"/"SIGNAL" services 2016-05-09 13:24:51 +02:00
src linux: place alternate signal stack in stack area 2016-06-28 11:09:28 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.