gint/src/fs/fugue
Lephe 8aea762e7a
fs: use a static variable in calls to BFile_Create()
There is no evidence that BFile_Create() keeps the address and writes
to it later on, but I'd rather be overly careful than have to debug a
stack corruption problem in half a year :)
2022-01-10 13:38:28 +01: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: track offset of Fugue files manually 2022-01-06 14:05:52 +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: use a static variable in calls to BFile_Create() 2022-01-10 13:38:28 +01: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