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