History log of /openbsd/regress/lib/libpthread/restart/connect/connect.c (Results 1 – 3 of 3)
Revision Date Author Comments
# ec9a4a96 27-May-2017 bluhm <bluhm@openbsd.org>

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


# 5e8284b2 09-Aug-2016 guenther <guenther@openbsd.org>

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. F

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@

show more ...


# 2d9d7a1e 18-Sep-2011 fgsch <fgsch@openbsd.org>

test for interrupted connect.