Re: [PATCH] pmap: new applet

2010-08-17 Thread Alexander Shishkin
On Sun, Jul 31, 2010 at 01:23:54 +0300, Alexander Shishkin wrote: > pmap is a tool used to look at processes' memory maps, normally found > in procps package. It provides more readable and easily sortable output > (one line per mapping) from maps/smaps files in /proc/PID/. This would > help in de

[PATCH] obscure code patch

2010-08-17 Thread Bob Dunlop
Sorry couldn't resist setting that as a subject. Anyway in obscure_msg() in libbb/obscure.c we have a few lines of code that read: if (!++p) { break; /* move past the matched char if possible */ } Now since p is a pointer the condition !++p is only going to be true in

unzip from stdin does no loger work in 1.17.x

2010-08-17 Thread Natanael Copa
This no longer work in busybox-1.17.1: cat test.zip | unzip - I get: unzip: lseek: Illegal seek bug or feature? -- Natanael Copa ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: [PATCH] obscure code patch

2010-08-17 Thread Denys Vlasenko
On Tue, Aug 17, 2010 at 1:44 PM, Bob Dunlop wrote: > Sorry couldn't resist setting that as a subject. > > Anyway in obscure_msg() in libbb/obscure.c  we have a few lines of code > that read: > >      if (!++p) { >              break; /* move past the matched char if possible */ >      } > > Now si

Re: unzip from stdin does no loger work in 1.17.x

2010-08-17 Thread Denys Vlasenko
On Tue, Aug 17, 2010 at 3:56 PM, Natanael Copa wrote: > This no longer work in busybox-1.17.1: cat test.zip | unzip - > > I get: > unzip: lseek: Illegal seek > > bug or feature? Both, I guess... unzip was taught to use the "Central Directory" structure, which is found at the end of .zip file. It

Re: unzip from stdin does no loger work in 1.17.x

2010-08-17 Thread Natanael Copa
On Tue, Aug 17, 2010 at 4:26 PM, Denys Vlasenko wrote: > On Tue, Aug 17, 2010 at 3:56 PM, Natanael Copa > wrote: >> This no longer work in busybox-1.17.1: cat test.zip | unzip - >> >> I get: >> unzip: lseek: Illegal seek >> >> bug or feature? > But it means that streaming unzipping is lost. fa

Re: Toybox patch for busybox.

2010-08-17 Thread Rob Landley
On Monday 16 August 2010 18:37:00 Denys Vlasenko wrote: > I believe current git should be good enough, since it is toybox's patch > plus a few small fixes on top. > > Please report any bugs. > > Can I actively hack on bbox's patch.c now or you want to take a stab at it? I'm probably not going to h

Makefile bug

2010-08-17 Thread Keith Hedger
Hi Tried to compile busybox version 1.17.1 and there is a bug in the makefile at line 436 which causes this eror in gcc 4.4.4: Makefile:436: *** mixed implicit and normal rules. Stop. The line is: config %config: scripts_basic outputmakefile gen_build_files FORCE The use of both pattern ma