public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Make terminal read() thread-safe.
@ 2021-01-28 11:14 Takashi Yano
  2021-01-28 11:14 ` [PATCH 1/2] Cygwin: console: Make " Takashi Yano
  2021-01-28 11:14 ` [PATCH 2/2] Cygwin: pty: Make slave " Takashi Yano
  0 siblings, 2 replies; 4+ messages in thread
From: Takashi Yano @ 2021-01-28 11:14 UTC (permalink / raw)
  To: cygwin-patches

Currently read() for console and pty slave are somehow
not thread-safe. These patches fix the issue.

Takashi Yano (2):
  Cygwin: console: Make read() thread-safe.
  Cygwin: pty: Make slave read() thread-safe.

 winsup/cygwin/fhandler_console.cc | 7 +++----
 winsup/cygwin/fhandler_tty.cc     | 6 ++++++
 winsup/cygwin/select.cc           | 3 ---
 3 files changed, 9 insertions(+), 7 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2021-01-28 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 11:14 [PATCH 0/2] Make terminal read() thread-safe Takashi Yano
2021-01-28 11:14 ` [PATCH 1/2] Cygwin: console: Make " Takashi Yano
2021-01-28 11:49   ` Takashi Yano
2021-01-28 11:14 ` [PATCH 2/2] Cygwin: pty: Make slave " 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).