From owner-freebsd-threads@FreeBSD.ORG Wed Apr 16 15:59:33 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 0C2EB37B401 for ; Wed, 16 Apr 2003 15:59:33 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62B0B43F3F for ; Wed, 16 Apr 2003 15:59:32 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc01.attbi.com (sccrmhc01) with ESMTP id <2003041622593100100buh3le>; Wed, 16 Apr 2003 22:59:31 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA46301; Wed, 16 Apr 2003 15:59:28 -0700 (PDT) Date: Wed, 16 Apr 2003 15:59:26 -0700 (PDT) From: Julian Elischer To: Jeff Roberson In-Reply-To: <20030416144217.K76635-100000@mail.chesapeake.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Patches for threads/scheduler abstraction. 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, 16 Apr 2003 22:59:33 -0000 Jeff I am working on some patches to do teh abstraction. I suspect that you are also doing this.. I would like to send you what I have before we diverge too much. What I will have when I have done this is a system that does exactly what it does now, but with code moved around, and a new file kern_kse.c. This is a step towards whate we discussed but I'm worried that if we don't co-ordinate I'll be duplicating work that you are doing.. Julian