aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* MFC r245225, r245256: Restrict use of source address selectionHajimu UMEMOTO2013-01-171-2/+8
* MFC r241844:Eitan Adler2012-11-041-1/+1
* MFC r233138:Eitan Adler2012-03-261-1/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-2/+2
* MFC 199873 [1]:Glen Barber2011-06-062-4/+4
* MFC r213453: When no protocol entry is found, getproto*_r(3)Hajimu UMEMOTO2010-10-303-3/+3
* MFC r213403: Clear errno for each method dispatch.Hajimu UMEMOTO2010-10-301-0/+2
* MFC r211340: Correct the return code from _dns_gethostby*()Hajimu UMEMOTO2010-08-291-4/+20
* MFC r211276:Hajimu UMEMOTO2010-08-2811-49/+109
* MFC r209058:Rebecca Cran2010-08-061-1/+1
* MFC r203323:Rebecca Cran2010-02-241-1/+1
* MFC r203322:Rebecca Cran2010-02-244-3/+5
* MFC: r202176Christian Brueffer2010-01-199-23/+24
* MFC 193023+193024:Xin LI2009-09-281-1/+14
* MFC rev 191654:Bruce M Simpson2009-05-171-18/+16
* MFH r190382,190416,190525:Hajimu UMEMOTO2009-04-121-90/+197
* MFH 188316: Shutup warning for DNAME RR.Hajimu UMEMOTO2009-02-162-2/+3
* MFC r180162:Daniel Gerzo2009-01-061-1/+18
* MFC: Include libc_private.h for the declaration of __isthreaded.John Baldwin2008-05-051-0/+1
* MFC: 1.70: Fix bad rule and bad dependency for nsparser.h that canRuslan Ermilov2007-11-161-6/+3
* MFC: Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cachedMichael Bushkov2007-10-181-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
* Some libc symbol map cleanups.Daniel Eischen2007-05-311-1/+0
* Precede symbol names consistently with tabs rather than spaces.Robert Watson2007-05-281-14/+14
* Also fix the misspelling of hes_resolve().Ruslan Ermilov2007-05-251-1/+1
* hesiod_resolv -> hesiod_resolveRuslan Ermilov2007-05-241-1/+1
* Move nss_compat symbols from r1.11 to private section of symbol map.Jonathan Chen2007-05-181-10/+10
* __nss_compat_* from net/nss_compat.c are needed by ports/net/nss_ldap, so exp...Jonathan Chen2007-05-181-0/+10