genode/repos/os/include/vfs
Emery Hemingway 013eb506a8 Vfs::Dir_file_system: do not use Vfs_handle for opening directories as files
The Dir_file_system uses static cast to convert handles from the
application to a plugin local type. For this reason, only the local
handle type may be returned from 'opendir' or 'open'. This fixes the
unexpected behavior when opening directories as files.

Fix #2533
2018-02-15 10:22:09 +01:00
..
dir_file_system.h Vfs::Dir_file_system: do not use Vfs_handle for opening directories as files 2018-02-15 10:22:09 +01:00
directory_service.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
file_io_service.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
file_system_factory.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
file_system.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
print.h Print support for VFS errors 2017-11-30 11:23:02 +01:00
single_file_system.h VFS: catch Out_of_ram and Out_of_cap exceptions 2018-02-14 20:41:07 +01:00
types.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00
vfs_handle.h Follow practices suggested by "Effective C++" 2018-01-17 12:14:35 +01:00