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

[Minios-devel] [UNIKRAFT/SQLITE PATCH 0/4] 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.

SQLite requires the 'sysconf' function which is added to newlib (view 
patch series: [UNIKRAFT/NEWLIB PATCH 0/2] Add sysconf function 
required by SQLite).

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

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