From owner-cvs-all@FreeBSD.ORG Wed Oct 26 07:16:32 2005 Return-Path: X-Original-To: cvs-all@freebsd.org 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 E97FC16A41F; Wed, 26 Oct 2005 07:16:32 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A043743D48; Wed, 26 Oct 2005 07:16:32 +0000 (GMT) (envelope-from davidxu@freebsd.org) Received: from [127.0.0.1] (davidxu@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9Q7GS77059606; Wed, 26 Oct 2005 07:16:29 GMT (envelope-from davidxu@freebsd.org) Message-ID: <435F2D4F.4090601@freebsd.org> Date: Wed, 26 Oct 2005 15:16:31 +0800 From: David Xu User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20050928 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Xu References: <200510260711.j9Q7BhRu092197@repoman.freebsd.org> In-Reply-To: <200510260711.j9Q7BhRu092197@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libthr/thread thr_exit.c thr_join.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 26 Oct 2005 07:16:33 -0000 David Xu wrote: > davidxu 2005-10-26 07:11:43 UTC > > FreeBSD src repository > > Modified files: > lib/libthr/thread thr_exit.c thr_join.c > Log: > Follow the change in kernel, joiner thread just waits at thread id > address, let kernel wake it up. > > Revision Changes Path > 1.19 +5 -2 src/lib/libthr/thread/thr_exit.c > 1.18 +5 -4 src/lib/libthr/thread/thr_join.c > > Forgot to say: MFC: after 3 days.