summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Return zero from get_addrselectpolicy() when no source-address-selectionemax2012-07-181-0/+2
* libc: Remove some unused strings from getaddrinfo().jilles2012-07-151-13/+12
* Be explicit about the dependency on nsparser.h.obrien2012-06-211-1/+1
* Fix two warnings about self-assignment in libc. These normally onlydim2012-06-061-1/+1
* Update copyright date.tuexen2012-05-231-2/+3
* Add missing header needed by free()kevlo2012-05-221-0/+1
* Use the LLINDEX macro to access the link-level I/F index. This makesmarcel2012-05-194-4/+4
* mdoc: avoid unterminated quoted strings.joel2012-05-131-5/+5
* General mdoc(7) and typo fixes.gjb2012-05-113-4/+4
* Remove debug output.tuexen2012-05-041-1/+0
* Move sctp_sendv and sctp_recvv to FBSD_1.3 as suggested bytuexen2012-04-261-2/+5
* Export symbols for sctp_sendv() and sctp_recvv().tuexen2012-04-261-0/+2
* When searching for uninitialized memory usage add ensure that the entireeadler2012-04-151-0/+3
* Eliminate two cases of unwanted strncpy(). The name is not requireddelphij2012-04-022-4/+0
* Remove trailing whitespace per mdoc lint warningeadler2012-03-2911-67/+67
* Minor indentation and paragraph nits.joel2012-03-271-4/+4
* mdoc: correct .Bd/.Bl arguments.joel2012-03-261-6/+6
* Remove superfluous paragraph macro.joel2012-03-253-3/+0
* draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007eadler2012-03-191-1/+1
* Globally replace u_int*_t from (non-contributed) man pages.ed2012-02-121-1/+1
* Switch getifaddrs(3) to the new API introduced in r231505. Also removebz2012-02-111-122/+47
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.bz2012-02-111-1/+1
* eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r andbrooks2012-02-081-7/+0
* 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
OpenPOWER on IntegriCloud