aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/getnameinfo.c
Commit message (Expand)AuthorAgeFilesLines
* libc/getnameinfo: stop adding NI_NUMERICHOST where inappropriateBjoern A. Zeeb2024-07-261-17/+37
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-221-1/+1
* Use IN_foo() macros from sys/netinet/in.h inplace of handcrafted codeRodney W. Grimes2019-04-041-4/+2
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* Make getnameinfo(3) salen requirement less strict andHiroki Sato2018-03-151-8/+18
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-1/+0
* Add NI_NUMERICSCOPE.Ed Schouten2016-07-281-2/+0
* sdl->sdl_len in sockaddr_dl can be longer thanHiroki Sato2015-11-031-3/+13
* Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):Hiroki Sato2015-09-201-47/+101
* - Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()Hiroki Sato2015-09-091-12/+8
* - snprintf() returns at most size-1 of the chars printed intoHiroki Sato2015-09-021-10/+6
* Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.Hiroki Sato2015-09-011-6/+18
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-1/+0
* Add missing IEEE1394 support dropped during merge from NetBSD.Hajimu UMEMOTO2009-11-121-0/+11
* Nuke ascii2addr() and addr2ascii(). They have no consumers anywhereBruce M Simpson2007-02-281-8/+116
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isHajimu UMEMOTO2006-05-211-3/+3
* - Use ANSI C prototype.Hajimu UMEMOTO2006-03-251-20/+7
* 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