genode/repos/os
Norman Feske fd7001d020 os/vfs.h: don't truncate File_content
The 'File_content' utility throws an exception whenever a file happens
to get truncated during the reading process. But it silently truncates
the data against the specified limit. In practice, exceeding the limit
is usually an error case. This patch enhances the 'File_content' utility
by throwing 'Truncated_during_read' in the limit-exceeded case as well,
in order to ease the diagnosis of such cases.

Issue #4788
2023-03-15 17:05:35 +01:00
..
doc Remove SIGNAL/CAP/RAM services from run scripts 2022-04-13 08:08:00 +02:00
include os/vfs.h: don't truncate File_content 2023-03-15 17:05:35 +01:00
lib vfs: implement plugin for 'Capture' session 2022-04-13 09:29:03 +02:00
recipes depot: update recipe hashes 2023-03-13 14:32:54 +01:00
run nvme_drv: add support for host-memory-buffer 2023-03-13 14:32:53 +01:00
src gpu/intel: use _owner.cap during session destruction 2023-03-15 17:05:35 +01:00
xsd Remove NIC server role from drivers 2022-05-25 12:19:31 +02:00
README

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