mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-05 18:50:04 +00:00
cb952d2087
Replace the Out_of_node_handles exception with Out_of_metadata. Clients need to know when the server is out of internal resources, but not why. Cleanup and sort the errors at file_system_session.h. Remove 'Size_limit_reached exception' from File_system, which was internal to ram_fs. Issue #1751 Fixes #1909
This directory contains a service that provides the contents of a TAR archive via the 'File_system::Session' interface. Configuration: ! <config> ! <archive name="tar_archive.tar" /> ! <policy label="label_of_client" root="/rootdir/for/client" /> ! </config> For an example, please refer to the 'libports/run/libc_fs_tar_fs.run' script.