summaryrefslogtreecommitdiffstats
path: root/regress/lib/libpthread/restart (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@
* Properly initialize sin_family.jca2016-01-273-3/+6
|
* add connect and move include to top Makefile.incfgsch2011-09-189-17/+12
|
* test for interrupted connect.fgsch2011-09-182-0/+65
|
* first round of tests to check system calls restarting with pthreads.fgsch2011-09-1314-0/+429
guenther@ ok