CVSROOT:        /cvs
Module name:    src
Changes by:     guent...@cvs.openbsd.org        2016/08/08 20:25:35

Modified files:
        sys/kern       : uipc_syscalls.c 
        regress/lib/libpthread/restart/connect: connect.c 

Log message:
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@

Reply via email to