summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getnameinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywherebms2007-02-281-8/+116
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isume2006-05-211-3/+3
* - Use ANSI C prototype.ume2006-03-251-20/+7
* fix signed/unsigned comparison warnings.ume2005-05-031-5/+5
* Wrong working directory, sorry. The previous patch was what I havedelphij2005-04-171-5/+0
* Remove a check about whether sa->sa_len is equal to salen fromdelphij2005-04-171-0/+2
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-011-7/+5
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-291-5/+7
* - ntohs() returns unsigned value.ume2002-07-241-59/+56
* Make NI_WITHSCOPEID a default (always on), to synchronizeume2002-07-021-30/+20
* Fix the style of the SCM ID's.obrien2002-03-221-1/+3
* Remove multi-line __P() usage.obrien2002-03-221-2/+2
* Remove __P() usage.obrien2002-03-211-1/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-1/+1
* off-by-1 error in string length validationitojun2000-09-251-7/+6
* sync with latest kame.itojun2000-07-051-70/+208
* Change IPv6 scoped addr format again based on recent standard discussion.shin2000-02-191-7/+4
* IPv6 scoped addr format is changed as recent KAME change.shin2000-02-091-4/+14
* Allow reverse lookup for loopback addr.shin2000-01-271-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+228
OpenPOWER on IntegriCloud