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