15 Commits (92c83bd16b55daf81157100243ded6d7d0e56538)

Author SHA1 Message Date
David Lechner 9418611c8a unix: Implement PEP 475 to retry syscalls failing with EINTR. 5 years ago
stijn f62cc41fac windows/msvc: Fix warnings regarding function declarations. 5 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
David Lechner f1b6e6bb15 unix/modos: Implement putenv and unsetenv to complement getenv. 5 years ago
David Lechner fee7e5617f unix: Release GIL during all system calls. 5 years ago
Damien George 269c9a08b6 unix/modos: Add uos.rename and uos.rmdir. 5 years ago
Damien George 653e1756c0 various: Update early copyright years to match actual edit history. 6 years ago
Paul Sokolovsky 016d9a40fe various: Add and update my copyright line based on git history. 6 years ago
Paul Sokolovsky 80aca27a40 unix/modos: Rename unlink to remove to be consistent with other ports. 6 years ago
Paul Sokolovsky 064b8e0e8d unix/modos: Include extmod/vfs.h for MP_S_IFDIR, etc. 6 years ago
Damien George 3ab2f3fb2b unix/modos: Convert dir-type to stat-type for file type in ilistdir. 6 years ago
Damien George fadd6bbe43 unix/moduos_vfs: Add missing uos functions from traditional uos module. 7 years ago
Damien George 4601759bf5 py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Damien George 4c736ea8fc extmod,unix: For uos.stat interpret st_size member as an unsigned int. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George 29424304d9 unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data. 8 years ago
Damien George 30beed119f unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module. 8 years ago
Damien George 1808b2e8d5 extmod: Remove MICROPY_FSUSERMOUNT and related files. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Damien George 016dba0e98 unix: Use common RAISE_ERRNO macro from mphalport.h. 8 years ago
Damien George 503089ea9d unix: Use mp_raise_OSError helper function. 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Paul Sokolovsky 8a43a41b3a unix: Enable VfsFat support. 9 years ago
Damien George 4b72b3a133 py: Change type signature of builtin funs that take variable or kw args. 9 years ago
Paul Sokolovsky ddea7cb702 extmod/moduos_dupterm: Make uos.dupterm() implementation reusable. 9 years ago
Paul Sokolovsky 2c1620ce1f unix: Implement uos.dupterm(). Conditional on MICROPY_PY_OS_DUPTERM. 9 years ago
Damien George 0d7de08e06 unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros. 9 years ago
Damien George a1528364b3 unix/modos: Fix silly bugs in ilistdir tuple creation. 9 years ago
Damien George 3386477b29 unix/modos: Allow to configure use of d_ino using _DIRENT_HAVE_D_INO. 9 years ago
Paul Sokolovsky 130fde8130 uos: Add errno() function to get/set errno value. 9 years ago
Paul Sokolovsky d874702fe1 unix/modos: Implement ilistdir(). 9 years ago
Paul Sokolovsky a6eff059b9 unix: Rename "_os" module to "uos" for consistency with baremetal ports. 9 years ago
Damien George 999cedb90f py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 9 years ago
Damien George cbf7674025 py: Add MP_ROM_* macros and mp_rom_* types and use them. 9 years ago
Paul Sokolovsky 7dec35d7cc unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS. 9 years ago
Paul Sokolovsky ec314c951d unix/modos: getenv(): Handle non-existing envvar correctly. 9 years ago
Paul Sokolovsky 908f5159cf unix/modos: Add Windows workaround for mkdir(). 9 years ago
Paul Sokolovsky 27dafa5ed5 unix/modos: Add mkdir(). 9 years ago
Paul Sokolovsky d8557834c0 unix/modos: Add getenv(). 9 years ago
Paul Sokolovsky 39a380b621 unix/modos: Android Bionic lacks statvfs(), has BSD statfs(). 9 years ago
Paul Sokolovsky 2ca7b05552 unix/modos: Checking config macros requires mpconfig.h. 9 years ago
Paul Sokolovsky f8e9ef5cd0 unix/modos: Guard sys/statvfs.h include with MICROPY_PY_OS_STATVFS check. 9 years ago
Paul Sokolovsky c3000b6f69 unix/modos: Add statvfs() function. 9 years ago
Damien George 6d7e47087f unix: Prefix includes with py/; remove need for -I../py. 10 years ago
Paul Sokolovsky 9c658b6afc unix, windows: Add _os.system() call. 10 years ago
Nikita Nazarenko d51107927d unix: add unlink function to os module 10 years ago
Damien George 3b603f29ec Use MP_DEFINE_CONST_DICT macro to define module dicts. 10 years ago