summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semicolon.brucec2010-01-311-1/+1
* Fix typo of ENOTCONN.brucec2010-01-314-3/+5
* Miscellaneous mdoc, spelling and inconsistency fixes.brueffer2010-01-129-23/+24
* - correct xref sectionsdanger2009-11-282-4/+4
* Add missing IEEE1394 support dropped during merge from NetBSD.ume2009-11-121-0/+11
* ANSIfy.ume2009-11-111-25/+8
* Add NLS catalogs support to gai_strerror(3).ume2009-11-091-0/+58
* Revert r196976, now that <machine/param.h> behaves predictably.phk2009-09-091-1/+0
* Add necessary includephk2009-09-081-0/+1
* Document how to enable strict RFC 1034 enforcements.delphij2009-05-291-1/+14
* Fix an issue when nss fallback routines are used in a multithreaded application.zml2009-05-271-4/+23
* Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq;bms2009-04-291-2/+3
* Query DNS only once per an address family.ume2009-03-291-86/+170
* Add support for SCTP to getaddrinfo(3).ume2009-03-251-7/+20
* getaddrinfo(3) should accept numeric when ai_socktype is notume2009-03-241-1/+11
* Considerably improve the wording of this man page.bms2009-03-041-20/+77
* Update copyright.bms2009-03-041-16/+13
* Add a missing .El.delphij2009-03-011-0/+1
* Shutup warning for DNAME RR.ume2009-02-082-2/+3
* - forgot to bump a datedanger2009-01-061-1/+1
* catch up wtih r175955 by ume:danger2009-01-061-53/+2
* Add an ENVIRONMENT section to note that the RSH variable can be set tomurray2008-12-141-0/+7
* - AI_ALL and AI_V4MAPPED flags are currently not supporteddanger2008-07-011-1/+18
* Include libc_private.h for the declaration of __isthreaded instead ofjhb2008-05-021-0/+1
* Remove incomplete support of AI_ALL and AI_V4MAPPED.ume2008-02-031-21/+0
* Moved logging out of the nss_method_lookup() in order not tobushman2007-12-171-9/+13
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-121-3/+26
* Fix bad rule and bad dependency for nsparser.h that canru2007-11-151-6/+3
* mdoc fix: remove extraneous empty line.keramida2007-10-301-2/+1
* - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached totmclaugh2007-10-171-1/+1
* Assorted spelling, punctuation and mdoc fixes.brueffer2007-09-255-36/+39
* - Fix description to say "receive" instead of "send"gabor2007-09-201-2/+2
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to bejinmei2007-09-051-2/+19
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughbushman2007-07-311-1387/+72
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-6/+107
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-7/+13
* Fix missing prototype warnings. (Compile errors with -Werror on)peter2007-07-041-2/+2
* - Removes some incorrect error returns (errno was being overriden inrrs2007-07-021-4/+2
* Add missing semi-colon.mjacob2007-06-261-1/+1
* - Fix wrong error return (the errno was being returned and not placedrrs2007-06-251-10/+24
* - Fix incorrect error return on sctp_getaddrlenrrs2007-06-221-3/+3
* Clean up after previous commit: new sentence -> new line, no empty lines,brueffer2007-06-191-4/+6
* - Fix the signature of sctp_connectx to match the function and adds somerrs2007-06-191-2/+6
* Major cleanup: mdoc macros, style, typos etc.brueffer2007-06-1810-216/+320
* Require users to provide a length information for inet_ntoa_r,delphij2007-06-141-2/+2
* Fix yet another (make install) stopper with wrong sourcefilter.3 linksache2007-06-121-2/+2
* Fix typo in filename from mismerged earlier rev of this file.bms2007-06-121-1/+1
* Fix a typo which crept in from an earlier version of this file.bms2007-06-121-2/+2
* Add missing userland support files from previous commit for the newbms2007-06-122-0/+587
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-122-1/+8
OpenPOWER on IntegriCloud