Re: [Patch] cygcheck: More complete helptext on drive-list.

2004-10-26 Thread Bas van Gompel
Op Mon, 25 Oct 2004 17:28:07 -0400 schreef Christopher Faylor in [EMAIL PROTECTED]: : On Mon, Oct 25, 2004 at 06:25:16PM +0200, Bas van Gompel wrote: : Op Mon, 25 Oct 2004 11:51:32 -0400 schreef Christopher Faylor [Messed up ChangeLog-entry] : : I fixed this and checked it in. In general,

[Patch] cygcheck: Warn about multiple or missing cygwin1.dlls.

2004-10-26 Thread Bas van Gompel
Hi, Another (trivial, I think) patch, this time to warn about one of the more common pitfalls: multiple or missing cygwin1.dlls. 2004-10-26 Bas van Gompel [EMAIL PROTECTED] * cygcheck.cc (dump_sysinfo): Warn about missing or multiple cygwin1 dlls. ---

Re: [Patch] cygcheck: Warn about multiple or missing cygwin1.dlls.

2004-10-26 Thread Christopher Faylor
On Tue, Oct 26, 2004 at 11:34:13PM +0200, Bas van Gompel wrote: 2004-10-26 Bas van Gompel [EMAIL PROTECTED] * cygcheck.cc (dump_sysinfo): Warn about missing or multiple cygwin1 dlls. Please checkin. Thanks. cgf

Re: [Patch] cygcheck: Warn about multiple or missing cygwin1.dlls.

2004-10-26 Thread Bas van Gompel
Op Tue, 26 Oct 2004 19:03:00 -0400 schreef Christopher Faylor in [EMAIL PROTECTED]: : On Tue, Oct 26, 2004 at 11:34:13PM +0200, Bas van Gompel wrote: : 2004-10-26 Bas van Gompel [EMAIL PROTECTED] : : * cygcheck.cc (dump_sysinfo): Warn about missing or multiple cygwin1 : dlls. : :

sync(3)

2004-10-26 Thread Reini Urban
Why is this a bad idea? -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ 2004-10-27 Reini Urban [EMAIL PROTECTED] * syscalls.cc (sync): Implement it via cygheap-fdtab and FlushFileBuffers. Better than a noop. Index: syscalls.cc

RE: sync(3)

2004-10-26 Thread Gary R. Van Sickle
Well, I don't know if it's a bad idea, but FlushFileBuffers isn't guaranteed to do anything, and usually doesn't in the very instances that you need it most. But since sync(3) isn't guaranteed to do anything anyway, I guess it cancels out. I'd be sure to put comments in there saying that it