[PATCH 0/8] Several modifications for pty and console code.

Takashi Yano takashi.yano@nifty.ne.jp
Sun Feb 13 14:39:02 GMT 2022


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



More information about the Cygwin-patches mailing list