[Toybox] [PATCH] bloatcheck: use unified diff, no multiple input pipes

2014-06-07 Thread Isaac Dunham
bloatcheck had been breaking with busybox diff, since it defaults to unified diff format. Additionally, I was seeing messages along the lines of "cannot open /dev/fd/63". This patch fixes both issues. -- I'm assuming that support for unified diff format will be needed for toybox diff to work also.

Re: [Toybox] features

2014-06-07 Thread Daniel Cegiełka
btw. http://www.landley.net/notes.html#31-03-2014 ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net

Re: [Toybox] features

2014-06-07 Thread stephen Turner
Very informative, thanks. Looks like I have some reading to do. On Jun 7, 2014 12:50 AM, "Isaac Dunham" wrote: > On Fri, Jun 06, 2014 at 09:53:17PM +0200, Daniel Cegiełka wrote: > > 2014-06-06 18:12 GMT+02:00 stephen Turner : > > > Rob, have you given any thought into adding a embedded ssh like >

Re: [Toybox] md5sum cleanup

2014-06-07 Thread Ivo van Poorten
On Sat, 7 Jun 2014 15:36:27 +0200 Ivo van Poorten wrote: > On Sun, 01 Jun 2014 12:00:08 -0500 Rob Landley > wrote: > > On 05/15/14 11:50, Ivo van Poorten wrote: > > > cur-hg 8.6 > > > daniel 6.7 > > > ivo 4.9 > > > md5sum 2.8 > > > openssl 2.7 > > The attached patch av

Re: [Toybox] md5sum cleanup

2014-06-07 Thread Ivo van Poorten
On Sun, 01 Jun 2014 12:00:08 -0500 Rob Landley wrote: > On 05/15/14 11:50, Ivo van Poorten wrote: > > cur-hg 8.6 > > daniel 6.7 > > ivo 4.9 > > md5sum 2.8 > > openssl 2.7 The attached patch averages out to 3.2s on the same dataset and cpu. > Could you get me a patch on

Re: [Toybox] md5sum cleanup

2014-06-07 Thread Ivo van Poorten
On Sun, 01 Jun 2014 12:00:08 -0500 Rob Landley wrote: > On 05/15/14 11:50, Ivo van Poorten wrote: > > On Wed, 14 May 2014 21:56:13 -0700 Daniel Verkamp > > wrote: > >> Here's a quick cleanup of md5sum. Executive summary: smaller and > >> faster. > > > > Nice! It got me excited to see if I could