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-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
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-25Cygwin: pinfo: Fix exit code when non-cygwin app exits by Ctrl-C.Takashi Yano
2022-02-24Cygwin: Update CI configuration for python version changeJon Turney
2022-02-24Cygwin: console: Restore CTRL_BREAK_EVENT handling.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-22Cygwin: pty, console: Fix handle leak which occurs on exec() error.Takashi Yano
2022-02-21Cygwin: console: Rearrange set_(in|out)put_mode() calls.Takashi Yano
2022-02-20Cygwin: pty, console: Refactor the code processing special keys.Takashi Yano
2022-02-13Cygwin: console: Set console mode even if stdin/stdout is redirected.Takashi Yano
2022-02-13Cygwin: console: Fix console mode for non-cygwin inferior of GDB.Takashi Yano
2022-02-13Cygwin: pty: Fix a bug in tty_min::segpgid().Takashi Yano
2022-02-13Cygwin: pty: Discard input in from_master_nat pipe on signal as well.Takashi Yano
2022-02-13Cygwin: pty: Revise the code to wait for completion of forwarding.Takashi Yano
2022-02-13Cygwin: pty: Prevent deadlock on echo output.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-02-11Cygwin: console: Maintain ENABLE_(INSERT|QUICK_EDIT)_MODE flags.Mitchell Hentges
2022-02-05Cygwin: console: Remove unnecessary (redundant) code.Takashi Yano
2022-02-03Cygwin: console: Fix IL/DL escape sequence on the last line.Takashi Yano
2022-02-03Cygwin: path: Fix UNC path handling for SMB3 mounted to a drive.Takashi Yano
2022-01-31Cygwin: bump dll version to 3.3.5Corinna Vinschen
2022-01-27Revert "Cygwin: fix permission problem when writing DAC info on Samba shares"cygwin-3_3_4-releaseCorinna Vinschen