genode/repos/gems/lib/mk
Emery Hemingway c1ff581fb4 Copy-on-write VFS plugin
VFS plugin to replicate from one file-system to another. Can be used to
seed a mutable file-system with an immutable file-system. The plugin is
configure with two paths, a read-only path, and a read-write path. This
is an initial implementation that copies files on open. It is not
optimized to perform actual copy-on-write, but the result is the same.

<vfs>
	<dir name="immutable"> ... </dir>
	<dir name="mutable">   ... </dir>
	<dir name="cow">
		<cow ro="/immutable" rw="/mutable"/>
	</dir>
</vfs>

Fix #2745
2018-04-19 12:38:51 +02:00
..
spec Exclude higher-level repos from strict warnings 2018-01-17 12:14:36 +01:00
cpu_sampler_platform-generic.mk Exclude higher-level repos from strict warnings 2018-01-17 12:14:36 +01:00
cpu_sampler_platform.mk Exclude higher-level repos from strict warnings 2018-01-17 12:14:36 +01:00
file.mk Exclude higher-level repos from strict warnings 2018-01-17 12:14:36 +01:00
ttf_font.mk gems: ttf_font library 2018-04-10 11:09:19 +02:00
vfs_audit.mk VFS audit plugin 2018-04-10 11:11:50 +02:00
vfs_cow.mk Copy-on-write VFS plugin 2018-04-19 12:38:51 +02:00
vfs_ttf.mk gems: TrueType VFS plugin 2018-04-10 11:09:20 +02:00