From owner-cvs-src@FreeBSD.ORG Tue Nov 2 15:55:26 2004 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 22BEA16A4CF; Tue, 2 Nov 2004 15:55:26 +0000 (GMT) Received: from electra.cse.Buffalo.EDU (electra.cse.Buffalo.EDU [128.205.32.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 957B043D55; Tue, 2 Nov 2004 15:55:24 +0000 (GMT) (envelope-from kensmith@cse.Buffalo.EDU) Received: from electra.cse.Buffalo.EDU (kensmith@localhost [127.0.0.1]) iA2FtGIo012638; Tue, 2 Nov 2004 10:55:16 -0500 (EST) Received: (from kensmith@localhost) by electra.cse.Buffalo.EDU (8.12.10/8.12.9/Submit) id iA2FtGwi012637; Tue, 2 Nov 2004 10:55:16 -0500 (EST) Date: Tue, 2 Nov 2004 10:55:16 -0500 From: Ken Smith To: David Xu Message-ID: <20041102155516.GE9346@electra.cse.Buffalo.EDU> References: <200411011049.iA1AnY8m012136@repoman.freebsd.org> <4186960C.6090805@elischer.org> <4186C114.1000004@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4186C114.1000004@freebsd.org> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Julian Elischer cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libpthread/thread 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: Tue, 02 Nov 2004 15:55:26 -0000 On Tue, Nov 02, 2004 at 07:04:52AM +0800, David Xu wrote: > Not every important, I think I have another very important history > bug in hand, did you get my "fix famous libpthread conditional > variable race condition" mail ? :-) > > David Xu > > Julian Elischer wrote: > > >shuold there be an MFC date? > > > > > >David Xu wrote: > > > >>davidxu 2004-11-01 10:49:34 UTC > >> > >> FreeBSD src repository > >> > >> Modified files: > >> lib/libpthread/thread thr_private.h thr_sig.c Log: > >> Save cancelflags in signal frame, this fixes a problem that > >> a thread in pthread_cond_wait handled a signal can no longer > >> be canceled. > >> > >> Reviewed by: deischen > >> > >> Revision Changes Path > >> 1.120 +1 -0 src/lib/libpthread/thread/thr_private.h > >> 1.82 +2 -0 src/lib/libpthread/thread/thr_sig.c Keep in mind that even 'Not very important' things most often can and probably should be MFC-ed now since HEAD and -STABLE are now so close to being the same thing. We have gone through a long period of time where what was considered HEAD or -CURRENT was drastically different from -STABLE (the 5.x versus 4.x branches). But now we'll be going through a stage where we'll be putting out at least a few releases based on RELENG_5 (5.4, 5.5, etc). So right now "MFC-ing something" means merging it into RELENG_5. If you do not MFC it then it won't wind up in a release until 6.0 comes out. -- Ken Smith - From there to here, from here to | kensmith@cse.buffalo.edu there, funny things are everywhere. | - Theodore Geisel |