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-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: wincap: Add capabilities for Windows 10 2004 and newer.Takashi Yano
2022-02-05Cygwin: drop dllfixdbg scriptCorinna Vinschen
2022-02-05Cygwin: console: Remove unnecessary (redundant) code.Takashi Yano
2022-02-04Cygwin: fix dependency to dllfixdbg scriptCorinna Vinschen
2022-02-04Cygwin: dllfixdbg: improve readabilityCorinna Vinschen
2022-02-03Cygwin: dllfixdbg: honor Makefile verbositiy flag "V"Corinna Vinschen
2022-02-03Cygwin: dllfixdbg: don't overwrite input DLLCorinna Vinschen
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-02-02Cygwin: silence dllfixdbgCorinna Vinschen
2022-02-02Cygwin: Makefile.am: fix DLL build ruleCorinna Vinschen
2022-01-28Cygwin: drop autoloading kernel32 symbols available since Windows 7Corinna Vinschen
2022-01-27Revert "Cygwin: fix permission problem when writing DAC info on Samba shares"Corinna Vinschen
2022-01-25Cygwin: ACLs: don't set indicator for default ACEs prematurelyCorinna Vinschen
2022-01-19Cygwin: silence most custom build rulesJon Turney
2022-01-19Cygwin: resolver: cygwin_query() skip response header on internal errorAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: add resolver fixes to release messageCorinna Vinschen
2022-01-19Cygwin: resolver: A few fixes for cygwin_query(), part 2Anton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Targets in SRV DNS responses may not be compressedAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Fix to match response ID with request IDAnton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: A few fixes for cygwin_query()Anton Lavrentiev via Cygwin-patches
2022-01-19Cygwin: resolver: Process options forward (not backwards)Anton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: fhandler_base: Fix double free caused when open() fails.Takashi Yano
2022-01-18Cygwin: add release text for last two patchesCorinna Vinschen
2022-01-18Cygwin: path_conv: do not get confused by a directory with `.lnk` suffixJohannes Schindelin
2022-01-18Cygwin: resolver: Added processing of AAAA recordsAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: A little more consistency in debug messagesAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: Format spec consistency for Windows errorsAnton Lavrentiev via Cygwin-patches
2022-01-18Cygwin: resolver: Debug to output both IP and port # in native b.o.Anton Lavrentiev via Cygwin-patches
2022-01-17Use matching format for NTSTATUSAnton Lavrentiev via Cygwin-patches
2022-01-17Fix format specifier for wide-char stringAnton Lavrentiev via Cygwin-patches
2022-01-14Cygwin: pty: Fix race issue between closing and opening master.Takashi Yano
2022-01-14Cygwin: console: Fix potential deadlock regarding acuqiring mutex.Takashi Yano
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.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
2022-01-12fhandler_proc.cc(format_proc_cpuinfo): add Linux 5.16 Gobble Gobble flagsBrian Inglis
2022-01-12posix_spawn: fix get/set uid/gid calls for 32 bit CygwinCorinna Vinschen
2022-01-12Cygwin: Makefile: add dependency to newlib's libsCorinna Vinschen
2022-01-12Cygwin: ACLs: ignore *_INHERIT flags in file ACLsCorinna Vinschen
2021-12-27Cygwin: fhandler_pipe::get_query_hdl_per_process: avoid a crashKen Brown