summaryrefslogtreecommitdiffstats
path: root/lib/libc/net
Commit message (Expand)AuthorAgeFilesLines
* MFC r269945:tuexen2014-08-221-0/+6
* MFC r269858:tuexen2014-08-221-0/+7
* MFC r269527:tuexen2014-08-221-0/+3
* MFC r269481:tuexen2014-08-221-0/+3
* MFC r269475:tuexen2014-08-221-0/+3
* MFC r269448:tuexen2014-08-221-0/+3
* MFC r269436, r269445:tuexen2014-08-221-0/+3
* MFC r269695:pfg2014-08-161-1/+1
* MFC r268867, r268878:pfg2014-08-031-1/+2
* MFC 264162: Accept RFC 2292 option values so that RFC 2292 compliantmarcel2014-08-031-6/+18
* MFC r267912, r267915:ume2014-07-031-13/+29
* MFC r267800:ume2014-06-301-1/+2
* MFC r267616, 267640:ume2014-06-251-29/+62
* MFC r264212,r264213,r264248,r265776,r265811,r265909:kevlo2014-05-131-0/+5
* MFC r263090: Make ether_line really report an error when all input is invalid.jmmv2014-04-171-5/+7
* MFC r260257:tuexen2014-01-071-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
* - the preferred way to write a NULL pointer constant is with NULLkevlo2012-11-163-9/+6
* Fix errno in a couple of error cases.tuexen2012-11-031-1/+3
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Return zero from get_addrselectpolicy() when no source-address-selectionemax2012-07-181-0/+2
* libc: Remove some unused strings from getaddrinfo().jilles2012-07-151-13/+12
* Be explicit about the dependency on nsparser.h.obrien2012-06-211-1/+1
* Fix two warnings about self-assignment in libc. These normally onlydim2012-06-061-1/+1
* Update copyright date.tuexen2012-05-231-2/+3
* Add missing header needed by free()kevlo2012-05-221-0/+1
* Use the LLINDEX macro to access the link-level I/F index. This makesmarcel2012-05-194-4/+4
OpenPOWER on IntegriCloud