From owner-cvs-src@FreeBSD.ORG Sat May 31 07:49:24 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 3F3BC37B401; Sat, 31 May 2003 07:49:24 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C61143FBD; Sat, 31 May 2003 07:49:23 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h4VEiWZ26115; Sat, 31 May 2003 07:44:32 -0700 Received: from btc.adaptec.com (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id HAA20018; Sat, 31 May 2003 07:49:16 -0700 (PDT) Message-ID: <3ED8C0DF.90405@btc.adaptec.com> Date: Sat, 31 May 2003 08:49:03 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Makonnen References: <200305311438.h4VEcNV1093683@repoman.freebsd.org> <20030531144603.OAOT25800.out006.verizon.net@kokeb.ambesa.net> In-Reply-To: <20030531144603.OAOT25800.out006.verizon.net@kokeb.ambesa.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: Mike Makonnen cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libthr/thread thr_cond.c thr_mutex.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: Sat, 31 May 2003 14:49:24 -0000 Mike Makonnen wrote: > On Sat, 31 May 2003 07:38:23 -0700 (PDT) > Mike Makonnen wrote: > > >>mtm 2003/05/31 07:38:23 PDT >> >> FreeBSD src repository >> >> Modified files: >> lib/libthr/thread thr_cond.c thr_mutex.c >> Log: >> I botched one of my committs in the last round. Fix it. >> > > > I feel I owe you guys an apology. Over the past week a couple of real stupid > mistakes made it past me. This was mostly the result of committing after late > night coding sessions. This reflects badly on me and possibly the project. So, > apologies all around. > > Cheers. There no need to be hard on yourself, we all really appreciate the work that you're putting in. Does this commit need to go into the RELENG_5_1 branch? Scott