| .. |
|
devoptab_fs_chdir.c
|
wutdevoptab: Use FS_ERROR_FLAG_ALL instead of -1
|
2021-01-01 17:21:44 +01:00 |
|
devoptab_fs_chmod.c
|
devoptab: Implement various functions and fixes (#223)
|
2022-07-23 12:03:07 +02:00 |
|
devoptab_fs_close.c
|
wutdevoptab: Use FS_ERROR_FLAG_ALL instead of -1
|
2021-01-01 17:21:44 +01:00 |
|
devoptab_fs_dirclose.c
|
wutdevoptab: Use FS_ERROR_FLAG_ALL instead of -1
|
2021-01-01 17:21:44 +01:00 |
|
devoptab_fs_dirnext.c
|
devoptab: Implement various functions and fixes (#223)
|
2022-07-23 12:03:07 +02:00 |
|
devoptab_fs_diropen.c
|
wutdevoptab: Use FS_ERROR_FLAG_ALL instead of -1
|
2021-01-01 17:21:44 +01:00 |
|
devoptab_fs_dirreset.c
|
wutdevoptab: Use FS_ERROR_FLAG_ALL instead of -1
|
2021-01-01 17:21:44 +01:00 |
|
devoptab_fs_fchmod.c
|
Make the devoptab code more consistent.
|
2018-10-06 10:41:24 +01:00 |
|
devoptab_fs_fstat.c
|
devoptab: Implement various functions and fixes (#223)
|
2022-07-23 12:03:07 +02:00 |
|
devoptab_fs_fsync.c
|
wutdevoptab: Use FS_ERROR_FLAG_ALL instead of -1
|
2021-01-01 17:21:44 +01:00 |
|
devoptab_fs_link.c
|
Revert "Rename wutdevoptab to wutdevoptab_sd"
|
2018-07-19 08:51:40 +01:00 |
|
devoptab_fs_mkdir.c
|
wutdevoptab: Replace FSError usage with FSStatus in __wut_fs_translate_error
|
2022-04-15 16:59:42 +01:00 |
|
devoptab_fs_open.c
|
wutdevoptab: Fix memory leak in open()
|
2022-08-28 00:15:13 +02:00 |
|
devoptab_fs_read.c
|
devoptab: Make sure file->offset gets updated and initialized
|
2022-07-30 17:58:06 +02:00 |
|
devoptab_fs_rename.c
|
wutdevoptab: Use FS_ERROR_FLAG_ALL instead of -1
|
2021-01-01 17:21:44 +01:00 |
|
devoptab_fs_rmdir.c
|
devoptab: Implement various functions and fixes (#223)
|
2022-07-23 12:03:07 +02:00 |
|
devoptab_fs_seek.c
|
wutdevoptab: Return early in lseek when the position is not changing
|
2022-08-02 23:44:18 +02:00 |
|
devoptab_fs_stat.c
|
devoptab: Implement various functions and fixes (#223)
|
2022-07-23 12:03:07 +02:00 |
|
devoptab_fs_statvfs.c
|
Make the devoptab code more consistent.
|
2018-10-06 10:41:24 +01:00 |
|
devoptab_fs_truncate.c
|
wutdevoptab: Use FS_ERROR_FLAG_ALL instead of -1
|
2021-01-01 17:21:44 +01:00 |
|
devoptab_fs_unlink.c
|
devoptab: Implement various functions and fixes (#223)
|
2022-07-23 12:03:07 +02:00 |
|
devoptab_fs_utils.c
|
devoptab: Implement various functions and fixes (#223)
|
2022-07-23 12:03:07 +02:00 |
|
devoptab_fs_utimes.c
|
wutdevoptab: Add stub implemenation of utimes and implement lstat via stub to avoid undefined behaviour.
|
2022-06-18 16:55:34 +02:00 |
|
devoptab_fs_write.c
|
wutdevoptab: Fix "syncing" the file->offset with the real offset on append mode.
|
2022-08-02 23:08:29 +02:00 |
|
devoptab_fs.c
|
wutdevoptab: Add stub implemenation of utimes and implement lstat via stub to avoid undefined behaviour.
|
2022-06-18 16:55:34 +02:00 |
|
devoptab_fs.h
|
wutdevoptab: Fix "syncing" the file->offset with the real offset on append mode.
|
2022-08-02 23:08:29 +02:00 |