Re: [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.

2020-01-24 Thread Corinna Vinschen
On Jan 23 23:16, Takashi Yano wrote: > On Thu, 23 Jan 2020 13:51:54 +0100 > Corinna Vinschen wrote: > > On Jan 23 13:30, Takashi Yano wrote: > > > - After commit 6cc299f0e20e4b76f7dbab5ea8c296ffa4859b62, outputs of > > > cygwin programs which call both printf() and WriteConsole() are > > > freq

Re: [PATCH 0/3] Fix the O_PATH support for FIFOs

2020-01-24 Thread Corinna Vinschen
On Jan 23 16:31, Ken Brown wrote: > Commit aa55d22c, "Cygwin: honor the O_PATH flag when opening a FIFO", > fixed a hang but otherwise didn't accomplish the purpose of the O_PATH > flag as stated in the Linux man page for open(2): > > Obtain a file descriptor that can be used for two purposes:

Re: [PATCH] Cygwin: pty: Add missing console API hooks.

2020-01-24 Thread Corinna Vinschen
Hi Takashi, On Jan 23 22:05, Takashi Yano wrote: > On Thu, 23 Jan 2020 13:48:13 +0100 > Corinna Vinschen wrote: > > On Jan 23 13:33, Takashi Yano wrote: > > > - Following console APIs are additionally hooked for cygwin programs > > > which directly call them. > > > * FillConsoleOutputAttribute