summaryrefslogtreecommitdiff
path: root/lib/libc/tests/net
AgeCommit message (Expand)Author
2025-10-20inet_net_test: Compare pointers against nullptrJohn Baldwin
2025-10-20inet_net_test: Use int to hold expected return values from inet_net_ptonJohn Baldwin
2025-10-18libc: Import OpenBSD's inet_net_{ntop,pton}Lexi Winter
2025-05-28Revert "Mark several getaddrinfo tests as XFAIL"Enji Cooper
2025-05-28Mark several getaddrinfo tests as XFAILEnji Cooper
2025-05-15link_addr: be more strict about address formatsLexi Winter
2025-05-07libc: add link_ntoa_r()Lexi Winter
2025-05-06link_addr_test: use <cstddef>, not <sys/stddef.h>Lexi Winter
2025-05-05libc tests: add tests for link_addr(3) and link_ntoa(3)Lexi Winter
2025-04-08libc/tests: getaddrinfo_test: use VNET jails for testingK Rin
2025-04-08libc/tests: getaddrinfo_test: require root privilegesK Rin
2025-04-08libc/tests: rename t_getaddrinfo.sh to getaddrinfo_test.shK Rin
2025-04-08libc/tests: getaddrinfo_test: test both IPv4 and IPv6 preferred policiesK Rin
2025-04-08libc/tests: move getaddrinfo_test data to a subdirectoryK Rin
2025-04-08libc/tests: fix couple errors for getaddrinfo_testK Rin
2025-04-08libc/tests: copy t_getaddrinfo out from contrib/netbsd-testsK Rin
2025-04-02tests: Require allow_network_access for tests needing name resolutionOlivier Cochard
2025-03-28libc/getaddrinfo(2): return EAI_AGAIN on nameserver timeoutGleb Smirnoff
2025-03-28libc/tests: add getaddrinfo testGleb Smirnoff
2025-03-28libc/tests: enable getaddrinfo(1) tests from NetBSDGleb Smirnoff
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-01-22Remove quotes around Makefile .error/.warn/.info stringsEd Maste
2019-07-15Fix filename to avoid skipping lib/libc/net/servent test.Olivier Cochard
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-09-19Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and addEnji Cooper
2016-09-18Don't define PACKAGE in lib/libc/tests/{iconv,net/getaddrinfo}Enji Cooper
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-04Fix LDADD/DPADD that should be LIBADD.Bryan Drewery
2015-11-23Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.cEnji Cooper
2015-11-18Do not print out errno if the call succeeded unexpectedly; this was a mistakeEnji Cooper
2015-11-15Fix -Wformat issuesEnji Cooper
2015-11-08Integrate tools/regression/lib/libc/net into the FreeBSD test suiteEnji Cooper
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2014-11-04Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds approxim...Enji Cooper