index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libc
/
getaddrinfo
Age
Commit message (
Expand
)
Author
2020-02-14
no need to declare "extern optarg" and "extern optind"
Ingo Schwarze
2017-07-27
Sort expected getaddrinfo output in inet4 inet6 order, then the
Alexander Bluhm
2011-07-07
timed's time is up. use ntpd(8). Even our own fossil developers
Theo de Raadt
2009-09-14
doing numeric lookups without specifying an ai_socktype fails no longer.
Claudio Jeker
2009-06-09
Update to handle the default resolv order behavior.
Peter Hessler
2004-06-25
recover IPv6 entries somehow disappeared. David Krause
Jun-ichiro itojun Hagino
2004-06-21
make test successful even when /etc/services is changed
Jun-ichiro itojun Hagino
2004-03-02
correct answer file to meet gai_strerror() output on openbsd. David Krause
Jun-ichiro itojun Hagino
2004-02-28
do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.
Jun-ichiro itojun Hagino
2003-09-02
add missing includes
David Krause
2002-09-02
Rename a bunch of the old bsd.regress.mk variables into the new ones.
Anil Madhavapeddy
2002-08-26
Make this into a proper regress test.
Artur Grabowski
2002-08-09
Get rid of remaining __P usage (except for imported code);
Jason Peel
2002-07-05
regress for getaddrinfo/getnameinfo
Jun-ichiro itojun Hagino