public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/8] Several modifications for pty and console code.
@ 2022-02-13 14:39 Takashi Yano
  2022-02-13 14:39 ` [PATCH 1/8] Cygwin: pty, console: Fix Ctrl-C handling for non-cygwin apps Takashi Yano
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Takashi Yano @ 2022-02-13 14:39 UTC (permalink / raw)
  To: cygwin-patches

Takashi Yano (8):
  Cygwin: pty, console: Fix Ctrl-C handling for non-cygwin apps.
  Cygwin: pty: Pass Ctrl-Z (EOF) to non-cygwin apps with disable_pcon.
  Cygwin: pty: Prevent deadlock on echo output.
  Cygwin: pty: Revise the code to wait for completion of forwarding.
  Cygwin: pty: Discard input in from_master_nat pipe on signal as well.
  Cygwin: pty: Fix a bug in tty_min::segpgid().
  Cygwin: console: Fix console mode for non-cygwin inferior of GDB.
  Cygwin: console: Set console mode even if stdin/stdout is redirected.

 winsup/cygwin/fhandler.h          |   2 +
 winsup/cygwin/fhandler_console.cc |  67 +++++++++++++++
 winsup/cygwin/fhandler_termios.cc |  47 +++++++++-
 winsup/cygwin/fhandler_tty.cc     | 138 ++++++++++++++++--------------
 winsup/cygwin/spawn.cc            |  19 ++--
 winsup/cygwin/tty.cc              |  14 +--
 winsup/cygwin/tty.h               |   3 +-
 7 files changed, 204 insertions(+), 86 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-02-13 14:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13 14:39 [PATCH 0/8] Several modifications for pty and console code Takashi Yano
2022-02-13 14:39 ` [PATCH 1/8] Cygwin: pty, console: Fix Ctrl-C handling for non-cygwin apps Takashi Yano
2022-02-13 14:39 ` [PATCH 2/8] Cygwin: pty: Pass Ctrl-Z (EOF) to non-cygwin apps with disable_pcon Takashi Yano
2022-02-13 14:39 ` [PATCH 3/8] Cygwin: pty: Prevent deadlock on echo output Takashi Yano
2022-02-13 14:39 ` [PATCH 4/8] Cygwin: pty: Revise the code to wait for completion of forwarding Takashi Yano
2022-02-13 14:39 ` [PATCH 5/8] Cygwin: pty: Discard input in from_master_nat pipe on signal as well Takashi Yano
2022-02-13 14:39 ` [PATCH 6/8] Cygwin: pty: Fix a bug in tty_min::segpgid() Takashi Yano
2022-02-13 14:39 ` [PATCH 7/8] Cygwin: console: Fix console mode for non-cygwin inferior of GDB Takashi Yano
2022-02-13 14:39 ` [PATCH 8/8] Cygwin: console: Set console mode even if stdin/stdout is redirected 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).