Home | History | Annotate | Download | only in getaddrinfo
History log of /src/usr.bin/getaddrinfo/getaddrinfo.c
RevisionDateAuthorComments
 1.6  06-Feb-2025  christos Split table functions to a separate file.
 1.5  10-Jan-2024  riastradh branches: 1.5.2;
getaddrinfo(1): Omit needless whitespace.

No functional change intended.
 1.4  22-Apr-2014  ginsbach branches: 1.4.2; 1.4.6;
Add optional method for specifying protocol as part of the service
option. This is similar to how the port number and protocol name are
specified in services(5).
 1.3  19-Mar-2014  ginsbach branches: 1.3.2;

Add missing include files. Don't rely on them bein pulled in as a
side effect of other includes. Fixes build errors when getaddrinfo(1)
is added to the usr.bin tree.
- need <sys/socket.h> for address family (AF_*) and socket type (SOCK_*)
- need <stdio.h> for printf() and friends
 1.2  14-Mar-2014  ginsbach add missing break
 1.1  30-Sep-2013  riastradh New utility getaddrinfo(1) to reflect getaddrinfo(3).

Discussed on tech-userlevel back in April:

https://mail-index.netbsd.org/tech-userlevel/2013/04/25/msg007719.html

Not hooked into the build or sets yet.
 1.3.2.1  10-Aug-2014  tls Rebase.
 1.4.6.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.6.1  22-Apr-2014  tls file getaddrinfo.c was added on branch tls-maxphys on 2014-08-20 00:04:59 +0000
 1.4.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.2.1  22-Apr-2014  yamt file getaddrinfo.c was added on branch yamt-pagecache on 2014-05-22 11:42:44 +0000
 1.5.2.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed