From owner-cvs-src@FreeBSD.ORG Thu Jul 17 16:12:58 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 2B6A037B401; Thu, 17 Jul 2003 16:12:58 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4324843FAF; Thu, 17 Jul 2003 16:12:57 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h6HNCuAI014793; Thu, 17 Jul 2003 19:12:56 -0400 (EDT) Date: Thu, 17 Jul 2003 19:12:56 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: David Xu In-Reply-To: <200307172302.h6HN2UfD036583@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 Makefile src/lib/libpthread/test sigsuspend_d.c src/lib/libpthread/thread thr_cancel.c thr_kern.c thr_nanosleep.c thr_private.h thr_sig.c thr_sigmask.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 23:12:58 -0000 On Thu, 17 Jul 2003, David Xu wrote: > davidxu 2003/07/17 16:02:30 PDT > > FreeBSD src repository > > Modified files: > lib/libpthread Makefile > lib/libpthread/test sigsuspend_d.c > 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 > thr_sigpending.c thr_sigsuspend.c > thr_sigwait.c thr_yield.c > Log: > o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it > is system bound thread and when it is blocked, no upcall is generated. > > o Add ability to libkse to allow it run in pure 1:1 threading mode, > defining SYSTEM_SCOPE_ONLY in Makefile can turn on this option. Anyone know what makefile hackery to use to get a library built twice, each time with a different name? We want to build libpthread as M:N and libthread as 1:1, all with the same sources, but with SYSTEM_SCOPE_ONLY defined for the latter build. Do we need a different directory just for this? -- Dan Eischen