summaryrefslogtreecommitdiff
path: root/regress/lib/libpthread/restart
AgeCommit message (Collapse)Author
2017-05-27Do not connect to cvs.openbsd.org in regress. Run on loopback toAlexander Bluhm
make the test pass without internet access. OK mpi@
2016-08-09When interrupted, connect() should leave the socket connecting in thePhilip Guenther
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@
2016-01-27Properly initialize sin_family.Jeremie Courreges-Anglas
2011-09-18add connect and move include to top Makefile.incFederico G. Schwindt
2011-09-18test for interrupted connect.Federico G. Schwindt
2011-09-13first round of tests to check system calls restarting with pthreads.Federico G. Schwindt
guenther@ ok