summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/tty.cc
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches2021-03-081-0/+1
* Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches2021-02-191-0/+1
* Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches2021-02-151-0/+1
* Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches2021-02-121-0/+89
* Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches2021-01-281-1/+1
* Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches2021-01-281-3/+4
* Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches2021-01-281-0/+2
* Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches2021-01-281-2/+0
* Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches2021-01-181-0/+2
* Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.Takashi Yano via Cygwin-patches2020-10-271-0/+1
* Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches2020-08-311-0/+3
* Cygwin: pty: Implement new pseudo console support.Takashi Yano2020-08-221-18/+2
* Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches2020-06-051-1/+6
* Cygwin: pty: Stop counting number of slaves attached to pseudo console.Takashi Yano via Cygwin-patches2020-05-251-2/+1
* Cygwin: pty: Revise code to make system_printf() work after close.Takashi Yano via Cygwin-patches2020-05-251-0/+23
* Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano2020-02-101-0/+3
* Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano2020-01-281-0/+1
* Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano2020-01-211-0/+1
* Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano2019-11-181-1/+1
* Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano2019-11-131-1/+1
* Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano2019-09-151-1/+1
* Cygwin: pty: Switch input and output pipes individually.Takashi Yano2019-09-141-2/+3
* Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano2019-09-051-0/+1
* Cygwin: pty: add pseudo console support.Takashi Yano2019-08-291-0/+8
* Handle up to 63 partitions per driveCorinna Vinschen2016-06-231-1/+1
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* Bump tty.cc copyright dateCorinna Vinschen2015-04-231-1/+1
* TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano2015-04-231-0/+1
* * tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an errorChristopher Faylor2013-10-181-1/+1
* Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz2013-05-011-1/+1
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-7/+7
* * cygwin.din (getpt): Export.Yaakov Selkowitz2011-12-301-0/+6
* * fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor2011-11-231-3/+4
* * fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor2011-10-301-2/+2
* Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor2011-10-201-1/+1
* * cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor2011-10-151-22/+30
* * syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor2011-10-101-0/+1
* * tty.cc (grantpt): Check for valid fd.Christopher Faylor2011-09-211-2/+4
* * cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.Christopher Faylor2011-06-141-161/+19
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-19/+30
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-191-30/+19
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-1/+1
* * dcrt0.cc (jit_debug): New global.Christopher Faylor2009-07-031-6/+28
* Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor2009-01-031-2/+2
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-5/+6
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-4/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* * pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead ofCorinna Vinschen2008-03-121-5/+5
* * tty.cc: Update copyright.Christopher Faylor2008-01-011-1/+2
* * newsym: First stab at understanding data as well as functions.Christopher Faylor2008-01-011-25/+2