aboutsummaryrefslogtreecommitdiff
path: root/extmod/vfs_posix.c
AgeCommit message (Expand)Author
2022-05-03all: Use mp_obj_malloc everywhere it's applicable.Jim Mussared
2022-03-10windows: Switch to VFS subsystem and use VfsPosix.Damien George
2020-09-01extmod/vfs: Support larger integer range in VFS stat time fields.Damien George
2020-03-27unix: Implement PEP 475 to retry syscalls failing with EINTR.David Lechner
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-26extmod/vfs_posix: Release GIL during system calls.David Lechner
2019-09-23extmod/vfs_posix: Include stdio.h for declaration of function 'rename'.Bob Fanger
2019-02-12extmod: Convert legacy uppercase macro names to lowercase.Damien George
2018-07-11extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir.Damien George
2018-07-10extmod/vfs_posix: Support ilistdir with no (or empty) argument.Damien George
2018-06-06extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.Damien George
2018-06-06extmod: Add VfsPosix filesystem component.Damien George