genode/repos/os
Norman Feske 7de2b040f8 vfs: deliver ACKs after config change
This is needed to enable VFS plugins to notify VFS clients about file
changes that depend on the plugin configuration, E.g., whenever the vfs_ttf
plugin responds to a font-size change, it generates a watch notification
for the glyphs file. Since the change is independent from I/O, we need
to manually call 'handle_io_progress'.
2020-09-09 16:57:34 +02:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include os: add platform driver for i.MX 8M Quad SoC 2020-08-25 11:50:12 +02:00
lib os: add sandbox lib to api/os 2020-02-20 12:11:22 +01:00
recipes depot: update recipe hashes 2020-08-28 08:29:12 +02:00
run base: extend PD session with managing_system call 2020-08-25 11:50:11 +02:00
src vfs: deliver ACKs after config change 2020-09-09 16:57:34 +02:00
xsd timeout_types.xsd: Minutes type 2019-08-21 12:37:02 +02: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.