From owner-freebsd-threads@FreeBSD.ORG Wed Apr 9 08:47:40 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 620CD37B401 for ; Wed, 9 Apr 2003 08:47:40 -0700 (PDT) Received: from h00609772adf0.ne.client2.attbi.com (h00609772adf0.ne.client2.attbi.com [24.61.43.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CFE443FBD for ; Wed, 9 Apr 2003 08:47:39 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from h00609772adf0.ne.client2.attbi.com (localhost.ne.attbi.com [127.0.0.1])h39FlecJ041155; Wed, 9 Apr 2003 11:47:41 -0400 (EDT) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)h39FleqR041154; Wed, 9 Apr 2003 11:47:40 -0400 (EDT) Date: Wed, 9 Apr 2003 11:47:39 -0400 From: Craig Rodrigues To: Daniel Eischen Message-ID: <20030409154739.GA41117@attbi.com> References: <20030409130547.GB40511@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i cc: freebsd-threads@freebsd.org Subject: Re: Scope system threads (was Re: PS_BLOCKED) X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 15:47:40 -0000 On Wed, Apr 09, 2003 at 11:19:43AM -0400, Daniel Eischen wrote: > Did you look at my patches to see if there are any others that > should be submitted? I never saw your patches before, but from the looks of things, most of what you have I already incorporated in previous patches plus I have made a lot more fixes. There are actually *TONS* of FreeBSD fixes in the latest ACE that are not in 5.2. I am only missing a few small things from your patch like -lkse. If you create a new patch based on the latest ACE, I'll see what I can do about getting it into the ACE cvs repository. I should modify my instructions for building ACE, since they are not complete. To build ACE: - get ACE 5.3.1 from http://deuce.doc.wustl.edu/Download.html - extract the ACE package, everything will be under an ACE_wrappers directory - set the ACE_ROOT environment variable to: {full path}/ACE_wrappers - create a file $ACE_ROOT/ace/config.h with one line: #include "ace/config-freebsd.h" - create a file $ACE_ROOT/include/makeinclude/platform_macros.GNU with one line: include $(ACE_ROOT)/include/makeinclude/platform_freebsd.GNU - cd $ACE_ROOT - gmake -- Craig Rodrigues http://home.attbi.com/~rodrigc rodrigc@attbi.com