aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler/pty.cc
AgeCommit message (Expand)AuthorFilesLines
2024-11-06Cygwin: console: Re-fix open() failure on exec() by console ownerTakashi Yano1-73/+0
2024-10-31Cygwin: console: Inherit pcon hand over from parent ptyTakashi Yano1-2/+11
2024-07-01Cygwin: pty: Avoid client deadlock when pty master stops to read.Takashi Yano1-3/+22
2024-02-16Cygwin: pty: Re-fix the last bug regarding nat-pipe.Takashi Yano1-4/+1
2024-02-16Cygwin: pty: Fix failure to revert from nat-pipe in disable_pcon.Takashi Yano1-2/+0
2024-02-14Cygwin: pty: Make GNU screen and tmux work in ConEmu cygwin-connector.Takashi Yano1-1/+3
2024-02-13Cygwin: pty: Fix potential handle leak regarding CallNamedPipe().Takashi Yano1-2/+18
2024-02-13Cygwin: pty: Fix handle leak in master process.Takashi Yano1-0/+1
2023-08-19Cygwin: pty: Fix failure to clear switch_to_nat_pipe flag.Takashi Yano1-3/+8
2023-08-16Cygwin: pty: Add missing pinfo check in transfer_input().Takashi Yano1-1/+3
2023-08-04Cygwin: pty: Fix thread safety of readahead buffer handling in pty master.Takashi Yano1-5/+5
2023-07-08Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty.Takashi Yano1-3/+5
2023-06-02Cygwin: pty: Additional fix for transferring input at exit.Takashi Yano1-2/+8
2023-06-01Cygwin: pty: Fix transferring type-ahead input between input pipes.Takashi Yano1-17/+3
2023-04-14Cygwin: pty: Fix reading CONIN$ when stdin is not a pty.Takashi Yano1-0/+6
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano1-6/+6
2023-02-09Cygwin: get_posix_access: Make mode_t parameter mandatoryCorinna Vinschen1-6/+6
2022-12-22Cygwin: console: Make the console accessible from other terminals.Takashi Yano1-2/+2
2022-12-09Cygwin: pty: Use GetTickCount64() instead of GetTickCount().Takashi Yano1-1/+1
2022-12-04Cygwin: drop wincap::has_broken_attach_consoleCorinna Vinschen1-61/+5
2022-11-25Cygwin: pty: Rename fhandler/tty.cc to fhandler/pty.cc.Takashi Yano1-0/+4273