aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_termios.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-720/+0
2022-05-15Cygwin: pty: Fix script command crash on console in Win7.Takashi Yano1-1/+2
2022-05-08Cygwin: pty: Change the condition to send Ctrl-C event.Takashi Yano1-6/+3
2022-04-18Cygwin: pty: Fix Ctrl-C behaviour in latest GDB.Takashi Yano1-1/+3
2022-03-04Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.Takashi Yano1-7/+7
2022-03-02Cygwin: pty: Communalize the code for temporary attach to console.Takashi Yano1-22/+5
2022-03-02Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing.Takashi Yano1-0/+2
2022-03-01Cygwin: pty: Reorganize the code path of setting up and closing pcon.Takashi Yano1-1/+1
2022-03-01Cygwin: pty: Avoid cutting the branch the pty master is sitting on.Takashi Yano1-5/+15
2022-02-28Cygwin: pty: Isolate CTRL_C_EVENTs between ptys.Takashi Yano1-4/+2
2022-02-28Cygwin: termios: Ensure detection of GDB inferior in process_sigs().Takashi Yano1-6/+6
2022-02-27Cygwin: termios: Add comments to the code refactored recently.Takashi Yano1-16/+44
2022-02-27Cygwin: console: Correct the past fix for apps which open pty.Takashi Yano1-2/+2
2022-02-26Cygwin: pty: Stop to send CTRL_C_EVENT if pcon activated.Takashi Yano1-7/+4
2022-02-26Cygwin: console: Fix issues of apps which open pty.Takashi Yano1-5/+9
2022-02-24Cygwin: pty, console: Add a workaround for GDB SIGINT handling.Takashi Yano1-1/+28
2022-02-24Cygwin: console: Redesign handling of special keys.Takashi Yano1-12/+17
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano1-91/+168
2022-02-13Cygwin: pty: Pass Ctrl-Z (EOF) to non-cygwin apps with disable_pcon.Takashi Yano1-4/+9
2022-02-13Cygwin: pty, console: Fix Ctrl-C handling for non-cygwin apps.Takashi Yano1-0/+38
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano1-1/+7
2021-11-02Cygwin: console: Fix yet another bug on input when signalled.Takashi Yano1-1/+2
2021-09-07Cygwin: pty: Fix error handling of master write().Takashi Yano1-13/+11
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches1-1/+4
2021-02-19Cygwin: pty: Make tty setting NOFLSH work.Takashi Yano via Cygwin-patches1-1/+2
2021-02-15Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches1-0/+1
2021-02-01Cygwin: console: Make read() thread-safe.Takashi Yano via Cygwin-patches1-0/+2
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen1-1/+1
2020-07-01Cygwin: pty, termios: Unify thoughts of read ahead beffer handling.Takashi Yano via Cygwin-patches1-10/+10
2020-05-19Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default.Takashi Yano via Cygwin-patches1-1/+2
2020-03-11Cygwin: fix formatting: drop spaces leading tabsCorinna Vinschen1-1/+1
2020-01-28Cygwin: console: Share readahead buffer within the same process.Takashi Yano1-17/+18
2019-07-24Cygwin: fhandler_termios::tcsetpgrp: check that argument is non-negativeKen Brown1-0/+5
2017-10-09cygwin: Remove comparison of 'this' to NULL in _pinfo::existsKen Brown1-1/+1
2017-01-31Cygwin: Add IUTF8 termios iflagCorinna Vinschen1-1/+28
2016-07-27Don't raise SIGTTIN from poll/selectCorinna Vinschen1-6/+37
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2016-04-05Revert "Refactor to avoid nonnull checks on "this" pointer."Corinna Vinschen1-1/+1
2016-04-04Refactor to avoid nonnull checks on "this" pointer.Peter Foley1-1/+1
2015-04-23Add CMIN and CTIME definitionsCorinna Vinschen1-3/+3
2015-02-26 * fhandler_termios.cc (fhandler_termios::line_edit): Fix conditionCorinna Vinschen1-7/+9
2014-11-28 * cygheap.cc (init_cygheap::init_tls_list): Accommodate threadlistCorinna Vinschen1-0/+3
2014-11-14 * fhandler_termios.cc (fhandler_termios::line_edit): Fix fatal typo inCorinna Vinschen1-2/+2
2014-11-13 * fhandler.h (fhandler_termios::line_edit): Add parameter to returnCorinna Vinschen1-9/+27
2013-10-18* fhandler_termios.cc (tty_min::kill_pgrp): Don't send a signal to myself ifChristopher Faylor1-1/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-3/+4
2013-01-31* DevNotes: Add entry cgf-000022.Christopher Faylor1-3/+13
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor1-2/+2
2012-11-08* fhandler_termios.cc (fhandler_termios::line_edit): Don't do special characterChristopher Faylor1-20/+20
2012-10-12* fhandler_termios.cc (fhandler_termios::line_edit): Don't manipulateChristopher Faylor1-6/+2