genode/repos/os
Norman Feske 52e582132f os/vfs.h: handle corner case in join function
When specifying "/" or "" as rel_path to the 'Directory' constructor,
the constructed directory should refer to the same directory. The
implementation of the join utility did not consider this corner case. It
occurred during the attempt to use fs_query with "/" given as path.

This patch also adds a Directory::Entry::dir accessor that returns true
if the entry is a directory.

Fixes #3630
2020-02-20 12:08:16 +01:00
..
doc Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
include os/vfs.h: handle corner case in join function 2020-02-20 12:08:16 +01:00
lib os: increase throughput of blit for ARM 64-bit 2020-02-04 16:01:35 +01:00
recipes depot: update recipe hashes 2020-02-10 14:29:06 +01:00
run ahci: switch to request stream API + structural changes 2020-02-20 12:08:16 +01:00
src cached_fs_rom: fix file-handle leak 2020-02-20 12:08:16 +01: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.