summaryrefslogtreecommitdiff
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Zero out a local variable also when PURIFY is not defined.Michael Tuexen2015-09-101-2/+0
* - Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()Hiroki Sato2015-09-091-12/+8
* - snprintf() returns at most size-1 of the chars printed intoHiroki Sato2015-09-021-10/+6
* Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.Hiroki Sato2015-09-011-6/+18
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-291-5/+6
* - ANSIfyXin LI2015-08-181-10/+5
* Fix name of a constant.Michael Tuexen2015-06-141-2/+2
* recv(),send(): Directly call interposing entry instead of going through PLT.Jilles Tjoelker2015-05-102-2/+10
* A complete user message is signalled with the MSG_EOR flag, not the MSG_EOFMichael Tuexen2015-04-231-3/+3
* Stop including if_var.h from userland.Gleb Smirnoff2015-04-062-2/+0
* Add an SCTP symbol which was missed inMichael Tuexen2015-03-281-0/+1
* Add a SCTP socket option to limit the cwnd for each path.Michael Tuexen2015-03-101-0/+3
* eui64_line(): plug memory leak.Pedro F. Giffuni2015-02-271-0/+1
* Hint out check for unsigned negative values.Pedro F. Giffuni2015-02-271-1/+1
* Various mdoc fixes and a few EOL whitespace removals.Christian Brueffer2014-12-213-5/+5
* Initilize the msg_flags field consistently in all code paths.Michael Tuexen2014-12-171-1/+4
* Fix a typo reported by Lennart Grahl.Michael Tuexen2014-12-101-1/+1
* ANSIfy b64_ptonEd Maste2014-11-271-4/+1
* Fix b64_pton output buffer overrun test for exact-sized bufferEd Maste2014-11-251-7/+15
* Fix ifa_data description.Sergey Kandaurov2014-11-251-12/+10
* The fallback flag in nsdispatch prevents the fallback implementation ofDag-Erling Smørgrav2014-11-251-9/+16
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-092-53/+0