]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Thu, 28 Jan 2021 03:26:14 +0000 (12:26 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 28 Jan 2021 10:21:12 +0000 (11:21 +0100)
commit253352e796ff9ec9a447e5375f5bc3e2b92b5293
treeb8242b05afaf8efa46ad6b7a4f547c2f4870f93b
parent8aeb3f3e50373ecc300a32caab1e91980aabb40b
Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.

- After commit bb428520, there has been the disadvantage:
  7) Pseudo console cannot be activated if it is already activated for
     another process on same pty.
  This patch clears this disadvantage.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/select.cc
winsup/cygwin/spawn.cc
winsup/cygwin/tty.cc
winsup/cygwin/tty.h
This page took 0.0282 seconds and 5 git commands to generate.