genode/base-foc/include
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
..
arm/cpu Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
base Fiasco.OC: fix bugs in cap_map insertion/removal 2012-05-29 13:55:00 +02:00
foc_cpu_session Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
foc_pd_session Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
signal_session Fiasco.OC: introduce Cap_index (fixes #149, #112) 2012-03-22 14:10:44 +01:00
util Fiasco.OC: fix bugs in cap_map insertion/removal 2012-05-29 13:55:00 +02:00