summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Clang related fixes:rpaulo2010-10-131-0/+1
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-083-4/+0
* When no protocol entry is found, getproto*_r(3) shouldume2010-10-053-3/+3
* Clear errno for each method dispatch.ume2010-10-041-0/+2
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-112-4/+4
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-284-6/+6
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-163-4/+5
* Correct the return code from _dns_gethostby*() to correspondume2010-08-151-4/+20
* - When there is no room for returning the result, nss backendume2010-08-1311-49/+109
* Fix typos and spelling mistakes.joel2010-08-062-2/+2
* Spelling fixes.joel2010-08-023-3/+3
* If a user calls sctp_sendx() with a NULLrrs2010-07-071-0/+5
* Increment 'sa' at the end of the loop; otherwise, only the firstbrucec2010-07-051-1/+1
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.brucec2010-07-043-29/+29
* sctp_recvmsg returns the number of bytes received, not sent.brucec2010-06-111-1/+1
* Use the stored length value instead of calculating it by strlen().ume2010-04-061-8/+6
* Add capability to use a db version of services. It is enabled byume2010-04-042-1/+204
* Reduce duplicate code.ume2010-04-041-59/+33
* Treat '+' as special only when in compat mode, and simplifyume2010-04-041-22/+19
* Stop adding trailing '\n'. The servent_unpack() doesn't expectume2010-04-041-10/+3
* 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
OpenPOWER on IntegriCloud