summaryrefslogtreecommitdiff
path: root/lib/libc/net/getnameinfo.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* fix signed/unsigned comparison warnings.Hajimu UMEMOTO2005-05-031-5/+5
* Wrong working directory, sorry. The previous patch was what I haveXin LI2005-04-171-5/+0
* Remove a check about whether sa->sa_len is equal to salen fromXin LI2005-04-171-0/+2
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-011-7/+5
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-291-5/+7
* - ntohs() returns unsigned value.Hajimu UMEMOTO2002-07-241-59/+56
* Make NI_WITHSCOPEID a default (always on), to synchronizeHajimu UMEMOTO2002-07-021-30/+20
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+3
* Remove multi-line __P() usage.David E. O'Brien2002-03-221-2/+2
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Correct 2nd argument of getnameinfo(3) to socklen_t.Hajimu UMEMOTO2001-02-151-1/+1
* off-by-1 error in string length validationJun-ichiro itojun Hagino2000-09-251-7/+6
* sync with latest kame.Jun-ichiro itojun Hagino2000-07-051-70/+208
* Change IPv6 scoped addr format again based on recent standard discussion.Yoshinobu Inoue2000-02-191-7/+4
* IPv6 scoped addr format is changed as recent KAME change.Yoshinobu Inoue2000-02-091-4/+14
* Allow reverse lookup for loopback addr.Yoshinobu Inoue2000-01-271-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+228