[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT/LIBUUID PATCH v4 0/5] Initial port of the libuuid library (version 1.0.3)
This patches introduce support for libuuid to Unikraft. Changes from v3: *) Change commit history to follow Unikraft template *) Add make rule to ensure prepare steps run before make Changes from v2: *) Update Config.uk to use depends on for HAVE_LIBC *) Fixes to compile-guarded lwip-related options in config.h *) Fixes to Makefile.uk to only export uuid.h towards the rest of the build *) Some other minor fixes to Makefile.uk Changes from v1: *) Update Config.uk to select UKUNISTD *) Minor fixes to Makefile.uk *) Enable #include <uuid/uuid.h> *) Compile-guard lwip-related opts in config.h *) Remove unnecessary config opts from config.h Felipe Huici (5): Introduce library skeleton Add Makefile.uk Add include directory Add patches directory Export symbols CODING_STYLE.md | 4 + CONTRIBUTING.md | 4 + COPYING.md | 39 ++++++++ Config.uk | 5 + MAINTAINERS.md | 10 ++ Makefile.uk | 129 +++++++++++++++++++++++++ README.md | 5 + exportsyms.uk | 17 ++++ include/config.h | 77 +++++++++++++++ patches/0001-add-syscall-h-compile-guard.patch | 12 +++ 10 files changed, 302 insertions(+) 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 include/config.h create mode 100644 patches/0001-add-syscall-h-compile-guard.patch -- 2.11.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |