genode/base-foc/src
Stefan Kalkowski 66fbea127b Fiasco.OC: fix bugs in cap_map insertion/removal
The following fixes partly solve the problems triggered by the noux stress
test introduced by nfeske in issue #208.
* The check whether a capability exists in the Cap_map, and its insertion,
  has to be done atomically
* While removing a capability it is looked up in the Cap_map via its id,
  check whether the found capability pointer is the same like the looked up,
  otherwise the wrong capability gets freed
* When a local capability is un- resp. marshalled, only the local pointer
  gets transfered, not the redundant capability id
* Introduce several assertions and warnings to facilitate debugging
2012-05-29 13:55:00 +02:00
..
base Fiasco.OC: fix bugs in cap_map insertion/removal 2012-05-29 13:55:00 +02:00
bootstrap Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
core Fiasco.OC: fix bugs in cap_map insertion/removal 2012-05-29 13:55:00 +02:00
kernel Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
platform Fiasco.OC: smart-pointer for kernel capabilities. 2012-05-09 20:50:57 +02:00
sigma0 Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
test/cap_integrity Move 'test/cap_integrity/foc' to 'base-foc' 2012-03-28 16:28:15 +02:00