aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysbump DLL version to 3.5.6github/cygwin-3_5-branchcygwin-3_5-branchCorinna Vinschen1-1/+1
5 daysCygwin: mmap_list::try_map: fix a condition in a test of an mmap requestcygwin-3.5.5Ken Brown1-1/+1
5 daysCygwin: mmap: fix protection when unused pages are recycledKen Brown2-13/+21
12 daysCygwin: signal: Fix high load when retrying to process pending signalTakashi Yano1-1/+10
13 daysCygwin: access: Correction for samba/SMB shareTakashi Yano1-99/+20
13 daysCygwin: path_conv: allow NULL handle in init_reopen_attr()Corinna Vinschen2-6/+3
2024-12-06Cygwin: Document several fixes for signal handling in release noteTakashi Yano1-0/+4
2024-12-06Cygwin: signal: Introduce a lock for the signal queueTakashi Yano4-14/+32
2024-12-06Cygwin: signal: Remove queue entry from the queue chain when clearedTakashi Yano2-17/+34
2024-12-06Cygwin: Add setjmp/longjmp fix to 3.5.5 release messagesCorinna Vinschen1-0/+3
2024-12-06Cygwin: setjmp/longjmp: drop setting spinning flagCorinna Vinschen1-1/+0
2024-12-06Cygwin: cygtls: add volatile qualifier to spinningCorinna Vinschen1-1/+1
2024-12-06Cygwin: setjmp/longjmp: decrement incyg after signal handlingCorinna Vinschen1-0/+1
2024-12-06Cygwin: signal: Increase chance of handling signal in main threadTakashi Yano1-1/+4
2024-12-06Cygwin: signal: Optimize the priority of the sig threadTakashi Yano1-0/+1
2024-12-06Cygwin: signal: Fix a short period of deadlockTakashi Yano1-1/+2
2024-12-06Cygwin: cygtls: Prompt system to switch tasks explicitly in lock()Takashi Yano2-40/+15
2024-12-06Cygwin: gendef: unify comments in terms of acquiring/releasing stacklockCorinna Vinschen1-14/+14
2024-12-06Cygwin: signal: Fix another deadlock between main and sig threadTakashi Yano2-4/+10
2024-12-06Cygwin: signal: Drop unnecessary queue flushTakashi Yano1-1/+1
2024-12-06Cygwin: signal: Handle queued signal without explicit __SIGFLUSHTakashi Yano1-0/+3
2024-12-06Cygwin: signal: Fix deadlock between main thread and sig threadTakashi Yano1-1/+1
2024-12-05libm/common: Fix nextafter and nextafterf when x == yKito Cheng2-2/+2
2024-12-04Cygwin: try_to_bin: transpose deleted file name to valid Unicode charsCorinna Vinschen2-5/+8
2024-12-04Cygwin: Fix compatibility with GCC 15Radek Bartoň17-106/+116
2024-12-04Change various declarations to ANSI style to avoid problems with gcc 15Radek Barton14-358/+468
2024-12-04Cygwin: termios: Trim buffer size for GetConsoleProcessList()Takashi Yano2-2/+15
2024-11-27Cygwin: sched_setscheduler: allow changes of the priorityChristian Franke2-1/+7
2024-11-27Cygwin: sched_getscheduler: fix error handlingChristian Franke1-1/+4
2024-11-22Cygwin: sigtimedwait: Fix segfault when timeout is usedTakashi Yano3-1/+19
2024-11-20Cygwin: SetThreadName: avoid spurious debug messageCorinna Vinschen1-1/+1
2024-11-20Cygwin: flock: Fix overlap handling in lf_setlock() and lf_clearlock()Takashi Yano2-13/+21
2024-11-20Cygwin: lockf: Fix access violation in lf_clearlock().Takashi Yano2-2/+7
2024-11-19Cygwin: check_dir_not_empty: Avoid leaving the allocated buffer.Bernhard Übelacker2-4/+9
2024-11-12Cygwin: Change pthread_sigqueue() to accept thread idMark Geisert3-5/+8
2024-11-11Cygwin: pthread: Correct pthread_cleanup macros to avoid potential syntax errorsShaobo Song1-4/+7
2024-11-08Cygwin: console: Fix clean up conditions in close()Takashi Yano1-3/+3
2024-11-06Cygwin: console: Use GetCurrentProcessId() instead of myself->dwProcessIdTakashi Yano1-13/+13
2024-11-06Cygwin: console: Re-fix open() failure on exec() by console ownerTakashi Yano4-133/+117
2024-11-05Cygwin: console: Fix open() failure when the console owner calls exec().Takashi Yano1-0/+6
2024-11-01Cygwin: cygfe: Fix a bug that signal handler destroys fpu statesTakashi Yano2-8/+10
2024-11-01Add recent pipe change to release noteTakashi Yano1-0/+3
2024-10-31Cygwin: pipe: fix shift valueCorinna Vinschen1-1/+1
2024-10-31Cygwin: console: Inherit pcon hand over from parent ptyTakashi Yano7-3/+90
2024-10-31Cygwin: lockf: Make lockf() return ENOLCK when too many locksTakashi Yano2-8/+78
2024-10-31Cygwin: lockf: Fix adding a new lock over multiple locksTakashi Yano2-3/+8
2024-10-23powf: Fixed another precision bug in powf() (FreeBSD)Fabian Schriever1-1/+1
2024-10-23powf: Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */. (FreeBSD)Fabian Schriever1-1/+2
2024-10-23powf: Fix the hi+lo decomposition for 2/(3ln2) (FreeBSD)Fabian Schriever1-2/+2
2024-10-23Cygwin: timer_delete: Fix return valueChristian Franke2-0/+3