summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* The fallback flag in nsdispatch prevents the fallback implementation ofdes2014-11-251-9/+16
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-092-53/+0
* Eliminate conf_lock and instead rely on the NSS write lock to protectmarkj2014-10-241-8/+5
* Add support for the SCTP_PR_STREAM_STATUS and SCTP_PR_ASSOC_STATUStuexen2014-08-131-0/+6
* Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTEDtuexen2014-08-121-0/+7
* Const-ify character stringpfg2014-08-071-1/+1
* Add support for the SCTP_RECONFIG_SUPPORTED and the correspondingtuexen2014-08-041-0/+3
* Add support for the SCTP_PKTDROP_SUPPORTED socket option andtuexen2014-08-031-0/+3
* Add SCTP socket option SCTP_NRSACK_SUPPORTED to control thetuexen2014-08-031-0/+3
* Add support for the SCTP_PR_SUPPORTED socket option as specified intuexen2014-08-021-0/+3
* Cleanup the ECN configuration handling and provide an SCTP sockettuexen2014-08-021-0/+3
* Clean r268867.pfg2014-07-191-1/+1
* Use unsigned optlen in getsourcefilter()pfg2014-07-191-1/+2
* Make generation of nslexer.c more robust.jmmv2014-07-141-3/+5
* Fix build with WITHOUT_INET6.ume2014-06-261-0/+2
* - Exclude loopback address rather than loopback interface.ume2014-06-261-13/+27
* Exclude IPv4 address from doing longest match.ume2014-06-231-1/+2
* use .Mt to mark up email addresses consistently (part4)bapt2014-06-232-4/+2
* Use SOCK_CLOEXEC.ume2014-06-191-1/+1
OpenPOWER on IntegriCloud