public inbox for cygwin-developers@cygwin.com
 help / color / mirror / Atom feed
* [PATCH v9 0/1] Cygwin: pty: add pseudo console support.
@ 2019-08-27 18:04 Takashi Yano
  2019-08-27 18:04 ` [PATCH v9 1/1] " Takashi Yano
  0 siblings, 1 reply; 2+ messages in thread
From: Takashi Yano @ 2019-08-27 18:04 UTC (permalink / raw)
  To: cygwin-developers; +Cc: Takashi Yano

Major changes from v8:
- Fix again charset conversion to make it consistent with that of
  mintty.
- Fix management of the state variable which shows whether process
  is attached to the pseudo console.
- Solve the issue that gnu screen and tmux does not work properly
  in Win10 1903.
- Fix small bug and refactor codes regarding API hook.

Takashi Yano (1):
  Cygwin: pty: add pseudo console support.

 winsup/cygwin/dtable.cc               |   51 +
 winsup/cygwin/fhandler.h              |   45 +-
 winsup/cygwin/fhandler_console.cc     |   32 +
 winsup/cygwin/fhandler_tty.cc         | 1765 ++++++++++++++++++++++++-
 winsup/cygwin/fork.cc                 |   24 +
 winsup/cygwin/init.cc                 |    1 +
 winsup/cygwin/select.cc               |   22 +-
 winsup/cygwin/spawn.cc                |   61 +
 winsup/cygwin/strace.cc               |   24 +
 winsup/cygwin/tty.cc                  |    8 +
 winsup/cygwin/tty.h                   |   24 +-
 winsup/utils/cygwin-console-helper.cc |   14 +-
 12 files changed, 2016 insertions(+), 55 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-08-27 18:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-27 18:04 [PATCH v9 0/1] Cygwin: pty: add pseudo console support Takashi Yano
2019-08-27 18:04 ` [PATCH v9 1/1] " 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).