Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not connect to cvs.openbsd.org in regress. Run on loopback to | 2017-05-27 | 1 | -5/+12 | |
| | | | | | make the test pass without internet access. OK mpi@ | ||||
* | When interrupted, connect() should leave the socket connecting in the | 2016-08-09 | 1 | -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. | 2016-01-27 | 3 | -3/+6 | |
| | |||||
* | add connect and move include to top Makefile.inc | 2011-09-18 | 9 | -17/+12 | |
| | |||||
* | test for interrupted connect. | 2011-09-18 | 2 | -0/+65 | |
| | |||||
* | first round of tests to check system calls restarting with pthreads. | 2011-09-13 | 14 | -0/+429 | |
guenther@ ok |