summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "Increase the size of local storage to cope with the new IF_NAMESIZEi ...Luiz Souza2017-10-081-1/+1
* Increase the size of local storage to cope with the new IF_NAMESIZEi value.Luiz Souza2017-10-071-1/+1
* MFC r318816:trasz2017-06-062-2/+2
* MFC r315162:pfg2017-04-071-1/+1
* MFC r313748, r313749:markj2017-03-101-15/+15
* MFC r310984,r311102:ngie2017-01-091-8/+4
* MFC r309683:tuexen2016-12-181-1/+1
* Merge rr309688: address regressions in SA-16:37.libc.glebius2016-12-071-6/+5
* Merge r309639 from head:glebius2016-12-061-17/+34
* MFC r305144ache2016-09-052-2/+2
* MFC r305133ache2016-09-031-0/+19
* MFC r304911ache2016-08-301-0/+19
* MFC r304034:ngie2016-08-281-3/+5
* Revert r301707ngie2016-06-081-2/+2
* Use NULL instead of `0` in _ht_getnetbyname(..)ngie2016-06-081-2/+2
* Don't call free_addrselectpolicy(&policyhead) before policyhead has beentruckman2016-05-161-1/+0
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)bapt2016-05-101-10/+10
* libc: spelling fixes.pfg2016-04-306-7/+7
* Minor indentation issue.pfg2016-04-201-2/+1
* libc: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-202-5/+5
* libc: do not include <sys/types.h> where <sys/param.h> was already includedavos2016-04-1812-13/+1
* libc: make some more use of the nitems() macro.pfg2016-04-162-5/+5
* libc: cleanup unnecessary semicolons.pfg2016-04-111-7/+7
* libc: replace 0 with NULL for pointers.pfg2016-04-104-5/+6
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.bdrewery2016-03-261-1/+0
* sendmsg(3) -> sendmsg(2)trasz2016-02-292-2/+2
* Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.bdrewery2016-01-271-8/+3
* nslexer.c does not depend on nsparser.h.bdrewery2016-01-271-1/+1
* sctp_sendx() needs to provide the assoc_id back.tuexen2016-01-241-2/+7
* sctp_sendv() needs to fill in the association id on return.tuexen2016-01-241-0/+7
* Remove _gethostbynisname() and _gethostbynisaddr(). These functionsume2015-12-252-57/+0
* We don't need to use a temporary buffer, here.ume2015-12-221-7/+3
* Use _map_v4v6_address().ume2015-12-211-4/+3
* Simplify _map_v4v6_address().ume2015-12-211-7/+3
* If we end up following a CNAME chain that does not findume2015-12-211-1/+6
* libc: Use namespace.h in a few more files.jilles2015-12-201-5/+7
* addrinfo.ai_family is an address family, not a protocol family.ume2015-12-201-8/+8
* Use _map_v4v6_address().ume2015-12-181-4/+3
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).ume2015-12-182-28/+174
* RFC 3493 requires ignoring the loopback address for A_ADDRCONFIG.ume2015-12-121-1/+1
* The calls to RES_SET_H_ERRNO() macro on error paths wind upume2015-12-101-1/+2
* sdl->sdl_len in sockaddr_dl can be longer thanhrs2015-11-031-3/+13
* - address grammarjgh2015-10-051-7/+6
* - Move PF_LOCAL at the end of the array. PF_INET{,6} is used more often.hrs2015-10-031-7/+9
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-45/+16
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-209-49/+20
* Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.rodrigc2015-09-205-20/+20
* Add declarations to eliminate -Wmissing-prototypes warningsrodrigc2015-09-201-0/+10
* Define _NS_PRIVATE to make declarations visible.rodrigc2015-09-201-0/+1
* Add missing includes to eliminate -Wmissing-prototypes warningsrodrigc2015-09-202-0/+3
OpenPOWER on IntegriCloud