aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_termios.cc
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-29* fhandler_termios.cc (fhandler_termios::line_edit): Use special case '%0c'Christopher Faylor1-1/+1
2012-07-21* DevNotes: Add entry cgf-000013.Christopher Faylor1-1/+1
2012-06-19Revert errneous checkin.Christopher Faylor1-1/+1
2012-06-19* cygwait.cc (cancelable_wait): Mimic old cygwait behavior more closely wrtChristopher Faylor1-1/+1
2012-04-18* fhandler.h (fhandler_base::nohandle): Revert to standard implementation.Christopher Faylor1-1/+5
2012-03-03* fhandler_console.cc (fhandler_console::dup): Only set ctty when we haven'tChristopher Faylor1-2/+2
2012-02-28tcgetsid: fix return typeEric Blake1-2/+2
2012-01-08* dtable.cc (dtable::stdio_init): Always initialize console when we have one.Christopher Faylor1-3/+3
2011-12-17Implement fhandler reference counting.Christopher Faylor1-1/+1
2011-12-08* fhandler_termios.cc (tty_min::kill_pgrp): Don't send __SIGSETPGRP sinceChristopher Faylor1-2/+2
2011-10-22* dtable.cc (dtable::delete_archetype): Improve debugging output.Christopher Faylor1-2/+0
2011-10-15* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor1-2/+6
2011-10-11* cygwin.din: Remove some _tc* exports. Add tcgetsid().Christopher Faylor1-0/+34
2011-10-06 * fhandler_termios.cc (fhandler_termios::tcsetpgrp): Send __SIGSETPGRPCorinna Vinschen1-1/+2
2011-06-14* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor1-1/+1
2011-06-06whitespace eliminationChristopher Faylor1-3/+3
2011-06-04* fhandler.cc (fhandler_base_overlapped::wait_overlapped): Only raise SIGPIPEChristopher Faylor1-71/+73
2011-05-30* fhandler_termios.cc (fhandler_termios::bg_check): Do not return EIO when aChristopher Faylor1-24/+43
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-2/+2
2011-04-29 * ntdll.h (IsEventSignalled): New inline function.Corinna Vinschen1-1/+2
2011-04-21* cygheap.cc (init_cygheap::close_ctty): Avoid closing console-cttys since theyChristopher Faylor1-1/+4
2011-04-18 * Fix various copyrights.Corinna Vinschen1-1/+1
2011-04-17* cygheap.h (init_cygheap::ctty): Use base class so that console can join inChristopher Faylor1-0/+7