summaryrefslogtreecommitdiff
path: root/lib/libc/net/name6.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-08-31'addrlen' does not matter when we need to find the first non-zero bit inAndrey A. Chernov
2016-08-31Apply the same qsort() usage fix as in r304911 getaddrinfo.cAndrey A. Chernov
2016-05-16Don't call free_addrselectpolicy(&policyhead) before policyhead has beenDon Lewis
2016-04-30libc: spelling fixes.Pedro F. Giffuni
2016-04-20libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni
2016-04-16libc: make some more use of the nitems() macro.Pedro F. Giffuni
2015-12-21Use _map_v4v6_address().Hajimu UMEMOTO
2015-04-06Stop including if_var.h from userland.Gleb Smirnoff
2013-09-06libc: Use SOCK_CLOEXEC for various internal file descriptors.Jilles Tjoelker
2013-05-28Remove the advertising clause from the Regents of the University ofEd Maste
2013-01-10Re-enable ip6addrctl support but only for IPv6 address.Hajimu UMEMOTO
2013-01-09Disable destination address selection support ofHajimu UMEMOTO
2012-04-02Eliminate two cases of unwanted strncpy(). The name is not requiredXin LI
2007-07-31- Getipnodebyname() and getipnodebyaddr() reimplemented throughMichael Bushkov
2006-07-26Fix build w/o INET6.Yaroslav Tykhiy
2006-07-23stop use of mutex lock in ICMP lookup.Hajimu UMEMOTO
2006-07-21- draft-ietf-ipngwg-icmp-namelookups-09Hajimu UMEMOTO
2006-04-28- Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO
2006-03-25- Use ANSI C prototype.Hajimu UMEMOTO
2006-03-21Update the resolver in libc to BIND9's one.Hajimu UMEMOTO
2005-11-15The KAME's getipnodebyaddr() code honor the MULTI_PTRS_ARE_ALIASESHajimu UMEMOTO
2005-05-27reduce cast.Hajimu UMEMOTO
2005-05-14Submitted by: Jinmei Tatuya, Hajimu UmemotoGeorge V. Neville-Neil
2005-05-13raise readability bit.Hajimu UMEMOTO
2005-05-02the 3rd argument of getsockname() should be socklen_t*.Hajimu UMEMOTO
2005-05-01oops, we don't need previous change.Hajimu UMEMOTO
2005-05-01make it compilable without YP definition.Hajimu UMEMOTO
2005-04-28we don't need mutex lock to call _gethostbynis*(), anymore.Hajimu UMEMOTO
2005-04-28_gethostbynis{addr,name}() can handle an IPv6, now.Hajimu UMEMOTO
2005-04-27hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO
2005-04-19- nuke deprecated and unused getnodeby(3).Hajimu UMEMOTO
2005-04-09unbreak build without YP defined.Hajimu UMEMOTO
2005-04-06- we are no longer shareing any resources to be locked betweenHajimu UMEMOTO
2005-04-05add missing mutex unlock.Hajimu UMEMOTO
2005-04-02nuke the logic for AF_UNSPEC and simplify. once, it was introducedHajimu UMEMOTO
2005-01-27make _getipnodebyname_multi() static.Hajimu UMEMOTO
2004-07-21now e.f.f.3.ip6.arpa is delegated, we no longer need to query ip6.intHajimu UMEMOTO
2004-06-02use source address as a hint to determine destination addressHajimu UMEMOTO
2004-04-06Add a missing "*errp = h_errno" forgotten in rev 1.36.Pierre Beyssac
2004-04-05Fix _dns_ghbyname() to return NS_TRYAGAIN instead of NS_NOTFOUNDPierre Beyssac
2004-02-25Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman
2004-02-20add destination address selection support for getipnodebyname(3).Hajimu UMEMOTO
2003-05-04Replace use of a spinlock with a mutex.Daniel Eischen
2003-04-24Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' byJacques Vidrine
2003-02-16Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine
2002-10-23query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Hajimu UMEMOTO
2002-10-06Put giant locks due to make getaddrinfo(), getnameinfo()Hajimu UMEMOTO