gint/src/fs
Lephe f300338a57
fs: fix tracking of initial position with O_APPEND (*)
(*) O_APPEND is *not* functional yet, this is just a hack for write-only
streams. Currently O_APPEND does not reposition the cursor at the end of
the file before every write.
2022-03-19 19:26:23 +00:00
..
fugue fs: fix tracking of initial position with O_APPEND (*) 2022-03-19 19:26:23 +00:00
close.c fs: cast BFile support into generic file descriptors 2021-12-13 18:38:47 +01:00
closedir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
creat.c fs: basic filesystem support over BFile 2021-12-11 16:38:28 +01:00
fdopendir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
fs.c fs: track offset of Fugue files manually 2022-01-06 14:05:52 +01:00
lseek.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
mkdir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
open.c fs: cast BFile support into generic file descriptors 2021-12-13 18:38:47 +01:00
opendir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
pread.c fs: track offset of Fugue files manually 2022-01-06 14:05:52 +01:00
pwrite.c fs: track offset of Fugue files manually 2022-01-06 14:05:52 +01:00
read.c fs: cast BFile support into generic file descriptors 2021-12-13 18:38:47 +01:00
readdir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
rewinddir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
rmdir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
seekdir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
stat.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
telldir.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
unlink.c fs: cast BFile support into generic file descriptors 2021-12-13 18:38:47 +01:00
write.c fs: cast BFile support into generic file descriptors 2021-12-13 18:38:47 +01:00