summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/resolv
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asngie2015-12-164-410/+0
| | | | | | | | | lib/libc/tests/resolv Convert the testcases to ATF MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Remove hosts that don't resolve properly with the nss and resolv testsngie2015-12-161-47/+0
| | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* Fix LDADD/DPADD that should be LIBADD.bdrewery2015-12-041-2/+1
| | | | Sponsored by: EMC / Isilon Storage Division
* r291359 was incorrect. Skip over tokens that start with `#' as fgetln canngie2015-11-261-3/+4
| | | | | | | | | return more than one '\n' delimited line in a buffer Handle empty lines too, just in case MFC after: 3 days X-MFC with: r291359
* Skip over lines that start with # (comments)ngie2015-11-261-0/+2
| | | | MFC after: 3 days
* Remove cnftp.bjpu.edu.cn (it no longer resolves)ngie2015-11-261-1/+2
| | | | | | Add localhost to resolv/mach for parity with nss/mach MFC after: 3 days
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
| | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* Non-void function should return a value.emaste2012-11-201-1/+1
| | | | Found by: clang
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
| | | | | | their software. Obtained from: NetBSD
* Style: NO_MAN doesn't need any value.ru2006-03-151-2/+1
|
* NOMAN --> NO_MANume2006-03-071-1/+1
|
* add simple test script.ume2005-05-051-0/+24
|
* - add $FreeBSD$.ume2005-05-041-1/+2
| | | | - enable -r option for regress target.
* - add $FreeBSD$.ume2005-05-041-10/+128
| | | | | | | - do service lookup. - add options to use gethostbyname(3) or getipnodebyname(3) instead of getaddrinfo(3). - add option to do reverse lookup.
* import of parallel name resolution test.ume2005-05-043-0/+319
Obtained from: NetBSD
OpenPOWER on IntegriCloud