aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2022-01-25Cygwin: ACLs: don't set indicator for default ACEs prematurelyCorinna Vinschen1-2/+0
2022-01-19Cygwin: silence xsltproc when writing manpagesJon Turney1-3/+5
2022-01-19Cygwin: silence xsltproc when writing chunked htmlJon Turney1-3/+5
2022-01-19Cygwin: silence dblatex when building PDFsJon Turney1-2/+5
2022-01-19Cygwin: silence most custom build rulesJon Turney2-38/+38
2022-01-19Cygwin: resolver: cygwin_query() skip response header on internal errorAnton Lavrentiev via Cygwin-patches1-1/+2
2022-01-19Cygwin: Fix configure help for --{en,dis}able-doc optionJon Turney1-1/+1
2022-01-19Cygwin: add resolver fixes to release messageCorinna Vinschen1-1/+1
2022-01-19Cygwin: resolver: A few fixes for cygwin_query(), part 2Anton Lavrentiev via Cygwin-patches1-4/+5
2022-01-19Cygwin: resolver: Targets in SRV DNS responses may not be compressedAnton Lavrentiev via Cygwin-patches1-0/+1
2022-01-19Cygwin: resolver: Fix to match response ID with request IDAnton Lavrentiev via Cygwin-patches2-2/+11
2022-01-19Cygwin: resolver: A few fixes for cygwin_query()Anton Lavrentiev via Cygwin-patches1-8/+13
2022-01-19Cygwin: resolver: Process options forward (not backwards)Anton Lavrentiev via Cygwin-patches1-4/+6
2022-01-18Cygwin: fhandler_base: Fix double free caused when open() fails.Takashi Yano2-2/+5
2022-01-18Cygwin: add release text for last two patchesCorinna Vinschen1-0/+7
2022-01-18Cygwin: path_conv: do not get confused by a directory with `.lnk` suffixJohannes Schindelin1-0/+1
2022-01-18Cygwin: resolver: Added processing of AAAA recordsAnton Lavrentiev via Cygwin-patches1-8/+7
2022-01-18Cygwin: resolver: A little more consistency in debug messagesAnton Lavrentiev via Cygwin-patches1-7/+7
2022-01-18Cygwin: resolver: Format spec consistency for Windows errorsAnton Lavrentiev via Cygwin-patches1-4/+4
2022-01-18Cygwin: resolver: Debug to output both IP and port # in native b.o.Anton Lavrentiev via Cygwin-patches1-14/+22
2022-01-17Use matching format for NTSTATUSAnton Lavrentiev via Cygwin-patches1-2/+2
2022-01-17Fix format specifier for wide-char stringAnton Lavrentiev via Cygwin-patches1-1/+1
2022-01-14Cygwin: pty: Fix race issue between closing and opening master.Takashi Yano1-4/+10
2022-01-14Cygwin: console: Fix potential deadlock regarding acuqiring mutex.Takashi Yano2-3/+6
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano4-43/+23
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano3-1/+7
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano6-53/+115
2022-01-12Cygwin: doc: drop mention of 32-bit installerJon Turney2-52/+34
2022-01-12fhandler_proc.cc(format_proc_cpuinfo): add Linux 5.16 Gobble Gobble flagsBrian Inglis1-0/+4
2022-01-12posix_spawn: fix get/set uid/gid calls for 32 bit CygwinCorinna Vinschen1-0/+3
2022-01-12Cygwin: Makefile: add dependency to newlib's libsCorinna Vinschen1-1/+2
2022-01-11Cygwin: ACLs: ignore *_INHERIT flags in file ACLsCorinna Vinschen2-3/+9
2022-01-10Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrapYaakov Selkowitz1-0/+2
2021-12-26Cygwin: fhandler_pipe::get_query_hdl_per_process: avoid a crashKen Brown2-2/+14
2021-12-20cygwin: Add cocom and patch to build prerequisites in FAQJon Turney1-5/+5
2021-12-17Cygwin: Conditionally build documentationJon Turney4-8/+39
2021-12-15Cygwin: pty: Fix input switching failure.Takashi Yano2-1/+5
2021-12-14Cygwin: pty: Fix conditions for input transfer again.Takashi Yano1-28/+39
2021-12-14Cygwin: pty: Fix conditions for input transfer.Takashi Yano2-16/+16
2021-12-13Cygwin: Use AS_HELP_STRING for --enable-debuggingJon Turney1-1/+1
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano3-1/+40
2021-12-12Cygwin: pipe: Restore blocking mode for cygwin process at startup.github/topic/pipetopic/pipeTakashi Yano1-0/+3
2021-12-12Cygwin: Document that the pipe_byte option is now set by defaultKen Brown3-2/+12
2021-12-12Cygwin: fhandler_pipe::raw_read: minor code cleanupKen Brown1-11/+1
2021-12-12Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe.Takashi Yano2-46/+28
2021-12-12Cygwin: console: Fix console mode of non-cygwin apps in background.Takashi Yano1-2/+5
2021-12-12Cygwin: pty: Fix console mode of non-cygwin apps in background.Takashi Yano1-2/+1
2021-12-12Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background.Takashi Yano1-3/+6
2021-12-12Cygwin: pty: Add missing input transfer when switch_to_pcon_in state.Takashi Yano2-17/+75
2021-12-11Cygwin: clipboard: Make intent of the code clearer.Takashi Yano2-2/+3