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 genera
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.
--- src/winsup/utils-3/cyg
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
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.
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
=
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 reall