From owner-freebsd-stable@FreeBSD.ORG Fri Nov 20 15:56:45 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D87531065676 for ; Fri, 20 Nov 2009 15:56:45 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id A07748FC12 for ; Fri, 20 Nov 2009 15:56:45 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:1d0b:7498:582a:4b3a] (unknown [IPv6:2001:7b8:3a7:0:1d0b:7498:582a:4b3a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 612035C43; Fri, 20 Nov 2009 16:56:44 +0100 (CET) Message-ID: <4B06BC3C.5040804@andric.com> Date: Fri, 20 Nov 2009 16:56:44 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.5) Gecko/20091115 Shredder/3.0.1pre MIME-Version: 1.0 To: Larry Baird References: <20091120144428.GA27644@gta.com> In-Reply-To: <20091120144428.GA27644@gta.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: Most files in subversion stable/8/sys touched by bms X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Nov 2009 15:56:45 -0000 On 2009-11-20 15:44, Larry Baird wrote: > I use the following to get a feel of what is changing in FreeBSD 8 kernel. > http://svn.freebsd.org/viewvc/base/stable/8/sys/?sortby=date > > Normally only a few directories show modification. Today, almost > every directory show a modification by bms: > MFC r199522..199528: Pullup IPv6 mcast SSM KPI fixes from HEAD, including fix . > > So I decided to see what the changes are. Every file I have so far checked > shows no changes. > http://svn.freebsd.org/viewvc/base/stable/8/sys/sys/cons.h?r1=196045&r2=199578&sortby=date > > Any idea why so many files claim to have been touched? Usually this is mergeinfo propagated by Subversion. The files' contents did not change, but its metadata (Subversion properties) did.