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

[Minios-devel] [UNIKRAFT/LIBUUID PATCH v3 0/2] Initial port of the libuuid library (version 1.0.3)



This patches introduce support for libuuid to Unikraft.

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 (2):
  Add documentation.
  Initial port of the libuuid library (version 1.0.3).

 CODING_STYLE.md                                |   4 +
 CONTRIBUTING.md                                |   4 +
 COPYING.md                                     |  39 ++++++++
 Config.uk                                      |   5 +
 MAINTAINERS.md                                 |  10 ++
 Makefile.uk                                    | 126 +++++++++++++++++++++++++
 README.md                                      |   5 +
 exportsyms.uk                                  |  17 ++++
 include/config.h                               |  77 +++++++++++++++
 patches/0001-add-syscall-h-compile-guard.patch |  12 +++
 10 files changed, 299 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

 


Rackspace

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