Norman Feske
0167d5af50
Integrate core's RAM service into the PD service
...
Fixes #2407
2017-05-31 13:16:14 +02:00
Norman Feske
843dd179d7
base: remove int return types from 'Ram_session'
...
This patch replaces the existing C-style error codes with C++
exceptions.
Fixes #895
2017-05-31 13:16:04 +02:00
Norman Feske
58f44d39c5
base: use 'Ram_quota' in 'Ram_session' args
...
This patch replaces the former use of size_t with the use of the
'Ram_quota' type to improve type safety (in particular to avoid
accidentally mixing up RAM quotas with cap quotas).
Issue #2398
2017-05-31 13:16:04 +02:00
Norman Feske
29b8d609c9
Adjust file headers to refer to the AGPLv3
2017-02-28 12:59:29 +01:00
Norman Feske
e91170a49c
app/cli_monitor: API transition
...
Besides updating CLI monitor to the new API, the patch removes
Fiasco.OC-specific extensions that remained unused for a long time.
Ref #1987
2017-01-13 13:07:00 +01:00
Norman Feske
b2b5d1b2d2
os: make reusable cli_monitor headers public
...
The child handling as done by CLI monitor is worth reusing. Hence, this
patch moves the corresponding headers to 'os/include/cli_monitor/'.
2014-10-13 15:21:54 +02:00