Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Thu, 9 Jan 2003 22:24:12 +0100 (W. Europe Standard Time) From: Thomas Pfaff To: cygwin-developers AT cygwin DOT com Subject: pthreads patches Message-ID: X-X-Sender: thomas AT gw DOT kefrig-pfaff DOT de MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: scanned for viruses by NGI Next Generation Internet (http://www.ngi.de/) Note-from-DJ: This may be spam I have applied my outstandig patches for pthreads. These are pthread_cond_init, pthread_mutex, a patch regarding cancellation and a modified version of my pthread types patch (Rob has announced a different patch some time ago but never applied it. If he will finish it he might revert my patch) plus new mutex tests to the testsuite. The pthread mutex patch will change the mutex default type from recursive to errorchecking (all unix systems that i know are either errorchecking or fast (deadlocking) by default). Any objections ? Thomas