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

[Minios-devel] [UNIKRAFT/LIBUCONTEXT PATCH 0/4] Introduce libucontext library to unikraft



This series introduces the libucontext library to Unikraft.
libucontext provides the <ucontext.h> ABI when performing context swaps.
The <ucontext.h> functions are deprecated in POSIX. However they are
notably used by GCC's implementation of the Go programming language.
Therefore, to support Go, software that utilises this deprecated API is
needed.

Charalampos Mainas (4):
  Add documentation
  Add .gitignore
  Add patch to build libucontext
  Initial port of libucontext on unikraft

 .gitignore                                  | 27 +++++++
 CODING_STYLE.md                             |  4 +
 CONTRIBUTING.md                             |  4 +
 Config.uk                                   |  5 ++
 MAINTAINERS.md                              | 10 +++
 Makefile.uk                                 | 84 +++++++++++++++++++++
 README.md                                   |  5 ++
 patches/0001-Add-ucontext-header-file.patch | 30 ++++++++
 8 files changed, 169 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 CODING_STYLE.md
 create mode 100644 CONTRIBUTING.md
 create mode 100644 Config.uk
 create mode 100644 MAINTAINERS.md
 create mode 100644 Makefile.uk
 create mode 100644 README.md
 create mode 100644 patches/0001-Add-ucontext-header-file.patch

-- 
2.17.1


_______________________________________________
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®.