History log of /netbsd-src/tests/lib/libc/net/Makefile (Results 1 – 14 of 14)
Revision Date Author Comments
# f222e3cc 01-Jun-2020 kamil <kamil@NetBSD.org>

Avoid redefining _REENTRANT under sanitizers

Switch away from -Wno-macro-redefined which was Clang specific.


# cc056601 08-Feb-2020 kamil <kamil@NetBSD.org>

Expand the -Wno-macro-redefined usage to MKLIBCSANITIZER

_REENTRANT can be redefined and this is considered as an error.


# 1a5f018b 27-Aug-2019 kamil <kamil@NetBSD.org>

Enhance the support of LLVM sanitizers

Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio
code. This caused new build issued with duplicated symbols in few places
and rump ke

Enhance the support of LLVM sanitizers

Define _REENTRANT for MKSANITIZER build. This is needed for at least stdio
code. This caused new build issued with duplicated symbols in few places
and rump kernel code picking different code paths borrowed from libc.
Handle all this in one go.

Add bsd.sanitizer.mk to share common code used by programs and libraries.

Switch from realall to beforeinstall target in .syms files. This is more
reliable in MKSANITIZER.

show more ...


# dcdcd796 06-Aug-2018 msaitoh <msaitoh@NetBSD.org>

Add simple test case for if_nametoindex(3).


# cca81d59 09-Jan-2014 christos <christos@NetBSD.org>

Use our own resolv.conf file simplifying the test to not need rump_vfs.
Add debugging on the dns server
One test fails (gethostbyaddr6) why? It runs without rump


# e54ff2dc 06-Jan-2014 gson <gson@NetBSD.org>

Make t_hostent test cases that query the DNS work on systems with no
Internet connectivity, by hijacking DNS queries and /etc/resolv.conf
accesses using librumphijack and providing a minimal DNS serv

Make t_hostent test cases that query the DNS work on systems with no
Internet connectivity, by hijacking DNS queries and /etc/resolv.conf
accesses using librumphijack and providing a minimal DNS server to
answer the queries.

show more ...


# 0f567347 16-Aug-2013 christos <christos@NetBSD.org>

test harness for gethostbyname()/gethostbyaddr() and their internal bits.
XXX[1]: How can we avoid using hard-coded hosts for DNS
XXX[2]: How do we test NIS?


# baa3f70f 15-Sep-2012 plunky <plunky@NetBSD.org>

correct spelling of file to clean


# b9c0a62b 01-Nov-2011 pgoyette <pgoyette@NetBSD.org>

atf-ify ether_aton test


# 8a16de8d 15-Jul-2011 jruoho <jruoho@NetBSD.org>

Few naive unit tests for the getprotoent(3) family.


# ec5cad1d 13-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Re-add missing -lpthread and fix some structure inializers (not sure how
these ever compiled)


# 374d5969 13-Jan-2011 pgoyette <pgoyette@NetBSD.org>

The nsdispatch test belongs in libc/net and not in libc


# 2517c83d 12-Jan-2011 pgoyette <pgoyette@NetBSD.org>

Move the servent and protoent tests to src/tests/lib/libc/net/ (where
they should have gone initially).


# 01a7ddb2 12-Jan-2011 pgoyette <pgoyette@NetBSD.org>

By request, put the getaddrinfo test in tests/lib/libc/net/