Re: [Toybox] od (was: Editors and such.)

2012-07-03 Thread Rob Landley
On 07/01/2012 02:47 PM, Andre Renaud wrote: >> If the output of od gets dropped (-EPIPE), what happens? Should it retry >> short writes, which implies xprintf() should do an xmprintf() into a >> malloc buffer and then do a writeall() on it, although I really am >> trying to get automatic retry in t

Re: [Toybox] od (was: Editors and such.)

2012-07-01 Thread Andre Renaud
> If the output of od gets dropped (-EPIPE), what happens? Should it retry > short writes, which implies xprintf() should do an xmprintf() into a > malloc buffer and then do a writeall() on it, although I really am > trying to get automatic retry in there with sigaction(SA_RESTART) but > that doesn