History log of /netbsd-src/include/netdb.h (Results 1 – 25 of 72)
Revision Date Author Comments
# fbaf967b 16-Feb-2024 jkoshy <jkoshy@NetBSD.org>

Note that the NI_WITHSCOPEID flag is obsolete.


# 6584ea56 09-Aug-2021 andvar <andvar@NetBSD.org>

fix various typos in compatibility, mainly in comments.


# dfa7a1ca 04-Jun-2020 nia <nia@NetBSD.org>

Remove bogus tests for 64-bit i386 and SuperH


# 2c0b172d 19-Aug-2013 christos <christos@NetBSD.org>

fix gethostbyaddr prototype per TOG.


# 05108b46 04-May-2013 riz <riz@NetBSD.org>

Add missing #endif (Hi, Christos!)


# 01732014 03-May-2013 christos <christos@NetBSD.org>

PR/25827, PR/32373: addr AI_SRV


# cce2130b 27-Apr-2013 joerg <joerg@NetBSD.org>

machine/ansi.h is included by sys/ansi.h.


# 53cd98be 17-Mar-2012 christos <christos@NetBSD.org>

Add AI_ADDRCONFIG


# e6a464cc 05-May-2010 christos <christos@NetBSD.org>

PR/43258: Hauke Fath: remove duplicate setservent declaration


# b9cf7d31 25-Apr-2010 joerg <joerg@NetBSD.org>

Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).
They implement a space efficent write-once database with fast access
path. Switch the services(5) database to use cdb. The size of th

Add the constant database reader (cdbr(3)) and writer ((cdbw(3)).
They implement a space efficent write-once database with fast access
path. Switch the services(5) database to use cdb. The size of the
database file decreases from 2.1MB disk space to 307KB. Access
performance is about the same if setservent(0) is used and about an
order of magnitude faster otherwise. services_mkdb defaults to the new
format, but can optionally create the old db(3) format as well for
statically linked legacy applications.

show more ...


# 1f4f234e 02-Oct-2009 tsarna <tsarna@NetBSD.org>

Introduce allocaddrinfo(3) to make writing getaddrinfo() nss plugins easier.
Discussed on tech-net.


# 178edc61 12-Apr-2009 christos <christos@NetBSD.org>

merge libbind


# a0abbe8f 21-Jun-2008 christos <christos@NetBSD.org>

sync with bind-9-5-0


# 2f776ce0 10-May-2007 christos <christos@NetBSD.org>

Move .db files for services and netgroup to /var/db per gimpy's request.


# f0e38187 30-Mar-2007 ghen <ghen@NetBSD.org>

Resolve conflicts.


# b5861ff3 28-Jan-2007 christos <christos@NetBSD.org>

another merge botch.


# 0d808c59 27-Jan-2007 christos <christos@NetBSD.org>

Merge back all our changes.


# 1665d5e9 24-Nov-2006 christos <christos@NetBSD.org>

fix spelling of accommodate; from Zapher.


# b9c41df0 27-Jul-2006 christos <christos@NetBSD.org>

add services.db


# e0882f73 17-Feb-2006 ginsbach <ginsbach@NetBSD.org>

Add EAI_OVERFLOW as specified in RFC3493, POSIX and XPG6.


# decae157 24-Jan-2006 christos <christos@NetBSD.org>

PR/32614: Yves-Emmanuel JUTARD: Typing error in some comment ;-)


# 4e3cae58 18-Apr-2005 kleink <kleink@NetBSD.org>

Move the (at this time private) get{proto,serv}ent_r() prototypes and
data structures into the libc sources until the interface gets redone.
Approved by christos.


# 53b42c4e 21-Mar-2005 kleink <kleink@NetBSD.org>

Add restrict qualifiers to getaddrinfo() and getnameinfo() arguments.


# f62b22c9 17-Mar-2005 kleink <kleink@NetBSD.org>

Remove already #if 0'ed getipnode*() prototypes and related definitions;
we are not going to ship those.


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


123