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