Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-30Cygwin: remove regparm.hKen Brown
2022-03-03Cygwin: pty: Stop to use PID_NEW_PG flag as a marker for GDB.Takashi Yano
2022-03-01Cygwin: pty: Rename some functions/variables with the name *pcon*.Takashi Yano
2022-02-22Cygwin: pty: Encapsulate pty code in tty::setpgid().Takashi Yano
2022-02-22Cygwin: pty, console: Fix handle leak which occurs on exec() error.Takashi Yano
2022-02-13Cygwin: pty: Fix a bug in tty_min::segpgid().Takashi Yano
2022-02-13Cygwin: pty: Revise the code to wait for completion of forwarding.Takashi Yano
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano
2021-12-15Cygwin: pty: Fix input switching failure.Takashi Yano
2021-04-20Cygwin: pty: Fix race issue in inheritance of pseudo console.Takashi Yano
2021-04-06Cygwin: pty: Use atexit() instead of hooking exit() for GDB.Takashi Yano
2021-04-06Cygwin: fhandler: Rename handles from XXX_cyg/XXX to XXX/XXX_nat.Takashi Yano
2021-03-08Cygwin: pty: Discard input already accepted on interrupt.Takashi Yano via Cygwin-patches
2021-02-19Cygwin: pty: Make FLUSHO and Ctrl-O work.Takashi Yano via Cygwin-patches
2021-02-15Cygwin: console: Abort read() on signal if SA_RESTART is not set.Takashi Yano via Cygwin-patches
2021-02-12Cygwin: pty: Reduce unecessary input transfer.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches
2021-01-28Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches
2021-01-18Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches
2020-10-27Cygwin: pty: Disable ResizePseudoConsole() if stdout is redirected.Takashi Yano via Cygwin-patches
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-06-06Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches
2020-05-25Cygwin: pty: Stop counting number of slaves attached to pseudo console.Takashi Yano via Cygwin-patches
2020-05-25Cygwin: pty: Revise code to make system_printf() work after close.Takashi Yano via Cygwin-patches
2020-02-10Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano
2020-01-28Cygwin: pty: Revise code waiting for forwarding again.Takashi Yano
2020-01-21Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.Takashi Yano
2019-11-18Cygwin: pty: Convert CamelCase names to snake_case names.Takashi Yano
2019-11-13Cygwin: pty: Use redraw screen instead of clear screen.Takashi Yano
2019-09-15Cygwin: pty: Use system NLS function instead of PTY's own one.Takashi Yano
2019-09-14Cygwin: pty: Switch input and output pipes individually.Takashi Yano
2019-09-05Cygwin: pty: Disable clear screen on new pty if TERM=dumb or emacs*.Takashi Yano
2019-08-29Cygwin: pty: add pseudo console support.Takashi Yano
2016-06-23Handle up to 63 partitions per driveCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2015-04-23Bump tty.cc copyright dateCorinna Vinschen
2015-04-23TIOCPKT mode of PTY is broken if ONLCR bit is cleared.Takashi Yano
2013-10-19* tty.cc (tty_list::allocate): Set sid to 0 rather than -1 since -1 is an errorChristopher Faylor
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2011-12-31 * cygwin.din (getpt): Export.Yaakov Selkowitz
2011-11-23* fhandler.h (fhandler_pipe::create): Rename from the misnamedChristopher Faylor
2011-10-30* fhandler.h (fhandler_pipe::create_selectable): Remove optional argument, takeChristopher Faylor
2011-10-20Throughout change TTY_* to PTY_*, tty_* to pty_*, and ttym_* to ptmx_*.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-10-11* syscalls.cc (open): Add temporary kludge to avoid assigning the controllingChristopher Faylor