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

Changes from v5:
(1) Add wait in destructor of fhandler_pty_master.
(2) Add some debug messages.

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

 winsup/cygwin/dtable.cc               |  57 +++
 winsup/cygwin/fhandler.h              |  42 +-
 winsup/cygwin/fhandler_console.cc     |  32 ++
 winsup/cygwin/fhandler_tty.cc         | 696 ++++++++++++++++++++++++--
 winsup/cygwin/fork.cc                 |  24 +
 winsup/cygwin/select.cc               |  22 +-
 winsup/cygwin/spawn.cc                |  55 ++
 winsup/cygwin/strace.cc               |  24 +
 winsup/cygwin/tty.cc                  |   7 +
 winsup/cygwin/tty.h                   |  23 +-
 winsup/utils/cygwin-console-helper.cc |  14 +-
 11 files changed, 951 insertions(+), 45 deletions(-)

-- 
2.21.0

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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12 12:10 [PATCH v6 0/1] Pseudo console support in PTY (v6) Takashi Yano
2019-08-12 12:10 ` [PATCH v6 1/1] Cygwin: pty: add pseudo console support Takashi Yano
2019-08-12 13:44   ` Thomas Wolff
2019-08-12 14:57     ` Corinna Vinschen
2019-08-12 15:11     ` Takashi Yano
2019-08-12 15:37       ` Corinna Vinschen
2019-08-12 15:44         ` Takashi Yano
2019-08-12 18:25           ` Corinna Vinschen
2019-08-13 21:14       ` Thomas Wolff
2019-08-15 16:08         ` Takashi Yano
2019-08-15 18:22           ` Thomas Wolff

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