Re: [PATCH v2] Add conv=swab support to dd

2013-08-20 Thread Denys Vlasenko
On Monday 19 August 2013 14:00, Sam Liddicott wrote: I don't know anyone who would rather save a few bytes in the exe if it means getting the wrong answer. An error/warning would be better than a silent corruption, but not much better. I added code which makes dd fail if odd-sized read

Re: newline in PS1

2013-08-20 Thread Rich Felker
On Sun, Aug 18, 2013 at 11:19:20PM +0200, Denys Vlasenko wrote: On Friday 16 August 2013 20:16, Bug Ficks wrote: hi, Sorry I contact you by email but I didn't want to setup an bugzilla account. I had some problems with \n in PS1 with busybox shell. When navigating history a newline

Re: [PATCH] udhcpc6 source address is null, should be link-local address

2013-08-20 Thread Denys Vlasenko
On Monday 19 August 2013 09:32, Mathias Krüger wrote: Okay, then here is the second try ;) $ patch -p1 /tmp/z.patch --dry-run patching file networking/udhcp/d6_common.h Hunk #1 FAILED at 91. 1 out of 1 hunk FAILED -- saving rejects to file networking/udhcp/d6_common.h.rej patching file

Re: [PATCH] udhcpc6 source address is null, should be link-local address

2013-08-20 Thread Denys Vlasenko
On Monday 19 August 2013 09:32, Mathias Krüger wrote: Okay, then here is the second try ;) Here is a cleaned-up version of the patch (attached). But what if interface has no IPv6 addresses? Isn't the whole purpose of DHCP is to *acquire an address*? For example, I don't use or need IPv6 for

Re: [PATCH] udhcpc6 source address is null, should be link-local address

2013-08-20 Thread Denys Vlasenko
On Tuesday 20 August 2013 23:12, Matt Whitlock wrote: On Tuesday, 20 August 2013, at 11:10 pm, Denys Vlasenko wrote: But what if interface has no IPv6 addresses? Isn't the whole purpose of DHCP is to *acquire an address*? Interfaces that support IPv6 addressing should automatically have

Re: [PATCH] argv[0] of execvp when ENOEXEC

2013-08-20 Thread Rich Felker
On Tue, Aug 20, 2013 at 02:02:27PM -0400, Rich Felker wrote: On Wed, Aug 21, 2013 at 12:42:57AM +0800, Wei-cheng Wang wrote: Hi, When execvp executes the file and gets NOEXECV, it shall execute a command interpreter as if the process is invoked by sh, and the argv[0] shall point to the