aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2022-02-05Cygwin: wincap: Add capabilities for Windows 10 2004 and newer.Takashi Yano1-1/+34
2022-02-05Cygwin: drop dllfixdbg scriptCorinna Vinschen2-82/+24
2022-02-05Cygwin: console: Remove unnecessary (redundant) code.Takashi Yano1-2/+0
2022-02-04Cygwin: fix dependency to dllfixdbg scriptCorinna Vinschen1-2/+2
2022-02-04Cygwin: dllfixdbg: improve readabilityCorinna Vinschen1-60/+64
2022-02-03Cygwin: dllfixdbg: honor Makefile verbositiy flag "V"Corinna Vinschen2-2/+2
2022-02-03Cygwin: dllfixdbg: don't overwrite input DLLCorinna Vinschen2-11/+10
2022-02-03Cygwin: console: Fix IL/DL escape sequence on the last line.Takashi Yano1-0/+12
2022-02-03Cygwin: path: Fix UNC path handling for SMB3 mounted to a drive.Takashi Yano1-2/+11
2022-02-02Cygwin: silence dllfixdbgCorinna Vinschen1-1/+1
2022-02-02Cygwin: Makefile.am: fix DLL build ruleCorinna Vinschen1-7/+14
2022-01-28Cygwin: drop autoloading kernel32 symbols available since Windows 7Corinna Vinschen1-6/+0
2022-01-27Revert "Cygwin: fix permission problem when writing DAC info on Samba shares"Corinna Vinschen2-4/+6
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