[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/NEWLIB PATCH v2 0/5] Add missing stubs for CPython



This patch adds a number of stubs that are required by CPython to compile.
The sysexits.h header is added from newlib and the isatty function is
implemented.

Changes from v1:
*) Removed several functions that may now be found in ukunistd or uksys.

Vlad-Andrei Badoiu (5):
  Add sysexits.h
  Add device related stubs
  Add signal related stubs
  Add missing stubs needed by CPython2
  Implement isatty

 Makefile.uk        |   2 +
 console.c          |  26 ++++++++++-
 dev.c              |  50 ++++++++++++++++++++
 file.c             |  23 +++++++++
 include/sysexits.h | 114 +++++++++++++++++++++++++++++++++++++++++++++
 process.c          |  93 ++++++++++++++++++++++++++++++++++++
 pty.c              |   8 ++++
 resource.c         |   5 ++
 signal.c           |  56 ++++++++++++++++++++++
 9 files changed, 375 insertions(+), 2 deletions(-)
 create mode 100644 dev.c
 create mode 100644 include/sysexits.h
 create mode 100644 signal.c

-- 
2.21.0

_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.