[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Minios-devel] [UNIKRAFT/LWIP PATCH 0/5] Add changes needed for Redis and OpenSSL
- To: minios-devel@xxxxxxxxxxxxx
- From: Costin Lupu <costin.lupu@xxxxxxxxx>
- Date: Fri, 2 Aug 2019 15:57:38 +0300
- Cc: felipe.huici@xxxxxxxxx, simon.kuenzer@xxxxxxxxx, sharan.santhanam@xxxxxxxxx
- Delivery-date: Fri, 02 Aug 2019 12:57:53 +0000
- Ironport-phdr: 9a23:XIun/xQDPAubmt6+whtCfnjWCdpsv+yvbD5Q0YIujvd0So/mwa6zZx2N2/xhgRfzUJnB7Loc0qyK6vqmCD1Lus7JmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MQu6oR/Vu8QSjodvJLo9wQbVr3VVfOhb2XlmLk+JkRbm4cew8p9j8yBOtP8k6sVNT6b0cbkmQLJBFDgpPHw768PttRnYUAuA/WAcXXkMkhpJGAfK8hf3VYrsvyTgt+p93C6aPdDqTb0xRD+v4btnRAPuhSwaMTMy7WPZhdFqjK9DoByvuQFxzYDXbo+SL/dyYr/RcMkGSWdbQspdSypMCZ68YYsVCOoBOP5Vopf6p1sVsRu+BA+sD/7pxD9Vnn/2wLAx3uM9HgHBxwwgA9MOsHLOoNXxKacSSf21wbLUwjXYdf9WwSr955PSfhA7pvGBRLR9etfSx0k3Dw7Jk1qdpZH/Mz6W1ukBqXaX4/RiWO61hWMrsxx9rzeyyss2iYTEhpgZxk7K+Ch32oo5ONK1RFB9bNW5CpVfrTuaOJFzQs46RmFovzs1xaMetJ6geSgK1IwnxxnCa/yba4SI4gzsVOKWITpgmnJlfaiwhxe28US61uL8TdO40E5XriVeiNXMrHcN2wTS6siBVPR94l+s1SuA2gzO8O1JIkA5mbDFJ5I/wLM8jJQevVzGHiDsmUX2iKGWdl8j+uit8+nofrLmpoSAN491jAHyKKAumtGnAeQlKQUBQ3Ob9f6k1L3+5kL1Wq9KjvounqnDrJ/aPdgbprK+AwJN14Yj6hC/Dzah0NQDhHUIMUxKeAyZgIjtIFzOJPH4Deyjg1S3ijtqyO7JPrv7DpXKNHjDn6/rfaxh5E5E1Aoz0ddf6opaCr4fJPLzW1fxu8LCAh85Lgy0wvroCNRm24MYR22AHquZP7nJvlOS+O0vPvGGZJUJtzblN/gl+/nugGcimV8dZ6apx4EYaHaiEvR9OUqZZ2bsgtcbHmcMpAU+SffniFucXjFPY3a9Rbkz6islB4K7FY3DXJyigKSd3CenGZ1bfntGClGJEXfvcYWIQfQMaD+MLc9nkz0LS6KhRpQn1R6wqAD6z6BoIfHO9iIGqJKwnORysujSkxA17nl4AtqQ10mJTnpohSUYSjlw27pw8mJnzVLW+q9jn/1eXfhO/+4BBgw9LoLdyap+FsjvcgnaOM+UQhC8RYP1UnkKUtstzopWMA5GENK4g0Wb0g==
- Ironport-sdr: qZGWUmGhoOOn0DLMuBHbwyqy/2M2O0+EBPMMU0ggqHwMJuFHjxOdKbC0nGfwG+0brtzGxrkS3t nneGSAHBP85A==
- List-id: Mini-os development list <minios-devel.lists.xenproject.org>
The first two patches introduce the missing functions needed by Redis. The next
two import getnameinfo() from OsV, this function being used by OpenSSL and
depending on the first two patches.
The last patch disables mem_* functions declarations in lwip for libraries
other than lwip because they are also declared by OpenSSL with different
prototypes. This patch depends on '[UNIKRAFT PATCH] build: Define
preprocessing symbol for library name' which introduces library names as
preprocessing symbols.
Costin Lupu (5):
Add inet_ntop(), inet_pton() functions
Add getaddrinfo() wrapper
Import getnameinfo() function from OsV
Adapt getnameinfo() function to Unikraft
patches: Declare mem_* functions only for lwip internal use
Makefile.uk | 2 +
exportsyms.uk | 6 +
getnameinfo.c | 145 ++++++++++++++++++
include/arpa/inet.h | 4 +
include/netdb.h | 31 +++-
inet.c | 70 +++++++++
...functions-only-for-lwip-internal-use.patch | 31 ++++
7 files changed, 288 insertions(+), 1 deletion(-)
create mode 100644 getnameinfo.c
create mode 100644 inet.c
create mode 100644
patches/0003-Declare-mem_-functions-only-for-lwip-internal-use.patch
--
2.20.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|