From owner-cvs-src@FreeBSD.ORG Fri Jul 18 15:23:51 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4879F37B404; Fri, 18 Jul 2003 15:23:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 724F243F3F; Fri, 18 Jul 2003 15:23:50 -0700 (PDT) (envelope-from davidxu@freebsd.org) Received: from tiger (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with SMTP id h6IMNmUp008731; Fri, 18 Jul 2003 15:23:49 -0700 (PDT) (envelope-from davidxu@freebsd.org) Message-ID: <005f01c34d7b$b45bff30$0701a8c0@tiger> From: "David Xu" To: , "Scott Long" References: Date: Sat, 19 Jul 2003 06:26:57 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libpthread Makefile src/lib/libpthread/test sigsuspend_d.c src/lib/libpthread/thread thr_cancel.c thr_concurrency.c thr_create.c thr_find_thread.c thr_init.c thr_kern.c thr_nanosleep.c thr_private.h thr_sig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2003 22:23:51 -0000 ----- Original Message -----=20 From: "Daniel Eischen" To: "Scott Long" Cc: "David Xu" ; ; = ; Sent: Saturday, July 19, 2003 5:10 AM Subject: Re: cvs commit: src/lib/libpthread Makefile = src/lib/libpthread/test sigsuspend_d.c src/lib/libpthread/thread = thr_cancel.c thr_concurrency.c thr_create.c thr_find_thread.c thr_init.c = thr_kern.c thr_nanosleep.c thr_private.h thr_sig.c thr_sigmask.c ... > On Fri, 18 Jul 2003, Scott Long wrote: >=20 > > David and all, > >=20 > > Thanks for all of the good work here! > >=20 > > There has been a grwoing question of which threading package will be > > made 'default' for 5.x. The main requirement is that the default > > threading package be supported on all Tier-1 platforms. Right now, > > only libc_r meets that requirement. Here's a quick table from > > memory, please correct me if I'm wrong: > >=20 > > i386 alpha sparc64 ia64 > > c_r X X X X > > kse X X > > thr X X X > >=20 > > Don't forget that amd64 is up-and-coming also. >=20 > I have most of the amd64 userland bits. The syscalls > *context() don't seem to work correctly yet (testing > done on sledge). I can commit them so that they are > there for others to play with. >=20 Can you just commit it ? this let any parties interested in KSE can work on it. > As Marcel can probably confirm, it is not that difficult > for someone with knowledge to write the necessary > libkse bits -- probably no more than a weekend. Marcel's > ia64 bits are a good path to follow. >=20 > I'd like to see the emphasis put more on the s; if > they are going to be Tier-1, provide the necessary libkse > bits :-) >=20 > --=20 > Dan Eischen