|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LWIP PATCH 0/5] Add changes needed for Redis and OpenSSL
Hi Costin,
As a summary, I'll upstream patches 1 and 2 of the series. Please send out a
new v2 for patches 3-5.
Thanks,
-- Felipe
On 02.08.19, 14:57, "Costin Lupu" <costin.lupu@xxxxxxxxx> wrote:
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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |