From owner-svn-src-all@FreeBSD.ORG Thu Oct 2 14:44:03 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84E68973; Thu, 2 Oct 2014 14:44:03 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38A01CB9; Thu, 2 Oct 2014 14:44:03 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id hn15so1482809igb.3 for ; Thu, 02 Oct 2014 07:44:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ZUmUX7OSZvYZNcuIkV+Y7gWkFmhC0taLNeUeHXWUerE=; b=0mDIkjVgvPajVDY3EGUB+IOmlC1Lwwv5oGSPVJ7tsFz2FDOFmPq1e4V+w2PRJEmYh0 62KYS4Hl/r+FFHcCW7WJzJIqbsWRMpH851DjHhQV5YdGa4qO+K94OR0ekczgDoDrz4IF QscfB90ZNxS0WysikGuny+utgp+D/OvFucdKOKiChzs9xrSX4Y8gnK2zOKnKQlARlRjP eDJYBK43jNh7FKxVwODi/xXOdESC/vCUDi7DQHu8bcbFbsqgjZqkr7c67sTp7l4gyTnk BUZ4PtwiqnVB1qNiCvSLeNX57iLPUrmzUyiAaThGk+XZMr7OokeYZwFySbPTxP5s/RKw 1/eg== X-Received: by 10.50.142.97 with SMTP id rv1mr5336077igb.11.1412261042546; Thu, 02 Oct 2014 07:44:02 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.44.196 with HTTP; Thu, 2 Oct 2014 07:43:42 -0700 (PDT) In-Reply-To: <201410012103.s91L3HR0010906@svn.freebsd.org> References: <201410012103.s91L3HR0010906@svn.freebsd.org> From: Ed Maste Date: Thu, 2 Oct 2014 10:43:42 -0400 X-Google-Sender-Auth: sctHYZ9w8Sd0Fi-2UlzKdT3hbTs Message-ID: Subject: Re: svn commit: r272384 - head/usr.bin/mkimg To: Marcel Moolenaar Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 14:44:03 -0000 On 1 October 2014 17:03, Marcel Moolenaar wrote: > Improve performance of mking(1) by keeping a list of "chunks" in memory, > that keeps track of a particular region of the image. Nice work, thanks Marcel! I've been using brooks' NO_ROOT support along with makefs / mkimg to build and test changes by creating an image to boot in QEMU. This change provides a noticeable improvement in the cycle time.