genode/repos/base-linux
Christian Helmuth f14024eb52 linux: print warning for unusually small stacks
Thread stacks with less than 4K usable space are insufficient for our
implementation of Linux exception signal handling. If such a unusually
small stack overflows the SIGSEGV handler will not be able to print the
diagnostic message leaving no hint of the cause of the stuck process.
2016-08-10 11:07:47 +02:00
..
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
lib base-linux: omit stack-area init for lx_hybrid 2016-07-11 13:31:37 +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: print warning for unusually small stacks 2016-08-10 11:07:47 +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.