summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Handle the internal scope address representation of the KAME IPv6ume2012-01-071-1/+2
* Replace index() and rindex() calls with strchr() and strrchr().ed2012-01-032-2/+2
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-231-2/+2
* Address warnings found by clang.tuexen2011-12-171-36/+28
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-1/+1
* Fix a bug where sctp_sendmdg() uses uninitialized memory.tuexen2011-12-151-0/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.tuexen2011-11-201-0/+3
* Fix whitespace inconsistencies found in homegrown Symbol.maps.ed2011-10-071-10/+10
* Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).hrs2011-08-081-1/+1
* The result of a joint work between rrs@ and myself at the IETF:tuexen2011-08-031-0/+3
* Document the latest changes to sctp_opt_info() in the code.tuexen2011-06-181-4/+31
* Add SCTP_MAX_BURST support to sctp_opt_info().tuexen2011-06-171-0/+3
* Update the list of supported socket options for sctp_opt_info().tuexen2011-06-171-3/+6
* Fix two typos and remove redundant code.tuexen2011-06-161-5/+2
* * Fix the handling of addresses in sctp_sendv().tuexen2011-06-161-42/+83
* Add support for the newly added SCTP API.tuexen2011-06-151-21/+253
* * Update copyright notice.tuexen2011-05-051-78/+63
* Fix struct FILE * leak on error (in disabled by default hesiod support code).kib2011-01-081-0/+1
* 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
OpenPOWER on IntegriCloud