[PATCH 2/2 v5] truncate: new applet

2015-03-05 Thread Ari Sundholm
From: Ari Sundholm a...@tuxera.com bloat-o-meter: function old new delta truncate_main - 178+178 .rodata 154411 154480 +69 packed_usage

Re: [PATCH 2/2 v4] truncate: new applet

2015-03-05 Thread Bernhard Reutner-Fischer
On March 5, 2015 8:08:13 PM GMT+01:00, Ari Sundholm a...@tuxera.com wrote: On Thu, 2015-03-05 at 19:17 +0100, Bernhard Reutner-Fischer wrote: On March 5, 2015 2:28:28 PM GMT+01:00, Ari Sundholm a...@tuxera.com wrote: From: Ari Sundholm a...@tuxera.com bloat-o-meter: function

Re: [PATCH 2/2 v5] truncate: new applet

2015-03-05 Thread Bernhard Reutner-Fischer
On March 5, 2015 8:57:05 PM GMT+01:00, Ari Sundholm a...@tuxera.com wrote: From: Ari Sundholm a...@tuxera.com bloat-o-meter: function old new delta truncate_main - 178 +178 .rodata

Re: [RFC PATCH 1/1] patch: fix seg fault caused by malformed patch

2015-03-05 Thread Jim Keniston
The busybox FAQ says it's time to post a polite reminder about my suggested patch. See my original mail below. Here's a sample patch that triggers the seg fault: === cut here === -- dwarves.orig 2015-02-25 01:45:27.75300 + +++ dwarves 2015-02-25 01:46:08.19900 + @@ -1,7 +1,7

[PATCH] vi: Remove broken, unused, and unmaintained CRASHME code

2015-03-05 Thread - -
The vi CRASHME code is not used, not maintained, littered with warnings that it's currently broken, and leaving a bunch of #ifdef blocks lying around at various points in the code. It apparently has not been available as an option in a long time and doesn't seem useful. Let's remove it entirely.

[PATCH v2] vi: Remove broken, unused, and unmaintained CRASHME code

2015-03-05 Thread - -
It looks like I accidentally removed something at the last second that caused a problem; revised patch attached. 0001-vi-Remove-broken-unused-and-unmaintained-CRASHME-cod.patch Description: Binary data ___ busybox mailing list

Re: tftp SAS

2015-03-05 Thread Jack
The busybox version is 1.15.3, and the following URLs are log images. The first is about tftpd32 log message from windows. http://i.imgur.com/dXYTNpW.png The second is about wireshark log message from windows. http://i.imgur.com/Tf8KKFy.png It looks like missing Block 407, and I have some

Re: ntpd daemon

2015-03-05 Thread Laszlo Papp
On Thu, Mar 5, 2015 at 12:19 AM, Isaac Dunham ibid...@gmail.com wrote: On Wed, Mar 04, 2015 at 10:05:06PM +, Laszlo Papp wrote: Better, thanks, but the documentation would still not mention the case of abort. On Tuesday, March 3, 2015, Isaac Dunham ibid...@gmail.com wrote: How is this

Re: [PATCH 2/2 v4] truncate: new applet

2015-03-05 Thread Bernhard Reutner-Fischer
On March 5, 2015 2:28:28 PM GMT+01:00, Ari Sundholm a...@tuxera.com wrote: From: Ari Sundholm a...@tuxera.com bloat-o-meter: function old new delta .rodata 154411 154480 +69

Re: [PATCH 2/2 v4] truncate: new applet

2015-03-05 Thread Ari Sundholm
On Thu, 2015-03-05 at 19:17 +0100, Bernhard Reutner-Fischer wrote: On March 5, 2015 2:28:28 PM GMT+01:00, Ari Sundholm a...@tuxera.com wrote: From: Ari Sundholm a...@tuxera.com bloat-o-meter: function old new delta .rodata

Re: ntpd daemon

2015-03-05 Thread Denys Vlasenko
On Tue, Mar 3, 2015 at 5:48 PM, Isaac Dunham ibid...@gmail.com wrote: It's standard ntpd compat. google man ntp.conf I know, but that is not the point I am trying to make. Reading the help output without investigating about the code, it is unclear for the user what format the file has. It

Re: tftp SAS

2015-03-05 Thread Denys Vlasenko
Which version of busybox do you use? Can you show packet log you see? On Thu, Mar 5, 2015 at 6:57 AM, Jack jackzzj...@gmail.com wrote: Hi, I have a question, that is about tftp protocol. When I try to send file from PC to embedded System, using tftp protocol and tftp command. It seems like

Re: ntpd daemon

2015-03-05 Thread Laszlo Papp
On Thu, Mar 5, 2015 at 10:43 AM, Laszlo Papp lp...@kde.org wrote: On Thu, Mar 5, 2015 at 12:19 AM, Isaac Dunham ibid...@gmail.com wrote: On Wed, Mar 04, 2015 at 10:05:06PM +, Laszlo Papp wrote: Better, thanks, but the documentation would still not mention the case of abort. On Tuesday,

Re: ntpd daemon

2015-03-05 Thread Denys Vlasenko
On Thu, Mar 5, 2015 at 11:43 AM, Laszlo Papp lp...@kde.org wrote: The problem is not when no peer is defined. The problem is when the peer is defined, but we cannot talk to it. Therefore, the issue that I raised is still [not] addressed with regards to this. This is not an easy thing to