genode/base-foc
Stefan Kalkowski ccebaa3802 Fiasco.OC: fix race while pager_object destruction
When the pager gets a pagefault, exception, pause, or wakeup request it's
always possible, that the corresponding thread gets destroyed between
receiving the message and looking up the thread's pager_object. This commit
unifies the check for a valid pager_object for each kind of requests to the
pager, thereby adds currently missing checks.
2012-03-28 20:15:15 +02:00
..
config Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
doc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Replace 'Native_capability::copy_to' by accessor 2012-03-28 09:58:51 +02:00
lib/mk Fiasco.OC: remove cap_alloc library (fix #160) 2012-03-23 14:33:46 +01:00
mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
patches Merge final fixes from internal repositories 2011-12-23 14:04:29 +01:00
run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
src Fiasco.OC: fix race while pager_object destruction 2012-03-28 20:15:15 +02:00
Makefile Fix subversion usage of 'make prepare' in base-foc 2012-01-17 23:17:08 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This repository contains the port of Genode to the Fiasco.OC microkernel.
For further information, please refer to the following documents:

:[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]:
  This Wiki page contains the information on how to build and use
  Genode with Fiasco.OC.

:[http://os.inf.tu-dresden.de/fiasco]:
  Official website for the Fiasco.OC microkernel.