aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/tty.cc
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Cygwin: accommodate gcc -Og optionCorinna Vinschen1-1/+1
2023-03-07Cygwin: ctty: Replace ctty constant with more descriptive macros.Takashi Yano1-1/+1
2022-12-09Cygwin: pty: Use GetTickCount64() instead of GetTickCount().Takashi Yano1-5/+5
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown1-2/+2
2022-05-29Cygwin: remove regparm.hKen Brown1-1/+1
2022-03-04Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.Takashi Yano1-1/+3
2022-03-01Cygwin: pty: Rename some functions/variables with the name *pcon*.Takashi Yano1-13/+13
2022-02-22Cygwin: pty: Encapsulate pty code in tty::setpgid().Takashi Yano1-59/+3
2022-02-22Cygwin: pty, console: Fix handle leak which occurs on exec() error.Takashi Yano1-1/+1
2022-02-13Cygwin: pty: Fix a bug in tty_min::segpgid().Takashi Yano1-1/+2
2022-02-13Cygwin: pty: Revise the code to wait for completion of forwarding.Takashi Yano1-5/+6
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano1-0/+1
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano1-2/+4
2021-12-15Cygwin: pty: Fix input switching failure.Takashi Yano1-1/+2
2021-04-20Cygwin: pty: Fix race issue in inheritance of pseudo console.Takashi Yano1-11/+4
2021-04-06Cygwin: pty: Use atexit() instead of hooking exit() for GDB.Takashi Yano1-0/+2
2021-04-06Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat.Takashi Yano1-2/+2
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches1-0/+1
2021-02-19Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches1-0/+1
2021-02-15Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches1-0/+1
2021-02-12Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches1-0/+89
2021-01-28Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches1-1/+1
2021-01-28Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches1-3/+4
2021-01-28Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches1-0/+2
2021-01-28Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches1-2/+0
2021-01-18Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches1-0/+2
2020-10-27Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.Takashi Yano via Cygwin-patches1-0/+1
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches1-0/+3
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano1-18/+2
2020-06-05Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches1-1/+6
2020-05-25Cygwin: pty: Stop counting number of slaves attached to pseudo console.Takashi Yano via Cygwin-patches1-2/+1
2020-05-25Cygwin: pty: Revise code to make system_printf() work after close.Takashi Yano via Cygwin-patches1-0/+23
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano1-0/+3
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano1-0/+1
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano1-0/+1
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano1-1/+1
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano1-1/+1
2019-09-15Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano1-1/+1
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano1-2/+3
2019-09-05Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano1-0/+1
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano1-0/+8
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen1-1/+1
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2015-04-23Bump tty.cc copyright dateCorinna Vinschen1-1/+1
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano1-0/+1
2013-10-18* tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an errorChristopher Faylor1-1/+1
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-7/+7
2011-12-30 * cygwin.din (getpt): Export.Yaakov Selkowitz1-0/+6
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor1-3/+4