genode/repos/os
Martin Stein 10b6b88b01 nic_bridge: simplified session request handling
1) A session request gets denied if there is no matching session policy.
   (The <defaul-policy/> tag can be used for the former default behavior)
2) A session request gets denied if the MAC address is given through the
   matching policy but this address cannot be allocated.
3) A session request gets denied if the MAC address is not given through the
   matching policy and it is also not possible to allocate one.

Issue #3040
2019-02-19 11:12:11 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include os: new Block::Request_stream API 2019-02-19 11:12:10 +01:00
lib imx6q_sabrelite: enable sd_card_drv 2019-02-19 11:08:17 +01:00
recipes Runtime package of clipboard service 2019-02-19 10:50:51 +01:00
run Run script to execute a single test w/o the depot 2019-02-19 11:12:11 +01:00
src nic_bridge: simplified session request handling 2019-02-19 11:12:11 +01:00
xsd nic_bridge: fixed MAC addresses 2018-11-27 11:36:35 +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.