public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Make terminal read() thread-safe.
@ 2021-01-28 14:11 Takashi Yano
  2021-01-28 14:11 ` [PATCH v3 1/2] Cygwin: console: Make " Takashi Yano
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Takashi Yano @ 2021-01-28 14:11 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.h          | 10 ++++++++++
 winsup/cygwin/fhandler_console.cc | 11 ++++++-----
 winsup/cygwin/fhandler_termios.cc |  2 ++
 winsup/cygwin/fhandler_tty.cc     |  6 ++++++
 4 files changed, 24 insertions(+), 5 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2021-02-01 10:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 14:11 [PATCH v3 0/2] Make terminal read() thread-safe Takashi Yano
2021-01-28 14:11 ` [PATCH v3 1/2] Cygwin: console: Make " Takashi Yano
2021-01-28 14:11 ` [PATCH v3 2/2] Cygwin: pty: Make slave " Takashi Yano
2021-02-01 10:01 ` [PATCH v3 0/2] Make terminal " Corinna Vinschen

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).