summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/getaddrinfo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* no need to declare "extern optarg" and "extern optind"schwarze2020-02-141-3/+1
| | | | | | when <unistd.h> is included; patch from Jan Stary <hans at stare dot cz>; OK millert
* Sort expected getaddrinfo output in inet4 inet6 order, then thebluhm2017-07-272-46/+37
| | | | test passes.
* timed's time is up. use ntpd(8). Even our own fossil developersderaadt2011-07-071-2/+2
| | | | | switched a while back. ok miod, kettenis
* doing numeric lookups without specifying an ai_socktype fails no longer.claudio2009-09-141-2/+8
| | | | Update the expected answers accordingly. Found by david, OK fgsch
* Update to handle the default resolv order behavior.phessler2009-06-092-17/+24
| | | | | | Add a note that the regress depends on the "family" keyword in resolv.conf OK millert@, deraadt@
* recover IPv6 entries somehow disappeared. David Krauseitojun2004-06-251-8/+16
|
* make test successful even when /etc/services is changeditojun2004-06-212-43/+35
|
* correct answer file to meet gai_strerror() output on openbsd. David Krauseitojun2004-03-021-5/+5
|
* do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.itojun2004-02-282-24/+26
|
* add missing includesdavid2003-09-021-1/+2
| | | | ok deraadt@ tedu@ dhartmei@ krw@
* Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm2002-09-021-2/+2
| | | | ok art@
* Make this into a proper regress test.art2002-08-261-3/+5
|
* Get rid of remaining __P usage (except for imported code);jsyn2002-08-091-4/+4
| | | | ok millert@, rogue ok pjanzen@
* regress for getaddrinfo/getnameinfoitojun2002-07-054-0/+395