RE: Daemon ram usage

2014-05-05 Thread Morten Kvistgaard
... busybox top has the 's' mode where it shows lots of memory stats .. That one tells me that top: no process info in /proc. Which isn't true. CONFIG_BUILD_LIBBUSYBOX=y CONFIG_FEATURE_INDIVIDUAL=y CONFIG_FEATURE_SHARED_BUSYBOX=y I can build the LIBBUSYBOX, but the other two fail with

ftpd authentication

2014-05-05 Thread Morten Kvistgaard
Hello, I've been working with Busybox for many years and I've just recently found out, that the ftpd authentication is bogus. LOL? A bit strange considering that telnetd etc. doesn't have this issue. I'd like to supply a patch for this, if you'd accept one. In this, I'll copy the authentication

[PATCH] flash_eraseall: use full chip erase if possible

2014-05-05 Thread Peter Korsgaard
From: Peter Korsgaard pe...@korsgaard.com Similar to the optimization in flashcp. On a Micron n25q128, this speeds up flash erase from ~180s to ~120s, and allows userspace to do useful work while erasing as the kernel driver returns as soon as the erase command is sent to the chip. bloat-o-meter

RE: [PATCH 1/1] hwclock: Verify RTC file descriptor; use reentrant functions

2014-05-05 Thread Bryan Evenson
Issac, -Original Message- From: Isaac Dunham [mailto:ibid...@gmail.com] Sent: Friday, May 02, 2014 8:39 PM To: Bryan Evenson Cc: Denys Vlasenko; busybox; gri...@gmx.de Subject: Re: [PATCH 1/1] hwclock: Verify RTC file descriptor; use reentrant functions On Fri, May 02, 2014 at

Re: [PATCH] dhcpc: Fix compile error with ancient kernel headers

2014-05-05 Thread Dan Moulding
On Saturday, May 3, 2014 7:56am, Denys Vlasenko vda.li...@googlemail.com said: On Tuesday 29 April 2014 16:16, Dan Moulding wrote: I have a need to build against old, decrepit kernel headers: 2.6.18. While I like shiny new kernels just as much as the next guy, in this case I am forced to use

Re: ftpd authentication

2014-05-05 Thread walter harms
Even if nobody else may be interessted: i am. re, wh Am 05.05.2014 10:27, schrieb Morten Kvistgaard: Hello, I’ve been working with Busybox for many years and I’ve just recently found out, that the ftpd authentication is bogus. LOL? A bit strange considering that telnetd etc. doesn’t

Re: ftpd authentication

2014-05-05 Thread Xabier Oneca -- xOneca
Hello Morten, Please, feel free to post the patch here, in the mailing list. And thank you in advance! Cheers, Xabier Oneca_,,_ 2014-05-05 10:27 GMT+02:00 Morten Kvistgaard m...@pch-engineering.dk: Hello, I’ve been working with Busybox for many years and I’ve just recently found out,

Re: bug in busybox sed with non-ascii chars

2014-05-05 Thread Sam Liddicott
One of the advantages of utf-8 encoding was that it was easy to re-sync after an invalid sequence. It's a bit of a waste to then not do that. Minus points for musl. Can you not run sed with LANG=C or LANG=POSIX? Sam On 4 May 2014 15:57, Rich Felker dal...@libc.org wrote: On Sun, May 04, 2014

RE: [PATCH 1/1] hwclock: Verify RTC file descriptor; use reentrant functions

2014-05-05 Thread Bryan Evenson
Issac, -Original Message- From: Isaac Dunham [mailto:ibid...@gmail.com] Sent: Monday, May 05, 2014 4:41 PM To: Bryan Evenson Cc: Denys Vlasenko; busybox; gri...@gmx.de Subject: Re: [PATCH 1/1] hwclock: Verify RTC file descriptor; use reentrant functions On Mon, May 05, 2014 at