From owner-cvs-all@FreeBSD.ORG Wed Mar 19 18:18:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2368B106567E for ; Wed, 19 Mar 2008 18:18:32 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outG.internet-mail-service.net (outG.internet-mail-service.net [216.240.47.230]) by mx1.freebsd.org (Postfix) with ESMTP id 12A148FC19 for ; Wed, 19 Mar 2008 18:18:31 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Wed, 19 Mar 2008 11:19:05 -0700 Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 9C8D82D7329; Wed, 19 Mar 2008 11:18:30 -0700 (PDT) Message-ID: <47E158F6.20204@elischer.org> Date: Wed, 19 Mar 2008 11:18:30 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Paolo Pisati References: <200803191150.m2JBoj6j020138@repoman.freebsd.org> <20080319165336.GA44656@zim.MIT.EDU> <20080319165522.GA95772@tin.it> In-Reply-To: <20080319165522.GA95772@tin.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet/libalias alias_db.c alias_irc.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, 19 Mar 2008 18:18:32 -0000 Paolo Pisati wrote: > On Wed, Mar 19, 2008 at 12:53:36PM -0400, David Schultz wrote: >> By the way, is any of this security-relevant, or is there a >> different reason why most of your recent commits have been >> insta-MFCed? Usually things are given a chance to sit in HEAD for >> a few days so that any problems get caught before the changes are >> MFCed. > > no, but the fix was trivial so i decided to MFC immediately. > The rule is that no matter how trivial, it stays in -current at least 3 days. YOU may think it's ok but that extra ';' or typo may ony show up in some situations.. I once had 3 separate bugs in a 2 line change.. No my my best work, but because it was so small it slipped through.. luckily a couple of days in -current caught it..