ladybird/VirtualFileSystem
Andreas Kling 1f41a36c52 Add a Unix namespace for foo_t types.
This allows me to keep prototyping things on a random desktop machine,
even if that machine has its own ideas about foo_t types.
2018-10-14 22:57:57 +02:00
..
.gitignore Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
BlockDevice.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
BlockDevice.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
CharacterDevice.cpp Add basic character device support. Start with null and zero. 2018-10-14 03:01:32 +02:00
CharacterDevice.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
DeviceBackedFileSystem.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
DeviceBackedFileSystem.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
ext2_fs.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
ext2_types.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
Ext2FileSystem.cpp Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
Ext2FileSystem.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
FileBackedBlockDevice.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
FileBackedBlockDevice.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
FileHandle.cpp Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
FileHandle.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
FileSystem.cpp Use HashMap::remove() in some places that I wanted it. 2018-10-13 14:26:37 +02:00
FileSystem.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
FullDevice.cpp Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
FullDevice.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
InodeIdentifier.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
InodeIdentifier.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
InodeMetadata.h Parse out major/minor device from character and block device inodes. 2018-10-14 02:24:12 +02:00
Limits.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
Makefile Work on POSIX-like read() and lseek() support. 2018-10-14 21:19:27 +02:00
NullDevice.cpp Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
NullDevice.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
small.fs Add a simple /dev/full. 2018-10-14 13:16:09 +02:00
SyntheticFileSystem.cpp Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
SyntheticFileSystem.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
sys-errno.h Minor errno fixups. 2018-10-14 22:16:28 +02:00
test.cpp Work on POSIX-like read() and lseek() support. 2018-10-14 21:19:27 +02:00
UnixTypes.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
VirtualFileSystem.cpp Add basic character device support. Start with null and zero. 2018-10-14 03:01:32 +02:00
VirtualFileSystem.h Work on POSIX-like read() and lseek() support. 2018-10-14 21:19:27 +02:00
ZeroDevice.cpp Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00
ZeroDevice.h Add a Unix namespace for foo_t types. 2018-10-14 22:57:57 +02:00