summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Retooling addrconfig() to exclude addresses on loopback interfacesume2014-06-181-29/+62
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-071-0/+5
* Accept RFC 2292 option values so that RFC 2292 compliant programs thatmarcel2014-04-051-6/+18
* Make ether_line really report an error when all input is invalid.jmmv2014-03-121-5/+7
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}marcel2014-03-041-3/+3
* libc/net: fix a portability issueeadler2014-02-051-1/+1
* libc/net: Fix some issues in inet6_opt_init() (from RFC 3542):eadler2014-02-041-4/+1
* Fix several bugs in sctp_bindx():tuexen2014-01-041-9/+18
* Remove an unused variable and fix a memory leak in sctp_connectx().tuexen2013-09-191-3/+4
OpenPOWER on IntegriCloud