gint/src/fs/fugue
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
..
BFile_Ext_Stat.c fs: folder support, part 1 (mkdir/rmdir and the opendir(3) family) 2021-12-21 19:01:00 +01:00
fugue.c fs: buffer Fugue writes through RAM 2022-01-10 14:47:14 +01:00
fugue.h fs: track offset of Fugue files manually 2022-01-06 14:05:52 +01:00
fugue_dir.c fs: track offset of Fugue files manually 2022-01-06 14:05:52 +01:00
fugue_mkdir.c fs: folder support, part 2 (path normalization and root) 2021-12-23 01:19:45 +01:00
fugue_open.c fs: fix tracking of initial position with O_APPEND (*) 2022-03-19 19:26:23 +00:00
fugue_rmdir.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
fugue_stat.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
fugue_unlink.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
util.c fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00
util.h fs: stat(), proper unlink(), rmdir() 2021-12-30 18:17:13 +01:00