Re: [PATCH] Add Blackfin arch to build system

2007-06-17 Thread Alex Landau
--- Mike Frysinger <[EMAIL PROTECTED]> wrote: > On Sunday 17 June 2007, Alex Landau wrote: > > Blackfin (and other no-MMU's too, I guess) use the bFLT file format instead > > of (or in addition to) ELF, and therefore requires special LDFLAGS and not > > stripping. The attached patch does exactly

httpd does not export HTTP_HOST variable to CGI

2007-06-17 Thread Alexander Kriegisch
I think that many CGIs rely on the existence of HTTP_HOST. Besides, SERVER_NAME and SERVER_ADDR are not there, either. Developers, you might want to consider implementing those exports (especially the first one) for the next release. Regards and thanks -- Alexander Kriegisch _

Re: [PATCH] mini port scanner for busybox - V6

2007-06-17 Thread Tito
On Saturday 16 June 2007 18:31:00 Denis Vlasenko wrote: > On 6/16/07, Tito <[EMAIL PROTECTED]> wrote: > > On Saturday 16 June 2007 15:39:58 Denis Vlasenko wrote: > > > On Friday 15 June 2007 23:16, Tito wrote: > > > > Looks good to me, added some of the TODOs and changed all the time to > > > > ms

Re: [PATCH] Add Blackfin arch to build system

2007-06-17 Thread Mike Frysinger
On Sunday 17 June 2007, Alex Landau wrote: > Blackfin (and other no-MMU's too, I guess) use the bFLT file format instead > of (or in addition to) ELF, and therefore requires special LDFLAGS and not > stripping. The attached patch does exactly that. It adds a blackfin/ > directory under arch/ with a

Re: Small change for ls

2007-06-17 Thread Loïc Grenié
2007/6/16, Denis Vlasenko <[EMAIL PROTECTED]>: Care to resend as unified diff? (diff -u). No pb. Loïc diff -ur busybox-1.6.0/coreutils/ls.c mybusybox-1.6.0/coreutils/ls.c --- busybox-1.6.0/coreutils/ls.c 2007-06-16 16:27:22.332313715 +0200 +++ mybusybox-1.6.0/coreutils/ls.c 2007-06-1

[PATCH] Add Blackfin arch to build system

2007-06-17 Thread Alex Landau
Hi All, Blackfin (and other no-MMU's too, I guess) use the bFLT file format instead of (or in addition to) ELF, and therefore requires special LDFLAGS and not stripping. The attached patch does exactly that. It adds a blackfin/ directory under arch/ with a Makefile handling these details. Build

Re: regfree() missing? [was Re: svn commit: trunk/busybox: findutils include]

2007-06-17 Thread Denis Vlasenko
On Saturday 16 June 2007 17:07, Bernhard Fischer wrote: > On Fri, Jun 15, 2007 at 04:43:11PM -0700, [EMAIL PROTECTED] wrote: > >Author: vda > >Date: 2007-06-15 16:43:11 -0700 (Fri, 15 Jun 2007) > >New Revision: 18827 > > > >Log: > >find: add conditional support for -maxdepth and -regex > >(needed f