aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/modos.c
AgeCommit message (Expand)Author
2020-09-01unix/modos: Support larger integer range in uos.stat fields.Damien George
2020-03-27unix: Implement PEP 475 to retry syscalls failing with EINTR.David Lechner
2020-03-25windows/msvc: Fix warnings regarding function declarations.stijn
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-04unix/modos: Implement putenv and unsetenv to complement getenv.David Lechner
2020-01-26unix: Release GIL during all system calls.David Lechner
2019-12-28unix/modos: Add uos.rename and uos.rmdir.Damien George
2019-05-17various: Update early copyright years to match actual edit history.Damien George
2019-05-17various: Add and update my copyright line based on git history.Paul Sokolovsky
2018-11-26unix/modos: Rename unlink to remove to be consistent with other ports.Paul Sokolovsky
2018-09-14unix/modos: Include extmod/vfs.h for MP_S_IFDIR, etc.Paul Sokolovsky
2018-07-11unix/modos: Convert dir-type to stat-type for file type in ilistdir.Damien George
2018-06-06unix/moduos_vfs: Add missing uos functions from traditional uos module.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George