Home | History | Annotate | only in /src/usr.bin/getaddrinfo
History log of /src/usr.bin/getaddrinfo
RevisionDateAuthorComments
 1.3 06-Feb-2025  christos Split table functions to a separate file.
 1.2 29-Apr-2014  christos branches: 1.2.2; 1.2.6; 1.2.40;
need bsd.own.mk
 1.1 30-Sep-2013  riastradh branches: 1.1.2;
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.1.2.1 10-Aug-2014  tls Rebase.
 1.2.40.1 02-Aug-2025  perseant Sync with HEAD
 1.2.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.6.1 29-Apr-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:04:59 +0000
 1.2.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.2.2.1 29-Apr-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:42:44 +0000
 1.1 06-Feb-2025  christos branches: 1.1.4;
Split table functions to a separate file.
 1.1.4.2 02-Aug-2025  perseant Sync with HEAD
 1.1.4.1 06-Feb-2025  perseant file Makefile.inc was added on branch perseant-exfatfs on 2025-08-02 05:58:27 +0000
 1.5 22-Apr-2014  wiz branches: 1.5.2; 1.5.6;
Bump date for previous.
 1.4 22-Apr-2014  ginsbach 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  riastradh branches: 1.3.2;
Clarify some wording in getaddrinfo.1.
 1.2 30-Sep-2013  wiz Sort. Use .Ex for EXIT STATUS section.
 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.5.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.6.1 22-Apr-2014  tls file getaddrinfo.1 was added on branch tls-maxphys on 2014-08-20 00:04:59 +0000
 1.5.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.5.2.1 22-Apr-2014  yamt file getaddrinfo.1 was added on branch yamt-pagecache on 2014-05-22 11:42:44 +0000
 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
 1.1 06-Feb-2025  christos branches: 1.1.4;
Split table functions to a separate file.
 1.1.4.2 02-Aug-2025  perseant Sync with HEAD
 1.1.4.1 06-Feb-2025  perseant file support.c was added on branch perseant-exfatfs on 2025-08-02 05:58:27 +0000
 1.1 06-Feb-2025  christos branches: 1.1.4;
Split table functions to a separate file.
 1.1.4.2 02-Aug-2025  perseant Sync with HEAD
 1.1.4.1 06-Feb-2025  perseant file support.h was added on branch perseant-exfatfs on 2025-08-02 05:58:27 +0000
 1.3 06-Feb-2025  christos Split table functions to a separate file.
 1.2 27-Feb-2014  ginsbach branches: 1.2.4; 1.2.8; 1.2.42;
AF_MAX isn't an address family so don't include it in the generated table.
 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.2.42.1 02-Aug-2025  perseant Sync with HEAD
 1.2.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.8.1 27-Feb-2014  tls file tables.awk was added on branch tls-maxphys on 2014-08-20 00:04:59 +0000
 1.2.4.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.2.4.1 27-Feb-2014  yamt file tables.awk was added on branch yamt-pagecache on 2014-05-22 11:42:44 +0000

RSS XML Feed