genode/base-linux
Norman Feske 4b140a5202 Define SIGUSR1 for hybrid Linux/Genode programs
This patch fixes the 'lx_hybrid_pthread_ipc.run' test. In order to use
the 'Genode::Lock' we need to set the SIGUSR1 handler to an empty handler.
Normally, this happens when creating a thread via the Genode API. But as
this test creates a thread via the pthread library and thereby bypasses
the Genode API, the signal handler remained unset.
2012-11-06 17:32:30 +01:00
..
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Propagate process labels to PD sessions 2012-11-05 17:31:04 +01:00
lib Linux: Build hybrid library with Genode tool chain 2012-11-05 17:31:05 +01:00
mk Hardening compilation support for 64bit Linux 2012-06-21 00:50:18 +02:00
run Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
src Define SIGUSR1 for hybrid Linux/Genode programs 2012-11-06 17:32:30 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This repository contains the Linux-specific implementation of Genode.