aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* MFC r318816:Edward Tomasz Napierala2017-06-062-2/+2
* MFC r315162:Pedro F. Giffuni2017-04-071-1/+1
* MFC r313748, r313749:Mark Johnston2017-03-101-15/+15
* MFC r310984,r311102:Enji Cooper2017-01-091-8/+4
* MFC r309683:Michael Tuexen2016-12-181-1/+1
* Merge rr309688: address regressions in SA-16:37.libc.Gleb Smirnoff2016-12-071-6/+5
* Merge r309639 from head:Gleb Smirnoff2016-12-061-17/+34
* MFC r305144Andrey A. Chernov2016-09-052-2/+2
* MFC r305133Andrey A. Chernov2016-09-031-0/+19
* MFC r304911Andrey A. Chernov2016-08-301-0/+19
* MFC r304034:Enji Cooper2016-08-281-3/+5
* Revert r301707Enji Cooper2016-06-081-2/+2
* Use NULL instead of `0` in _ht_getnetbyname(..)Enji Cooper2016-06-081-2/+2
* Don't call free_addrselectpolicy(&policyhead) before policyhead has beenDon Lewis2016-05-161-1/+0
* Rename dprintf into dbg_printf to avoid collision with dprintf(3)Baptiste Daroussin2016-05-101-10/+10
* libc: spelling fixes.Pedro F. Giffuni2016-04-306-7/+7
* Minor indentation issue.Pedro F. Giffuni2016-04-201-2/+1
* libc: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-202-5/+5
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-1812-13/+1
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-162-5/+5
* libc: cleanup unnecessary semicolons.Pedro F. Giffuni2016-04-111-7/+7
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-104-5/+6
* Implement (ACFLAGS|CFLAGS|CXXFLAGS).SRC globally.Bryan Drewery2016-03-261-1/+0
* sendmsg(3) -> sendmsg(2)Edward Tomasz Napierala2016-02-292-2/+2
* Replace nslexer.l->nslexer.c custom rule with a -D CFLAG.Bryan Drewery2016-01-271-8/+3
* nslexer.c does not depend on nsparser.h.Bryan Drewery2016-01-271-1/+1
* sctp_sendx() needs to provide the assoc_id back.Michael Tuexen2016-01-241-2/+7
* sctp_sendv() needs to fill in the association id on return.Michael Tuexen2016-01-241-0/+7
* Remove _gethostbynisname() and _gethostbynisaddr(). These functionsHajimu UMEMOTO2015-12-252-57/+0
* We don't need to use a temporary buffer, here.Hajimu UMEMOTO2015-12-221-7/+3
* Use _map_v4v6_address().Hajimu UMEMOTO2015-12-211-4/+3
* Simplify _map_v4v6_address().Hajimu UMEMOTO2015-12-211-7/+3
* If we end up following a CNAME chain that does not findHajimu UMEMOTO2015-12-211-1/+6
* libc: Use namespace.h in a few more files.Jilles Tjoelker2015-12-201-5/+7
* addrinfo.ai_family is an address family, not a protocol family.Hajimu UMEMOTO2015-12-201-8/+8
* Use _map_v4v6_address().Hajimu UMEMOTO2015-12-181-4/+3
* Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3).Hajimu UMEMOTO2015-12-182-28/+174
* RFC 3493 requires ignoring the loopback address for A_ADDRCONFIG.Hajimu UMEMOTO2015-12-121-1/+1
* The calls to RES_SET_H_ERRNO() macro on error paths wind upHajimu UMEMOTO2015-12-101-1/+2
* sdl->sdl_len in sockaddr_dl can be longer thanHiroki Sato2015-11-031-3/+13
* - address grammarJason Helfman2015-10-051-7/+6
* - Move PF_LOCAL at the end of the array. PF_INET{,6} is used more often.Hiroki Sato2015-10-031-7/+9
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-45/+16
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-209-49/+20
* Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.Craig Rodrigues2015-09-205-20/+20
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+10
* Define _NS_PRIVATE to make declarations visible.Craig Rodrigues2015-09-201-0/+1
* Add missing includes to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-202-0/+3
* Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):Hiroki Sato2015-09-204-78/+205
* libc: Consistently call _ioctl() internally, not ioctl().Jilles Tjoelker2015-09-191-1/+3