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

[Minios-devel] [UNIKRAFT/REDIS PATCH v2 0/4] Introduce Redis port



These are the first patches for support Redis on Unikraft. This is enough for
running a simple Redis server. We will add more information to README either
in the next version of this series or in the next series if the current one
gets accepted.

Changes since v1:
- Fix -Wimplicit-function-declaration warnings. newlib patches should be 
applied first.
- Port Redis client too
- Extend main() with client support

Costin Lupu (4):
  Introduce library skeleton
  Build Redis server and client as libraries
  Add <release.h> header
  Provide main() function if configured to do so

 .gitignore                                    |  27 ++
 CODING_STYLE.md                               |   4 +
 CONTRIBUTING.md                               |   4 +
 COPYING.md                                    |  39 +++
 Config.uk                                     |  64 +++++
 MAINTAINERS.md                                |  11 +
 Makefile.uk                                   | 236 ++++++++++++++++++
 README.md                                     |   9 +
 include/release.h                             |   3 +
 main.c                                        | 118 +++++++++
 ...se-linux-macros-for-Unikraft-as-well.patch |  26 ++
 ...src-sds.h-Declare-SDS_INIT-as-extern.patch |  28 +++
 ...Make-bytesToHuman-definitions-static.patch |  43 ++++
 ...i.c-Disable-_serverAssert-definition.patch |  42 ++++
 14 files changed, 654 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/release.h
 create mode 100644 main.c
 create mode 100644 
patches/0001-hiredis-Use-linux-macros-for-Unikraft-as-well.patch
 create mode 100644 patches/0002-src-sds.h-Declare-SDS_INIT-as-extern.patch
 create mode 100644 patches/0003-Make-bytesToHuman-definitions-static.patch
 create mode 100644 
patches/0004-src-redis-cli.c-Disable-_serverAssert-definition.patch

-- 
2.20.1


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