aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-1/+1
* Switch getifaddrs(3) to the new API introduced in r231505. Also removeBjoern A. Zeeb2012-02-111-122/+47
* Backout changes from r228571. Remove if_data from struct ifa_msghdr again.Bjoern A. Zeeb2012-02-111-1/+1
* eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r andBrooks Davis2012-02-081-7/+0
* Handle the internal scope address representation of the KAME IPv6Hajimu UMEMOTO2012-01-071-1/+2
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-032-2/+2
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]Colin Percival2011-12-231-2/+2
* Address warnings found by clang.Michael Tuexen2011-12-171-36/+28
* A major overhaul of the CARP implementation. The ip_carp.c was startedGleb Smirnoff2011-12-161-1/+1
* Fix a bug where sctp_sendmdg() uses uninitialized memory.Michael Tuexen2011-12-151-0/+1
* Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.Michael Tuexen2011-11-201-0/+3
* Fix whitespace inconsistencies found in homegrown Symbol.maps.Ed Schouten2011-10-071-10/+10
* Fix a pathname (s,netinet/if_ether.h,net/ethernet.h,).Hiroki Sato2011-08-081-1/+1
* The result of a joint work between rrs@ and myself at the IETF:Michael Tuexen2011-08-031-0/+3
* Document the latest changes to sctp_opt_info() in the code.Michael Tuexen2011-06-181-4/+31
* Add SCTP_MAX_BURST support to sctp_opt_info().Michael Tuexen2011-06-171-0/+3
* Update the list of supported socket options for sctp_opt_info().Michael Tuexen2011-06-171-3/+6
* Fix two typos and remove redundant code.Michael Tuexen2011-06-161-5/+2
* * Fix the handling of addresses in sctp_sendv().Michael Tuexen2011-06-161-42/+83
* Add support for the newly added SCTP API.Michael Tuexen2011-06-151-21/+253
* * Update copyright notice.Michael Tuexen2011-05-051-78/+63
* Fix struct FILE * leak on error (in disabled by default hesiod support code).Konstantin Belousov2011-01-081-0/+1
* Clang related fixes:Rui Paulo2010-10-131-0/+1
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-083-4/+0
* When no protocol entry is found, getproto*_r(3) shouldHajimu UMEMOTO2010-10-053-3/+3
* Clear errno for each method dispatch.Hajimu UMEMOTO2010-10-041-0/+2
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-112-4/+4
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-284-6/+6
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-163-4/+5
* Correct the return code from _dns_gethostby*() to correspondHajimu UMEMOTO2010-08-151-4/+20
* - When there is no room for returning the result, nss backendHajimu UMEMOTO2010-08-1311-49/+109
* Fix typos and spelling mistakes.Joel Dahl2010-08-062-2/+2
* Spelling fixes.Joel Dahl2010-08-023-3/+3
* If a user calls sctp_sendx() with a NULLRandall Stewart2010-07-071-0/+5
* Increment 'sa' at the end of the loop; otherwise, only the firstRebecca Cran2010-07-051-1/+1
* Use ISO C99 integer types instead of the BSD-specific u_int*_t.Rebecca Cran2010-07-043-29/+29
* sctp_recvmsg returns the number of bytes received, not sent.Rebecca Cran2010-06-111-1/+1
* Use the stored length value instead of calculating it by strlen().Hajimu UMEMOTO2010-04-061-8/+6
* Add capability to use a db version of services. It is enabled byHajimu UMEMOTO2010-04-042-1/+204
* Reduce duplicate code.Hajimu UMEMOTO2010-04-041-59/+33
* Treat '+' as special only when in compat mode, and simplifyHajimu UMEMOTO2010-04-041-22/+19
* Stop adding trailing '\n'. The servent_unpack() doesn't expectHajimu UMEMOTO2010-04-041-10/+3
* Remove extra semicolon.Rebecca Cran2010-01-311-1/+1
* Fix typo of ENOTCONN.Rebecca Cran2010-01-314-3/+5
* Miscellaneous mdoc, spelling and inconsistency fixes.Christian Brueffer2010-01-129-23/+24
* - correct xref sectionsDaniel Gerzo2009-11-282-4/+4
* Add missing IEEE1394 support dropped during merge from NetBSD.Hajimu UMEMOTO2009-11-121-0/+11
* ANSIfy.Hajimu UMEMOTO2009-11-111-25/+8
* Add NLS catalogs support to gai_strerror(3).Hajimu UMEMOTO2009-11-091-0/+58
* Revert r196976, now that <machine/param.h> behaves predictably.Poul-Henning Kamp2009-09-091-1/+0