genode/repos/os
Martin Stein 304cb290d9 nic_router: rework quota accounting
* Account all RAM/CAP quota of a session except quota for metadata used in
  core. The latter is considered when asking if a session can afford to make
  an operation but it does not get accounted to always be able to pay back all
  quota when a session closes. The general accounting mechanism is moved from
  atop of the allocators down to the level of RAM/RM session operations.
* report statistics about session objects and quota if <report stats="yes"
  quota="yes"/> is configured. (default is yes if <report> is present)

Issue #2953
2018-10-29 09:36:21 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include vfs: use correct enum values in 'Dir_file_system::open_composite_dirs()' 2018-09-13 15:21:11 +02:00
lib net: get rid of unused mac_from_string method 2018-05-30 13:36:36 +02:00
recipes depot: update recipe hashes 2018-10-01 11:25:03 +02:00
run nic_router: destroy links on insufficient resource 2018-10-29 09:36:21 +01:00
src nic_router: rework quota accounting 2018-10-29 09:36:21 +01:00
xsd base: define generic config XSD types globally 2018-08-28 16:48:47 +02: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.