genode/repos/os
Stefan Kalkowski b5e327e3e9 platform_drv: do not return cap of device twice
When a device got already acquired by a platform session client, do not
return the same capability again, even if the same platform session
client requested it. Therefore, make doubtful behaviour of client components
visible, and do not have to struggle with Platform::Device instances
instantiated multiple times, which care of the lifetime of the device
capability internally.

Fix genodelabs/genode#4379
2022-02-21 15:47:51 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include usb_session: increase default ram quota 2022-02-21 15:44:22 +01:00
lib vfs_tap: VFS plugin for Uplink/Nic session access 2022-02-21 15:44:22 +01:00
recipes Use new pc_usb_host_drv in all recipes and tests 2022-02-21 15:47:50 +01:00
run log_core.run: RAM-quota adjustment for sel4 2022-02-21 15:44:22 +01:00
src platform_drv: do not return cap of device twice 2022-02-21 15:47:51 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.