genode/repos/os/src/server/tar_fs
Emery Hemingway 2d50552522 Remove Genode namespace from File_system
Fixes #1845
2016-01-08 14:48:52 +01:00
..
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
directory.h Remove Genode namespace from File_system 2016-01-08 14:48:52 +01:00
file.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
lookup.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
main.cc void sync(char const *path) 2015-11-04 14:09:23 +01:00
node.h Move generic fs helpers to os/include/file_system 2015-05-06 10:55:17 +02:00
record.h Remove Genode namespace from File_system 2016-01-08 14:48:52 +01:00
symlink.h Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
target.mk Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
util.h unify file system utilities to os/include/file_system 2015-06-22 14:43:36 +02:00

README

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.