History log of /freebsd-10-stable/lib/libc/net/getaddrinfo.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 292760 26-Dec-2015 ume

MFC r292514:
addrinfo.ai_family is an address family, not a protocol family.

PR: 162434


# 292722 25-Dec-2015 ume

Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).

PR: 198092


# 289318 14-Oct-2015 jgh

MFC 288833:
PR: 203440 (based on)
Submitted by: ceratv@rpi.edu
Approved by: wblock@ (mentor)
Differential Revision: https://reviews.freebsd.org/D3813

- address grammar


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 253066 09-Jul-2013 hrs

Update references.


# 251369 04-Jun-2013 joel

mdoc: convert .Fd to .In, which is much nicer.


# 246809 14-Feb-2013 zeising

Change examples to be consistent with what style(9) says.

Approved by: joel (mentor)
MFC After: 2 weeks


# 186819 06-Jan-2009 danger

- forgot to bump a date


# 186817 06-Jan-2009 danger

catch up wtih r175955 by ume:

- the support of AI_ALL and AI_V4MAPPED has been completely removed.


# 180162 01-Jul-2008 danger

- AI_ALL and AI_V4MAPPED flags are currently not supported

PR: docs/120248
Submitted by: Heiko Wundram <wundram (a) beenic.net>


# 170379 06-Jun-2007 remko

Document getaddrinfo(3)'s AI_ADDRCONFIG

PR: docs/78357
Submitted by: Matthias Andree <matthias dot andree at gmx dot de>
Patch by: asmodai
MFC after: 1 week


# 147402 15-Jun-2005 ru

Assorted markup fixes.

Approved by: re


# 145680 29-Apr-2005 ume

our get{addr,name}info() is considered thread-safe.


# 141580 09-Feb-2005 ru

Fixed the misplaced $FreeBSD$.


# 140668 23-Jan-2005 gnn

Submitted by: George V. Neville-Neil (gnn at freebsd dot org)
Reviewed by: Kame Project (including Itojun-san, Jinmei-san and Suzuki-san)
Approved by: Robert Watson (robert at freebsd dot org)
Obtained from: Kame Project and OpenBSD

Replace manual pages that may have violated the IETF's Copyright.

All come from the Kame tree.

Several were from OpenBSD except for ip6.4, and the inet6* pages which were
rewritten by me.

All of the text is new and drawn from reading the code and
documentation.