summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* libc: Use SOCK_CLOEXEC for various internal file descriptors.jilles2013-09-064-9/+12
* libc: Make various internal file descriptors from fopen() close-on-exec.jilles2013-08-2310-18/+18
* Consistently use 'af' as an argument name for address family.pjd2013-08-181-2/+2
* Fix the handling of SCTP_CURRENT_ASSOC and SCTP_ALL_ASSOC intuexen2013-07-091-0/+5
* Fix a bug where SCTP_ENABLE_STREAM_RESET is not handled bytuexen2013-07-091-0/+3
* Update references.hrs2013-07-092-12/+11
* Make recv() and send() cancellation points, as required by POSIX.jilles2013-06-092-6/+10
* Switch to 2-clause license and standard textemaste2013-06-061-11/+11
* mdoc: convert .Fd to .In, which is much nicer.joel2013-06-042-6/+6
* Switch to 2-clause licenseemaste2013-06-031-6/+0
* Remove clause 3 and 4 from TNF licensesemaste2013-05-293-21/+0
* Remove the advertising clause from the Regents of the University ofemaste2013-05-281-5/+1
* Remove the advertising clause from the Regents of the University ofemaste2013-05-2810-50/+10
* Update manpages for r250887.ed2013-05-212-6/+2
* Improve compatibility with recent flex from flex.sourceforge.net.jkim2013-05-031-3/+2
* Remove the number of addresses restriction from sctp_connectx().tuexen2013-04-101-202/+94
* libc: Avoid SIGPIPE when nscd closes the connection unexpectedly.jilles2013-03-131-4/+5
* Change examples to be consistent with what style(9) says.zeising2013-02-142-8/+8
* Improve code style. No functional change.tuexen2013-02-101-7/+7
* Re-enable ip6addrctl support but only for IPv6 address.ume2013-01-101-7/+5
* Disable destination address selection support ofume2013-01-091-0/+8
* Cleanup the code a bit, which improves the portability.tuexen2012-11-191-43/+42
* Fix the handling of mapped IPv6 addresses in sctp_connectx().tuexen2012-11-191-1/+0
OpenPOWER on IntegriCloud