public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Return appropriate handle by _get_osfhandle() and GetStdHandle().
@ 2021-03-21 23:26 Takashi Yano
  2021-03-21 23:26 ` [PATCH v2 1/3] Cygwin: syscalls.cc: Make _get_osfhandle() return appropriate handle Takashi Yano
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Takashi Yano @ 2021-03-21 23:26 UTC (permalink / raw)
  To: cygwin-patches

Takashi Yano (3):
  Cygwin: syscalls.cc: Make _get_osfhandle() return appropriate handle.
  Cygwin: pty: Add hook for GetStdHandle() to return appropriate handle.
  Cygwin: pty: Clear input_available_event if pipe is empty on close.

 winsup/cygwin/fhandler_tty.cc | 31 ++++++++++++++++++++++++-------
 winsup/cygwin/syscalls.cc     | 13 ++++++++++++-
 2 files changed, 36 insertions(+), 8 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-21 23:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 23:26 [PATCH v2 0/3] Return appropriate handle by _get_osfhandle() and GetStdHandle() Takashi Yano
2021-03-21 23:26 ` [PATCH v2 1/3] Cygwin: syscalls.cc: Make _get_osfhandle() return appropriate handle Takashi Yano
2021-03-21 23:26 ` [PATCH v2 2/3] Cygwin: pty: Add hook for GetStdHandle() to " Takashi Yano
2021-03-21 23:26 ` [PATCH v2 3/3] Cygwin: pty: Clear input_available_event if pipe is empty on close Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).