public inbox for cygwin-developers@cygwin.com
 help / color / mirror / Atom feed
* [PATCH v8 0/1] Pseudo console support in PTY (v8)
@ 2019-08-21 15:43 Takashi Yano
  2019-08-21 15:43 ` [PATCH v8 1/1] Cygwin: pty: add pseudo console support Takashi Yano
  2019-08-23 22:30 ` [PATCH v8 0/1] Pseudo console support in PTY (v8) Thomas Wolff
  0 siblings, 2 replies; 14+ messages in thread
From: Takashi Yano @ 2019-08-21 15:43 UTC (permalink / raw)
  To: cygwin-developers; +Cc: Takashi Yano

Changes from v7:
Make the programs work which call WIN32 APIs such as WriteConsole()
directly despite being linked with cygwin1.dll. This is realized
by hooking some WIN32 APIs and switching I/O to the pseudo console
if console access is detected.

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

 winsup/cygwin/dtable.cc               |   51 +
 winsup/cygwin/fhandler.h              |   43 +-
 winsup/cygwin/fhandler_console.cc     |   32 +
 winsup/cygwin/fhandler_tty.cc         | 1483 ++++++++++++++++++++++++-
 winsup/cygwin/fork.cc                 |   24 +
 winsup/cygwin/select.cc               |   22 +-
 winsup/cygwin/spawn.cc                |   55 +
 winsup/cygwin/strace.cc               |   24 +
 winsup/cygwin/tty.cc                  |    8 +
 winsup/cygwin/tty.h                   |   24 +-
 winsup/utils/cygwin-console-helper.cc |   14 +-
 11 files changed, 1731 insertions(+), 49 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-08-29 11:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21 15:43 [PATCH v8 0/1] Pseudo console support in PTY (v8) Takashi Yano
2019-08-21 15:43 ` [PATCH v8 1/1] Cygwin: pty: add pseudo console support Takashi Yano
2019-08-27  8:24   ` Corinna Vinschen
2019-08-27  8:39     ` Thomas Wolff
2019-08-27  8:47       ` Corinna Vinschen
2019-08-27 15:52         ` Takashi Yano
2019-08-27 15:58           ` Corinna Vinschen
2019-08-23 22:30 ` [PATCH v8 0/1] Pseudo console support in PTY (v8) Thomas Wolff
2019-08-24  6:18   ` Takashi Yano
2019-08-24 22:22     ` Thomas Wolff
2019-08-27 18:06       ` Takashi Yano
2019-08-29  6:49         ` Thomas Wolff
2019-08-29  8:05           ` Corinna Vinschen
2019-08-29 11:58             ` 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).