summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/restart/connect/connect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not connect to cvs.openbsd.org in regress. Run on loopback tobluhm2017-05-271-5/+12
| | | | | make the test pass without internet access. OK mpi@
* When interrupted, connect() should leave the socket connecting in theguenther2016-08-091-2/+5
| | | | | | | | background, similar to a non-blocking socket. Return EALREADY whenever already connecting, not just for non-blocking sockets. Fix from {Free,Net}BSD Prompted by a report from Michael Reed (m.reed (at) mykolab.com) ok millert@
* test for interrupted connect.fgsch2011-09-181-0/+59