genode/os/src/server/tar_fs
2013-12-20 15:20:10 +01:00
..
directory.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
file.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lookup.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
main.cc add sync implementation to various fs servers 2013-12-20 15:20:10 +01:00
node_handle_registry.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
node.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
README TAR file system service 2012-08-22 09:51:31 +02:00
record.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
symlink.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
target.mk os: Move Genode::Config into 'config' library 2013-09-23 14:25:58 +02:00
util.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00

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.