index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
tty.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cygwin: pty: Discard input already accepted on interrupt.
Takashi Yano via Cygwin-patches
2021-03-08
1
-0
/
+1
*
Cygwin: pty: Make FLUSHO and Ctrl-O work.
Takashi Yano via Cygwin-patches
2021-02-19
1
-0
/
+1
*
Cygwin: console: Abort read() on signal if SA_RESTART is not set.
Takashi Yano via Cygwin-patches
2021-02-15
1
-0
/
+1
*
Cygwin: pty: Reduce unecessary input transfer.
Takashi Yano via Cygwin-patches
2021-02-12
1
-0
/
+89
*
Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.
Takashi Yano via Cygwin-patches
2021-01-28
1
-1
/
+1
*
Cygwin: pty: Make apps using console APIs be able to debug with gdb.
Takashi Yano via Cygwin-patches
2021-01-28
1
-3
/
+4
*
Cygwin: pty: Keep code page between non-cygwin apps.
Takashi Yano via Cygwin-patches
2021-01-28
1
-0
/
+2
*
Cygwin: pty: Inherit typeahead data between two input pipes.
Takashi Yano via Cygwin-patches
2021-01-28
1
-2
/
+0
*
Cygwin: pty: Prevent pty from changing code page of parent console.
Takashi Yano via Cygwin-patches
2021-01-18
1
-0
/
+2
*
Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.
Takashi Yano via Cygwin-patches
2020-10-27
1
-0
/
+1
*
Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.
Takashi Yano via Cygwin-patches
2020-08-31
1
-0
/
+3
*
Cygwin: pty: Implement new pseudo console support.
Takashi Yano
2020-08-22
1
-18
/
+2
*
Cygwin: pty: Fix screen distortion after less for native apps again.
Takashi Yano via Cygwin-patches
2020-06-05
1
-1
/
+6
*
Cygwin: pty: Stop counting number of slaves attached to pseudo console.
Takashi Yano via Cygwin-patches
2020-05-25
1
-2
/
+1
*
Cygwin: pty: Revise code to make system_printf() work after close.
Takashi Yano via Cygwin-patches
2020-05-25
1
-0
/
+23
*
Cygwin: pty: Inherit typeahead data between two input pipes.
Takashi Yano
2020-02-10
1
-0
/
+3
*
Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
2020-01-28
1
-0
/
+1
*
Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.
Takashi Yano
2020-01-21
1
-0
/
+1
*
Cygwin: pty: Convert CamelCase names to snake_case names.
Takashi Yano
2019-11-18
1
-1
/
+1
*
Cygwin: pty: Use redraw screen instead of clear screen.
Takashi Yano
2019-11-13
1
-1
/
+1
*
Cygwin: pty: Use system NLS function instead of PTY's own one.
Takashi Yano
2019-09-15
1
-1
/
+1
*
Cygwin: pty: Switch input and output pipes individually.
Takashi Yano
2019-09-14
1
-2
/
+3
*
Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.
Takashi Yano
2019-09-05
1
-0
/
+1
*
Cygwin: pty: add pseudo console support.
Takashi Yano
2019-08-29
1
-0
/
+8
*
Handle up to 63 partitions per drive
Corinna Vinschen
2016-06-23
1
-1
/
+1
*
Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout option
cygwin-2_5_2-release
Corinna Vinschen
2016-06-23
1
-3
/
+0
*
Bump tty.cc copyright date
Corinna Vinschen
2015-04-23
1
-1
/
+1
*
TIOCPKT mode of PTY is broken if ONLCR bit is cleared.
Takashi Yano
2015-04-23
1
-0
/
+1
*
* tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an error
Christopher Faylor
2013-10-18
1
-1
/
+1
*
Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch
Yaakov Selkowitz
2013-05-01
1
-1
/
+1
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-7
/
+7
*
* cygwin.din (getpt): Export.
Yaakov Selkowitz
2011-12-30
1
-0
/
+6
*
* fhandler.h (fhandler_pipe::create): Rename from the misnamed
Christopher Faylor
2011-11-23
1
-3
/
+4
*
* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, take
Christopher Faylor
2011-10-30
1
-2
/
+2
*
Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.
Christopher Faylor
2011-10-20
1
-1
/
+1
*
* cygerrno.h (__set_errno): Modify debugging output to make searching strace
Christopher Faylor
2011-10-15
1
-22
/
+30
*
* syscalls.cc (open): Add temporary kludge to avoid assigning the controlling
Christopher Faylor
2011-10-10
1
-0
/
+1
*
* tty.cc (grantpt): Check for valid fd.
Christopher Faylor
2011-09-21
1
-2
/
+4
*
* cygheap.h (init_cygheap::ctty_on_hold): Remove conditionalized variable.
Christopher Faylor
2011-06-14
1
-161
/
+19
*
* autoload.cc: Call _api_fatal in asm.
Christopher Faylor
2011-05-28
1
-19
/
+30
*
* autoload.cc (GetNamedPipeClientProcessId): Define.
Corinna Vinschen
2010-04-19
1
-30
/
+19
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-1
/
+1
*
* dcrt0.cc (jit_debug): New global.
Christopher Faylor
2009-07-03
1
-6
/
+28
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-2
/
+2
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-5
/
+6
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-4
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
* pipe.cc (fhandler_pipe::create_selectable): Use MAX_PATH instead of
Corinna Vinschen
2008-03-12
1
-5
/
+5
*
* tty.cc: Update copyright.
Christopher Faylor
2008-01-01
1
-1
/
+2
*
* newsym: First stab at understanding data as well as functions.
Christopher Faylor
2008-01-01
1
-25
/
+2
[next]