aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/getnameinfo.3
Commit message (Expand)AuthorAgeFilesLines
* Make getnameinfo(3) salen requirement less strict andHiroki Sato2018-03-151-1/+15
* Add NI_NUMERICSCOPE.Ed Schouten2016-07-281-2/+4
* Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):Hiroki Sato2015-09-201-6/+17
* Update references.Hiroki Sato2013-07-091-8/+8
* mdoc: convert .Fd to .In, which is much nicer.Joel Dahl2013-06-041-3/+3
* Change examples to be consistent with what style(9) says.Niclas Zeising2013-02-141-3/+3
* draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007Eitan Adler2012-03-191-1/+1
* Document the AF_LINK extension which was imported from NetBSD.Bruce M Simpson2007-02-281-4/+19
* Assorted markup fixes.Ruslan Ermilov2005-06-151-2/+4
* our get{addr,name}info() is considered thread-safe.Hajimu UMEMOTO2005-04-291-4/+0
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-091-1/+2
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)George V. Neville-Neil2005-01-231-0/+271
* Submitted by: George V. Neville-Neil (gnn at freebsd dot org)George V. Neville-Neil2005-01-231-311/+0
* Sort sections.Ruslan Ermilov2005-01-201-10/+10
* Bump the document date, since the content changed today.Peter Pentchev2004-08-061-1/+1
* Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) andPeter Pentchev2004-08-061-0/+1
* stop use of NI_WITHSCOPEID. it was deprecated.Hajimu UMEMOTO2003-10-211-8/+3
* Our getaddrinfo() and getnameinfo() are thread-safe butHajimu UMEMOTO2003-09-151-1/+5
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-3/+3
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+1
* mdoc(7) police: Fixed abuses of the .Ar and .Em macros.Ruslan Ermilov2002-12-181-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* mdoc(7) police:Ruslan Ermilov2001-08-071-9/+5
* .St -p1003.1g -> .St -p1003.1g-2000.Ruslan Ermilov2001-03-121-1/+1
* Use ``.St -p1003.1g''.Ruslan Ermilov2001-02-261-1/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-2/+2
* mention getipnodeby* and get{addr,name}info are not thread-safe. (sync with ...Jun-ichiro itojun Hagino2000-08-091-6/+9
* sync with more recent kame tree.Jun-ichiro itojun Hagino2000-07-051-18/+95
* Fix an mdoc-o, and english.Tim Vanderhoek2000-05-311-6/+6
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* Fixed missing include in synopsis.Bruce Evans2000-01-051-2/+2
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.Yoshinobu Inoue1999-12-281-0/+232