summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add PF_LOCAL support in getaddrinfo(3) and getnameinfo(3):hrs2015-09-204-78/+205
* libc: Consistently call _ioctl() internally, not ioctl().jilles2015-09-191-1/+3
* Zero out a local variable also when PURIFY is not defined.tuexen2015-09-101-2/+0
* - Fix SIGSEGV when sa == NULL. NULL check in getnameinfo_inet()hrs2015-09-091-12/+8
* - snprintf() returns at most size-1 of the chars printed intohrs2015-09-021-10/+6
* Print sdl->sdl_data when sdl->sdl_nlen > 0 as link_ntoa(3) does.hrs2015-09-011-6/+18
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-291-5/+6
* - ANSIfydelphij2015-08-181-10/+5
* Fix name of a constant.tuexen2015-06-141-2/+2
* recv(),send(): Directly call interposing entry instead of going through PLT.jilles2015-05-102-2/+10
* A complete user message is signalled with the MSG_EOR flag, not the MSG_EOFtuexen2015-04-231-3/+3
* Stop including if_var.h from userland.glebius2015-04-062-2/+0
* Add an SCTP symbol which was missed intuexen2015-03-281-0/+1
* Add a SCTP socket option to limit the cwnd for each path.tuexen2015-03-101-0/+3
* eui64_line(): plug memory leak.pfg2015-02-271-0/+1
* Hint out check for unsigned negative values.pfg2015-02-271-1/+1
* Various mdoc fixes and a few EOL whitespace removals.brueffer2014-12-213-5/+5
* Initilize the msg_flags field consistently in all code paths.tuexen2014-12-171-1/+4
* Fix a typo reported by Lennart Grahl.tuexen2014-12-101-1/+1
* ANSIfy b64_ptonemaste2014-11-271-4/+1
* Fix b64_pton output buffer overrun test for exact-sized bufferemaste2014-11-251-7/+15
* Fix ifa_data description.pluknet2014-11-251-12/+10
OpenPOWER on IntegriCloud