CVSROOT: /cvs Module name: src Changes by: fg...@cvs.openbsd.org 2010/01/03 16:05:35
Modified files: lib/libpthread/uthread: pthread_private.h uthread_fcntl.c uthread_fd.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_sendmsg.c uthread_sendto.c uthread_sig.c uthread_sigmask.c uthread_write.c uthread_writev.c Log message: Make SO_RCVTIMEO and SO_SNDTIMEO work with pthreads. Fixes at least some of the issues seen with www/varnish. With input and help from guenther@ and k...@. guenther@ ok