From owner-cvs-all@FreeBSD.ORG Thu Apr 17 23:23:38 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094CD37B401; Thu, 17 Apr 2003 23:23:38 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37D8743FB1; Thu, 17 Apr 2003 23:23:37 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from pcnet1.pcnet.com (localhost [127.0.0.1]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h3I6NaBg004790; Fri, 18 Apr 2003 02:23:36 -0400 (EDT) Received: from localhost (eischen@localhost)h3I6Na9w004787; Fri, 18 Apr 2003 02:23:36 -0400 (EDT) Date: Fri, 18 Apr 2003 02:23:36 -0400 (EDT) From: Daniel Eischen To: Daniel Eischen In-Reply-To: <200304180504.h3I54Ie3025044@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread Makefilesrc/lib/libpthread/thread Makefile.inc thr_acl_aclcheck_fd.c thr_aio_suspend.c thr_attr_get_np.c thr_attr_init.c thr_attr_setcreatesuspend_np.c thr_attr_setguardsize.c thr_attr_setschedparam.c thr_attr_setscope.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 06:23:38 -0000 On Thu, 17 Apr 2003, Daniel Eischen wrote: > deischen 2003/04/17 22:04:18 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread Makefile > lib/libpthread/thread Makefile.inc thr_aio_suspend.c ... > Log: > Revamp libpthread so that it has a chance of working in an SMP > environment. This includes support for multiple KSEs and KSEGs. > > The ability to create more than 1 KSE via pthread_setconcurrency() > is in the works as well as support for PTHREAD_SCOPE_SYSTEM threads. > Those should come shortly. > > There are still some known issues which davidxu and I are working > on, but it'll make it easier for us by committing what we have. > > This library now passes all of the ACE tests that libc_r passes > with the exception of one. It also seems to work OK with KDE > including konqueror, kwrite, etc. I haven't been able to get > mozilla to run due to lack of java plugin, so I'd be interested > to see how it works with that. Thanks to marcel, I've finally figured out how to get mozilla running. It seems to work OK with these changes, but having never used it before, I'm not sure what to expect. -- Dan Eischen