micropython/unix
Paul Sokolovsky 3db2b23060 unix/unix_mphal: Properly initialize struct sigaction.
This solves long-standing non-deterministic bug, which manifested itself
on x86 32-bit (at least of reported cases) - segfault on Ctrl+C (i.e.
SIGINT).
2015-12-17 23:24:35 +02:00
..
.gitignore
Makefile unix: Add FreeDos target 2015-12-16 13:28:12 +00:00
alloc.c
coverage.c
file.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
gccollect.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
input.c
input.h
main.c unix/main: mp_verbose_flag available only if MICROPY_DEBUG_PRINTERS is true. 2015-12-07 20:09:20 +02:00
modffi.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
modjni.c
modmachine.c unix: Move modmachine into unix directory 2015-12-13 01:21:36 +02:00
modos.c unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros. 2015-12-16 14:17:56 +00:00
modsocket.c py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR. 2015-11-29 14:25:35 +00:00
modtermios.c unix/modtermios: DJGPP appears to have unicode-capable cc_t type. 2015-12-09 22:01:29 +02:00
modtime.c unix/modtime: Add strftime() function (only single argument is supported). 2015-12-14 00:10:57 +02:00
moduselect.c unix/moduselect: Make configurable with MICROPY_PY_USELECT. 2015-12-13 08:47:42 +02:00
mpconfigport.h unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros. 2015-12-16 14:17:56 +00:00
mpconfigport.mk
mpconfigport_fast.h
mpconfigport_freedos.h unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros. 2015-12-16 14:17:56 +00:00
mpconfigport_minimal.h unix: Rename "_os" module to "uos" for consistency with baremetal ports. 2015-12-12 00:04:35 +02:00
mphalport.h
qstrdefsport.h uos: Add errno() function to get/set errno value. 2015-12-16 00:38:26 +02:00
unix_mphal.c unix/unix_mphal: Properly initialize struct sigaction. 2015-12-17 23:24:35 +02:00