aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* - correct xref sectionsDaniel Gerzo2009-11-282-4/+4
* Add missing IEEE1394 support dropped during merge from NetBSD.Hajimu UMEMOTO2009-11-121-0/+11
* ANSIfy.Hajimu UMEMOTO2009-11-111-25/+8
* Add NLS catalogs support to gai_strerror(3).Hajimu UMEMOTO2009-11-091-0/+58
* Revert r196976, now that <machine/param.h> behaves predictably.Poul-Henning Kamp2009-09-091-1/+0
* Add necessary includePoul-Henning Kamp2009-09-081-0/+1
* Document how to enable strict RFC 1034 enforcements.Xin LI2009-05-291-1/+14
* Fix an issue when nss fallback routines are used in a multithreaded application.Zachary Loafman2009-05-271-4/+23
* Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;Bruce M Simpson2009-04-291-2/+3
* Query DNS only once per an address family.Hajimu UMEMOTO2009-03-291-86/+170
* Add support for SCTP to getaddrinfo(3).Hajimu UMEMOTO2009-03-251-7/+20
* getaddrinfo(3) should accept numeric when ai_socktype is notHajimu UMEMOTO2009-03-241-1/+11
* Considerably improve the wording of this man page.Bruce M Simpson2009-03-041-20/+77
* Update copyright.Bruce M Simpson2009-03-041-16/+13
* Add a missing .El.Xin LI2009-03-011-0/+1
* Shutup warning for DNAME RR.Hajimu UMEMOTO2009-02-082-2/+3
* - forgot to bump a dateDaniel Gerzo2009-01-061-1/+1
* catch up wtih r175955 by ume:Daniel Gerzo2009-01-061-53/+2
* Add an ENVIRONMENT section to note that the RSH variable can be set toMurray Stokely2008-12-141-0/+7
* - AI_ALL and AI_V4MAPPED flags are currently not supportedDaniel Gerzo2008-07-011-1/+18
* Include libc_private.h for the declaration of __isthreaded instead ofJohn Baldwin2008-05-021-0/+1
* Remove incomplete support of AI_ALL and AI_V4MAPPED.Hajimu UMEMOTO2008-02-031-21/+0
* Moved logging out of the nss_method_lookup() in order not toMichael Bushkov2007-12-171-9/+13
* Implementing 'fallback' nsswitch source. 'fallback' source is usedMichael Bushkov2007-12-121-3/+26
* Fix bad rule and bad dependency for nsparser.h that canRuslan Ermilov2007-11-151-6/+3
* mdoc fix: remove extraneous empty line.Giorgos Keramidas2007-10-301-2/+1
* - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached toTom McLaughlin2007-10-171-1/+1
* Assorted spelling, punctuation and mdoc fixes.Christian Brueffer2007-09-255-36/+39
* - Fix description to say "receive" instead of "send"Gabor Kovesdan2007-09-201-2/+2
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to beJINMEI Tatuya2007-09-051-2/+19
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughMichael Bushkov2007-07-311-1387/+72
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-6/+107
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-7/+13
* Fix missing prototype warnings. (Compile errors with -Werror on)Peter Wemm2007-07-041-2/+2
* - Removes some incorrect error returns (errno was being overriden inRandall Stewart2007-07-021-4/+2
* Add missing semi-colon.Matt Jacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedRandall Stewart2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenRandall Stewart2007-06-221-3/+3
* Clean up after previous commit: new sentence -> new line, no empty lines,Christian Brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds someRandall Stewart2007-06-191-2/+6
* Major cleanup: mdoc macros, style, typos etc.Christian Brueffer2007-06-1810-216/+320
* Require users to provide a length information for inet_ntoa_r,Xin LI2007-06-141-2/+2
* Fix yet another (make install) stopper with wrong sourcefilter.3 linksAndrey A. Chernov2007-06-121-2/+2
* Fix typo in filename from mismerged earlier rev of this file.Bruce M Simpson2007-06-121-1/+1
* Fix a typo which crept in from an earlier version of this file.Bruce M Simpson2007-06-121-2/+2
* Add missing userland support files from previous commit for the newBruce M Simpson2007-06-122-0/+587
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-122-1/+8
* - Validate incoming addresses and sizes for connectx and bindx.Randall Stewart2007-06-111-5/+16
* Add inet_ntoa_r, a reentrant version of inet_ntoa. This isXin LI2007-06-112-2/+13
* Document getaddrinfo(3)'s AI_ADDRCONFIGRemko Lodder2007-06-061-6/+67