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
path: root/winsup
AgeCommit message (Expand)Author
2022-05-09Cygwin: pty: Avoid script command crash in console.cygwin-3_3_5-releaseTakashi Yano
2022-05-09Cygwin: pty: Not to change code page of parent console.Takashi Yano
2022-05-08Cygwin: pty: Add missing attach_mutex guard.Takashi Yano
2022-05-08Cygwin: pty: Avoid deadlock when pcon is started on console.Takashi Yano
2022-05-08Cygwin: pty: Change the condition to send Ctrl-C event.Takashi Yano
2022-05-08Cygwin: pty: Fix timing of creating invisible console.Takashi Yano
2022-05-08Cygwin: pty: Fix acquiring attach_mutex timing.Takashi Yano
2022-05-05Cygwin: sigproc: Avoid segfault caused by signal just after fork().Takashi Yano
2022-05-05Cygwin: always add sigmask to child infoCorinna Vinschen
2022-04-28Cygwin: Fix typo KERB_S4U_LOGON_FLAG_IDENTITY -> IDENTIFYJon Turney
2022-04-28Cygwin: Fix build with w32api 10.0.0Jon Turney
2022-04-27Cygwin: Fix "0x0x" in gmondump and ssp man pagesMark Geisert
2022-04-18Cygwin: pty: Fix Ctrl-C behaviour in latest GDB.Takashi Yano
2022-04-18Cygwin: pty: Fix deadlock caused by Ctrl-C in setup_pseudoconsole().Takashi Yano
2022-04-11Cygwin: pty: Do not set internal handles in HPCON inheritable.Takashi Yano
2022-04-09Cygwin: pty: Close pseudo console only if the process is the owner.Takashi Yano
2022-04-01Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano
2022-03-30Cygwin: pty: Fix crash on master close in Windows 7.Takashi Yano
2022-03-19Cygwin: console: Do not use memcmp() to compare INPUT_RECORD.Takashi Yano
2022-03-19Cygwin: console: Ignore dwControlKeyState in event comparison.Takashi Yano
2022-03-18Cygwin: console: Add attach_mutex guard that was not added.Takashi Yano
2022-03-18Cygwin: console: Fix typeahead key swapping which still occurs.Takashi Yano
2022-03-17Cygwin: document recent gmondump formatting fixMark Geisert
2022-03-16Cygwin: Fix gmondump formatting goofsMark Geisert
2022-03-15Cygwin: Add description of fsync() fix to 3.3.5 release notes.Takashi Yano
2022-03-14Cygwin: path: Add fallback for DFS mounted drive.Takashi Yano
2022-03-14Cygwin: fsync: Return EINVAL for special files.Takashi Yano
2022-03-10Cygwin: console, pty: Fix segfault in child_info_spawn::worker().Takashi Yano
2022-03-05Cygwin: update 3.3.5 release notesTakashi Yano
2022-03-05Cygwin: add 3.3.5 release notesTakashi Yano
2022-03-04Cygwin: pty: Take account of CR+NL line feed in input.Takashi Yano
2022-03-04Cygwin: pty: Fix a possible race issue in initialization of pcon.Takashi Yano
2022-03-04Cygwin: pty: Treat both CR and NL as line feed in transfer_inpup().Takashi Yano
2022-03-02Cygwin: pty: Add still missing acquire/release_attach_mutex.Takashi Yano
2022-03-02Cygwin: console, pty: Revamp the acquire/release_attach_mutex timing.Takashi Yano
2022-03-02Cygwin: console: Fix a bug from comparison between int and DWORD.Takashi Yano
2022-03-02Cygwin: console: Prevent special keys processing from drop.Takashi Yano
2022-03-01Cygwin: Makefile: fix ctags --extras optionCorinna Vinschen
2022-03-01Cygwin: handle_sigprocmask: If new signal set is NULL, ignore "how"Corinna Vinschen
2022-03-01Cygwin: /proc/<PID>/status: fix format specifierCorinna Vinschen
2022-03-01Cygwin: sysconf: _SC_TZNAME_MAX: return -1 as valid valueCorinna Vinschen
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: console: Improve the code to avoid typeahead key swapping.Takashi Yano
2022-02-28Cygwin: pinfo: Fix exit code for non-cygwin apps which reads console.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: console: Revert experimental code mixed accidentally.Takashi Yano
2022-02-26Cygwin: console: Prevent the order of typeahead input from swapped.Takashi Yano