From owner-svn-src-head@freebsd.org Thu Jul 21 00:54:00 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18A6AB83C29; Thu, 21 Jul 2016 00:54:00 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f179.google.com (mail-io0-f179.google.com [209.85.223.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E099E1D41; Thu, 21 Jul 2016 00:53:59 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f179.google.com with SMTP id b62so62661813iod.3; Wed, 20 Jul 2016 17:53:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=QyUQdd7wSFu0pyBlej3yakkEwDCSnUTzzwt1BpgYfOk=; b=O0itaIXzuUmXbW1y03hfr7y6TvI3fQsbtP1KgWU0HZeAiq2g/ZpchXoPJw4VZkqH3C vbe7HMFvCkZJKoLOScWDsFu5dUphyJ7KuyFaLQoCMCExDDnXtFqLwPZjO4VIO4KMdGwJ Xc1tbCt4zPMeKHe2jjK+UgCscRqkmBw7ZnR2Qtm0MkXtKGHroGWIoq0sbJzcLNTa3iQL 3GFYQBzYUVXA7lNri56AYHrxKImaTCxsj6ZiPN252qe94ZXy1jeZhKcPIetDFqp22Dzh nd+FlvAabnjF3kr+u8FoMEHnPOu8oS4BbaGak9r6GuetnQJLFWyBN09fS0FwO7rFfBx/ fQkw== X-Gm-Message-State: ALyK8tJfpmsx0LneS4iLoFTZsEcdK8e7EO/+OWFp3C7JMcgtWJ0ZLbFyPIYRYeyRJItWhQ== X-Received: by 10.107.132.217 with SMTP id o86mr48067065ioi.18.1469062438757; Wed, 20 Jul 2016 17:53:58 -0700 (PDT) Received: from mail-it0-f46.google.com (mail-it0-f46.google.com. [209.85.214.46]) by smtp.gmail.com with ESMTPSA id w138sm326927itc.8.2016.07.20.17.53.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 20 Jul 2016 17:53:58 -0700 (PDT) Received: by mail-it0-f46.google.com with SMTP id j124so3776148ith.1; Wed, 20 Jul 2016 17:53:58 -0700 (PDT) X-Received: by 10.36.192.9 with SMTP id u9mr5756615itf.86.1469062438330; Wed, 20 Jul 2016 17:53:58 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.36.233.67 with HTTP; Wed, 20 Jul 2016 17:53:57 -0700 (PDT) In-Reply-To: <2986227.mkPmo6E96P@ralph.baldwin.cx> References: <201607202251.u6KMpX73042960@repo.freebsd.org> <2986227.mkPmo6E96P@ralph.baldwin.cx> From: Conrad Meyer Date: Wed, 20 Jul 2016 17:53:57 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r303120 - head/sys/kern To: John Baldwin Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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, 21 Jul 2016 00:54:00 -0000 Sure =E2=80=94 r303122. Conrad On Wed, Jul 20, 2016 at 4:09 PM, John Baldwin wrote: > On Wednesday, July 20, 2016 10:51:33 PM Conrad E. Meyer wrote: >> Author: cem >> Date: Wed Jul 20 22:51:33 2016 >> New Revision: 303120 >> URL: https://svnweb.freebsd.org/changeset/base/303120 >> >> Log: >> imgact_elf: Rename the segment iterator to match reality >> >> The each_writable_segment routine evaluates segments on a slightly lit= tle more >> nuanced metric than simply "writable" or not. Rename the function to = more >> closely match its behavior (each_dumpable_segment). >> >> Suggested by: jhb >> Sponsored by: EMC / Isilon Storage Division > > Please do the same rename in gcore's elfcore.c as well. > > -- > John Baldwin