summaryrefslogtreecommitdiff
path: root/tools/regression/lib/libc/resolv/resolv.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate tools/regression/lib/libc/resolv into the FreeBSD test suite asEnji Cooper2015-12-161-326/+0
| | | | | | | | | | | | lib/libc/tests/resolv Convert the testcases to ATF MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=292317
* r291359 was incorrect. Skip over tokens that start with `#' as fgetln canEnji Cooper2015-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 Notes: svn path=/head/; revision=291362
* Skip over lines that start with # (comments)Enji Cooper2015-11-261-0/+2
| | | | | | | MFC after: 3 days Notes: svn path=/head/; revision=291359
* Non-void function should return a value.Ed Maste2012-11-201-1/+1
| | | | | | | Found by: clang Notes: svn path=/head/; revision=243346
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
| | | | | | | | | their software. Obtained from: NetBSD Notes: svn path=/head/; revision=204627
* - add $FreeBSD$.Hajimu UMEMOTO2005-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. Notes: svn path=/head/; revision=145860
* import of parallel name resolution test.vendor/NetBSD/miscHajimu UMEMOTO2005-05-041-0/+212
Obtained from: NetBSD Notes: svn path=/vendor/NetBSD/dist/; revision=145857