genode/repos/os
Norman Feske 100583e262 os/vfs.h: New_file utility
This patch moves the utility from the app/text_area to os/vfs.h to make
it easier to use by other components. By hosting the 'New_file' as a
friend alongside the 'Directory', we can now pass a 'Directory' as
constructor argument, which is consistent with other utilities such as
'File_content'.

As a further improvement, the new version supports the implicit creation
of the directory hierarchy leading to the new file.

Issue #4032
2021-05-28 14:15:27 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os/vfs.h: New_file utility 2021-05-28 14:15:27 +02:00
lib sandbox/init: parse config using 'List_model' 2021-04-20 12:03:04 +02:00
recipes depot: update recipe hashes 2021-05-10 11:18:12 +02:00
run qemu: sanity check misconfigured memory for okl4 2021-05-28 14:15:26 +02:00
src vfs_block: write less to the log 2021-05-28 14:15:27 +02:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +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.