History log of /openbsd-current/regress/lib/libpthread/restart/connect/connect.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.3 27-May-2017 bluhm

Do not connect to cvs.openbsd.org in regress. Run on loopback to
make the test pass without internet access.
OK mpi@


Revision tags: OPENBSD_6_1_BASE
# 1.2 09-Aug-2016 guenther

When interrupted, connect() should leave the socket connecting in the
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@


Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE
# 1.1 18-Sep-2011 fgsch

test for interrupted connect.