Re: Dumper produces unuseable dumps (fix).

2007-05-21 Thread Pedro Alves
Pedro Alves wrote: I'll have new papers from my employer in a few days, and I'll resubmit them. Just to let you know: Papers signed and sent. Let's hope this time the plain doesn't go any near the Bermuda Triangle. Please ping me when the papers are in; I may have an updated patch by then.

Re: [Patch] Segfault on unaligned lseek() on /dev/sdX (was: [ITP] ddrescue 1.3)

2007-05-21 Thread Christian Franke
Corinna Vinschen wrote: As for the devbuf part of the patch, it's missing a ChangeLog entry. Can you please send one, possibly in present tense? (Your first ChangeLog was incorrectly written in past tense) 2007-05-21 Christian Franke <[EMAIL PROTECTED]> * fhandler_floppy.cc (fha

Re: declare hsearch_r

2007-05-21 Thread Corinna Vinschen
On May 21 06:59, Eric Blake wrote: > * include/search.h (hsearch_r): Provide declaration. Thanks, applied. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat

declare hsearch_r

2007-05-21 Thread Eric Blake
Cygwin already exports newlib's hsearch_r, but failed to declare it in cygwin's replacement . This leads to unnecessary warnings when compiling cygwin, at the point where newlib is trying to compile uses of hsearch_r. 2007-05-21 Eric Blake <[EMAIL PROTECTED]> * include/search.h (hsearc

Re: [Patch] Segfault on unaligned lseek() on /dev/sdX (was: [ITP] ddrescue 1.3)

2007-05-21 Thread Corinna Vinschen
Hi Christian, On May 20 17:02, Christian Franke wrote: > fhandler_dev_floppy::lseek() always clears the 60KB pre-read buffer, > even on lseek(fd, 0, SEEK_CUR); > If a programm (like ddrescue) always calls lseek() before each read(), > performance is poor, because the same block is read several t