From owner-svn-src-stable-9@FreeBSD.ORG Sat Nov 5 15:52:00 2011 Return-Path: Delivered-To: svn-src-stable-9@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 949E61065670; Sat, 5 Nov 2011 15:52:00 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 38B328FC08; Sat, 5 Nov 2011 15:51:58 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA00509; Sat, 05 Nov 2011 17:51:57 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1RMiXE-000Ntq-Iq; Sat, 05 Nov 2011 17:51:56 +0200 Message-ID: <4EB55B99.2000308@FreeBSD.org> Date: Sat, 05 Nov 2011 17:51:53 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111002 Thunderbird/7.0.1 MIME-Version: 1.0 To: svn-src-stable-9@FreeBSD.org, src-committers@FreeBSD.org, Dimitry Andric , svn-src-head@FreeBSD.org X-Enigmail-Version: undefined Content-Type: text/plain; charset=x-viet-vps Content-Transfer-Encoding: 7bit Cc: Subject: mergeinfo under sys/boot? X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2011 15:52:00 -0000 Looks like we have mergeinfo property on a bunch of files under sys/boot in head and stable/9. At least the following are affected: sys/boot/powerpc/boot1.chrp sys/boot/powerpc/ofw sys/boot/i386/efi ... Not sure if that mergeinfo is useful for anything. It seems that it was added to head in r218822 ("Merge binutils 2.17.50 to head"). -- Andriy Gapon