[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBUCONTEXT PATCH v2 0/4] Introduce libucontext library to unikraft
This patch 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. Please ignore the previous version. Charalampos Mainas (4): Introduce library skeleton Add Makefile.uk Add patch for the original code Export symbols .gitignore | 27 ++++++ CODING_STYLE.md | 5 ++ CONTRIBUTING.md | 5 ++ COPYING.md | 39 +++++++++ Config.uk | 7 ++ MAINTAINERS.md | 11 +++ Makefile.uk | 91 +++++++++++++++++++++ README.md | 8 ++ exportsyms.uk | 4 + patches/0001-Add-ucontext-header-file.patch | 32 ++++++++ 10 files changed, 229 insertions(+) create mode 100644 .gitignore create mode 100644 CODING_STYLE.md create mode 100644 CONTRIBUTING.md create mode 100644 COPYING.md create mode 100644 Config.uk create mode 100644 MAINTAINERS.md create mode 100644 Makefile.uk create mode 100644 README.md create mode 100644 exportsyms.uk 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |