genode/repos/os
Christian Helmuth e2559a822b server/fs_report: don't truncate file initially
fs_report truncated the report file on construction of the report
session to mimic an "empty report". This prevented existing use cases
where the initial state was already written to the file system by other
means.

I doubt that use cases exist where the inital empty-report mimic is
needed and (if I'm wrong) there is still the race of the consumer
reading the file just before the report session is constructed.
Reporters that want to enforce an empty initial report should send it
explicitly.
2018-05-31 12:28:15 +02:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include os: add Expanding_reporter::generate(Xml_node) 2018-05-30 13:36:40 +02:00
lib net: get rid of unused mac_from_string method 2018-05-30 13:36:36 +02:00
recipes Fs_rom: send signals on file removal 2018-05-31 12:28:12 +02:00
run Fs_rom: send signals on file removal 2018-05-31 12:28:12 +02:00
src server/fs_report: don't truncate file initially 2018-05-31 12:28:15 +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.