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

[Minios-devel] [UNIKRAFT/SQLITE V3 PATCH 0/5] SQLite port on Unikraft



This patch series ports SQLite on Unikraft.

Please find below the main changes compared to V2:
- Use Unikraft standard .gitignore file;
- Update Config.uk file to be consistent with other libs and provide
an optional main() method;
- Remove LIBNOLIBC from Config.uk;
- Update README.md: list external lib dependencies and add "Root
filesystem" section;
- Update suppress flags to be Unikraft specific;
- Namespace variables in Makefile.uk;
- Tweak options from the config.h file to be Unikraft specific. Note
that obsolete/useless options have been removed.

In addition, it is now possible to export/import SQL tables to/from
files (.csv, .db, ...).

Gaulthier Gain (5):
  Introduce library skeleton
  Add Makefile.uk
  Add optional main()
  Add patches directory
  Add config.h in include folder

 .gitignore                            | 27 +++++++++++
 CODING_STYLE.md                       |  4 ++
 CONTRIBUTING.md                       |  4 ++
 COPYING.md                            | 38 +++++++++++++++
 Config.uk                             | 14 ++++++
 MAINTAINERS.md                        | 11 +++++
 Makefile.uk                           | 87 +++++++++++++++++++++++++++++++++++
 README.md                             | 23 +++++++++
 include/config.h                      | 35 ++++++++++++++
 main.c                                |  6 +++
 patches/0001-rename-entry-point.patch | 28 +++++++++++
 11 files changed, 277 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
 create mode 100644 main.c
 create mode 100644 patches/0001-rename-entry-point.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®.