Date: Sun, 29 Jun 2003 08:55:44 -0700 (PDT) From: John Polstra <jdp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_init.c thr_kern.c thr_private.h Message-ID: <200306291555.h5TFti6s069141@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 2003/06/29 08:55:44 PDT FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_kern.c thr_private.h Log: Make _thread_suspend work with both the old broken sigtimedwait implementation and the new improved one. We now precompute the signal set passed to sigtimedwait, using an inverted set when necessary for compatibility with older kernels. Revision Changes Path 1.9 +26 -0 src/lib/libthr/thread/thr_init.c 1.9 +2 -11 src/lib/libthr/thread/thr_kern.c 1.17 +3 -0 src/lib/libthr/thread/thr_private.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306291555.h5TFti6s069141>