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-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 xsltproc when writing manpagesJon Turney
2022-01-19Cygwin: silence xsltproc when writing chunked htmlJon Turney
2022-01-19Cygwin: silence dblatex when building PDFsJon Turney
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: Fix configure help for --{en,dis}able-doc optionJon Turney
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-12Cygwin: doc: drop mention of 32-bit installerJon Turney
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
2022-01-10Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrapYaakov Selkowitz
2021-12-27Cygwin: fhandler_pipe::get_query_hdl_per_process: avoid a crashKen Brown
2021-12-20cygwin: Add cocom and patch to build prerequisites in FAQJon Turney
2021-12-18Cygwin: Conditionally build documentationJon Turney
2021-12-15Cygwin: pty: Fix input switching failure.Takashi Yano
2021-12-14Cygwin: pty: Fix conditions for input transfer again.Takashi Yano
2021-12-14Cygwin: pty: Fix conditions for input transfer.Takashi Yano
2021-12-13Cygwin: Use AS_HELP_STRING for --enable-debuggingJon Turney
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano
2021-12-12Cygwin: pipe: Restore blocking mode for cygwin process at startup.topic/pipeTakashi Yano
2021-12-12Cygwin: Document that the pipe_byte option is now set by defaultKen Brown
2021-12-12Cygwin: fhandler_pipe::raw_read: minor code cleanupKen Brown
2021-12-12Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe.Takashi Yano
2021-12-12Cygwin: console: Fix console mode of non-cygwin apps in background.Takashi Yano
2021-12-12Cygwin: pty: Fix console mode of non-cygwin apps in background.Takashi Yano
2021-12-12Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background.Takashi Yano