summaryrefslogtreecommitdiffstats
path: root/tools/regression/lib/libc/resolv
Commit message (Collapse)AuthorAgeFilesLines
* MFC r292316:ngie2015-12-231-47/+0
| | | | | | Remove hosts that don't resolve properly with the nss and resolv tests Sponsored by: EMC / Isilon Storage Division
* MFC r291359,r291362:ngie2015-12-041-1/+4
| | | | | | | | | | | | | r291359: Skip over lines that start with # (comments) r291362: r291359 was incorrect. Skip over tokens that start with `#' as fgetln can return more than one '\n' delimited line in a buffer Handle empty lines too, just in case
* MFC r291358:ngie2015-12-041-1/+2
| | | | | Remove cnftp.bjpu.edu.cn (it no longer resolves) Add localhost to resolv/mach for parity with nss/mach
* MFC r264400,r265836:ngie2014-12-311-1/+1
| | | | | | | | | | | | | | r264400: NO_MAN= has been deprecated in favor of MAN= for some time, go ahead 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. r265836: Remove last two NO_MAN= in the tree. In both of these cases, MAN= is what is needed.
* 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