Re: svn commit: r272384 - head/usr.bin/mkimg

2014-10-07 Thread Dmitry Morozovsky
On Fri, 3 Oct 2014, Ed Maste wrote: > On 2 October 2014 10:43, Ed Maste wrote: > > > > 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. > > I

Re: svn commit: r272384 - head/usr.bin/mkimg

2014-10-03 Thread Ed Maste
On 2 October 2014 10:43, Ed Maste wrote: > > 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. I've had a couple of inquiries about the workflow I'

Re: svn commit: r272384 - head/usr.bin/mkimg

2014-10-02 Thread Ed Maste
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 ch

svn commit: r272384 - head/usr.bin/mkimg

2014-10-01 Thread Marcel Moolenaar
Author: marcel Date: Wed Oct 1 21:03:17 2014 New Revision: 272384 URL: https://svnweb.freebsd.org/changeset/base/272384 Log: Improve performance of mking(1) by keeping a list of "chunks" in memory, that keeps track of a particular region of the image. In particular the image_data() function