From owner-svn-src-head@FreeBSD.ORG Thu Oct 25 02:28:00 2012 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F020116D; Thu, 25 Oct 2012 02:27:59 +0000 (UTC) (envelope-from rpaulo@felyko.com) Received: from felyko.com (unknown [IPv6:2607:f2f8:a528::3:1337:ca7]) by mx1.freebsd.org (Postfix) with ESMTP id C35018FC0C; Thu, 25 Oct 2012 02:27:59 +0000 (UTC) Received: from [IPv6:2601:9:4d00:85:9565:f33:57b3:2256] (unknown [IPv6:2601:9:4d00:85:9565:f33:57b3:2256]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by felyko.com (Postfix) with ESMTPSA id CF5333981E; Wed, 24 Oct 2012 19:27:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=felyko.com; s=mail; t=1351132079; bh=SSr+IvQ/GAZyGQkaSzvk4fJSwxnkgqWA3WLDtaJHiec=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=RcxtQWBxGlHQbEfBfafL6K42cgE8RHs62k7FbwUfMZ4pAJA/29/u3pMERyzi74DDU 1k3rA4Xb49zyN6M+RQ3h6rGh7c+/fUYlOB8kEZLCpYs2Sx0iSKki2IvKN6zfuTRxnz kvhA4PSry/2A/rmVY/vEVwnRqnn91iVemA/T7b/k= Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: svn commit: r241916 - in head/sys: netinet netinet6 From: Rui Paulo In-Reply-To: Date: Wed, 24 Oct 2012 19:27:58 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <8AF29997-538D-44A0-AC35-62442168303D@felyko.com> References: <201210222149.q9MLnvrt014543@svn.freebsd.org> <20121023142219.K1008@besplex.bde.org> <20121024052525.T4723@besplex.bde.org> To: Michael Tuexen X-Mailer: Apple Mail (2.1499) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Xin LI , Bruce Evans X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 02:28:00 -0000 On 23 Oct 2012, at 11:43, Michael Tuexen wrote: > * My comment was regarding your list of formatting issues of the code. = Changing > the formatting would require changing the export script. > If someone "just" changes the FreeBSD sources and these changes are = not included > upstream, they are lost by the next commit of rrs@ or mine. Is this why sometimes your commits include more changes than described = in the commit log and/or include style changes not mentioned in the log? = They are usually minimal changes that don't bother a discussion, but I = always wondered why. Regards, -- Rui Paulo