History log of /openbsd-src/lib/libc/net/gai_strerror.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 06201dd4 14-Sep-2015 guenther <guenther@openbsd.org>

Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak


# ab0c76cf 02-Jun-2009 jasper <jasper@openbsd.org>

- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)

hint from claudio@, ok millert@


# 6de6e276 20-Dec-2004 millert <millert@openbsd.org>

gai_strerror() should return const char *; OK deraadt@


# 6cdd78ad 05-Jun-2001 deraadt <deraadt@openbsd.org>

repair copyright notices for NRL & cmetz; cmetz


# 92f92416 30-Dec-1999 itojun <itojun@openbsd.org>

replace NRL get{addr,name}info with KAME get{addr,name}info.

removed functionality:
new code will not return AF_LOCAL addrinfo struct.
added funtionality:
SOCK_RAW is permitted as ai_socktype (no

replace NRL get{addr,name}info with KAME get{addr,name}info.

removed functionality:
new code will not return AF_LOCAL addrinfo struct.
added funtionality:
SOCK_RAW is permitted as ai_socktype (no servname allowed).
draft-ietf-ipngwg-scopedaddr-format-00.txt

show more ...


# 2c8de75e 30-Jun-1999 deraadt <deraadt@openbsd.org>

indent


# 1bf8a525 23-Jun-1999 cmetz <cmetz@openbsd.org>

Removed portability ifdefs.


# bc4c5135 23-Jun-1999 cmetz <cmetz@openbsd.org>

Added some protocol independent interfaces (supposedly IPv6 support APIs, but
ones that are useful for all protocols, not just IPv6).