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

[Minios-devel] [UNIKRAFT/SQLITE PATCH V2 0/3] SQLite port on Unikraft



This patch series ports SQLite on Unikraft.

With this version, SQLite compiles and works without file operations
(export/import SQL tables to/from files). Any file operations will
cause I/O errors. As discussed with Felipe, this can be fixed later.

Gaulthier Gain (3):
  Introduce library skeleton
  Add Makefile.uk
  Add config.h in include folder

 .gitignore       |   3 ++
 CODING_STYLE.md  |   4 ++
 CONTRIBUTING.md  |   4 ++
 COPYING.md       |  39 ++++++++++++++++
 Config.uk        |   9 ++++
 MAINTAINERS.md   |  11 +++++
 Makefile.uk      |  84 +++++++++++++++++++++++++++++++++++
 README.md        |   7 +++
 include/config.h | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 293 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 include/config.h

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