aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-29Cygwin: Add '--names-only' flag to cygcheckgithub/cygwin-3_4-branchcygwin-3_4-branchJon Turney3-15/+31
2023-11-29Cygwin: bump DLL version to 3.4.11Corinna Vinschen1-1/+1
2023-11-28Cygwin: open(2): reset sparseness on O_TRUNCated filescygwin-3.4.10Corinna Vinschen2-0/+12
2023-11-28Cygwin: posix_fallocate: return ENODEVCorinna Vinschen3-1/+8
2023-11-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano1-4/+4
2023-11-14Cygwin: rand(3): implement in terms of random(3)Corinna Vinschen2-0/+11
2023-11-14Fix profiler error() definition and usageMark Geisert3-25/+32
2023-11-13Add release text for random(3) fixCorinna Vinschen1-0/+3
2023-11-13Cygwin: random: drop unused function srandomdev()Corinna Vinschen1-44/+0
2023-11-13Cygwin: random: make random(3) functions thread-safeCorinna Vinschen1-6/+41
2023-10-31Cygwin: let feraiseexcept actually raise an exceptionCorinna Vinschen2-1/+4
2023-10-31Cygwin: cwd: avoid releasing the cwdstuff SRW Lock twiceCorinna Vinschen2-2/+4
2023-09-17Cygwin: dsp: Fix a bug that app hangs if it killed during write().Takashi Yano1-1/+2
2023-09-10Cygwin: Add relnote to 3.4.10 release fileMark Geisert1-0/+5
2023-09-10Cygwin: Fix __cpuset_zero_s prototypeMark Geisert1-1/+1
2023-09-06Cygwin: bump DLL version to 3.4.10Corinna Vinschen1-1/+1
2023-09-05Cygwin: dps: Fix a bug that read() could not return -1 on error.cygwin-3.4.9Takashi Yano1-1/+3
2023-09-02Cygwin: CI: Stop running testsuite on 3.4 branchJon Turney1-2/+1
2023-09-01Cygwin: document latest sys/cpuset.h fixCorinna Vinschen1-0/+3
2023-09-01Cygwin: sys/cpuset.h: use internal base typesCorinna Vinschen1-12/+12
2023-09-01Cygwin: sys/cpuset.h: add cpuset-specific external functionsCorinna Vinschen3-14/+25
2023-09-01Cygwin: dsp: Fix a few trivial bugs.Takashi Yano2-2/+4
2023-08-29Cygwin: execve: drop argument size limitCorinna Vinschen6-24/+38
2023-08-29Cygwin: Fix segfalt when too many command line args are specified.Takashi Yano5-7/+18
2023-08-25Cygwin: document disabling mknod/mkfifo on NFSCorinna Vinschen1-0/+4
2023-08-25Cygwin: mknod: disable creating special files on NFSCorinna Vinschen1-0/+6
2023-08-19Cygwin: configure: Add option to disable building 'dumper'Jon Turney2-5/+13
2023-08-19Cygwin: pty: Fix failure to clear switch_to_nat_pipe flag.Takashi Yano3-4/+16
2023-08-17Cygwin: bump DLL version to 3.4.9Corinna Vinschen1-1/+1
2023-08-16Cygwin: shared: Fix access permissions setting in open_shared().cygwin-3.4.8Takashi Yano2-6/+6
2023-08-16Cygwin: pty: Add missing pinfo check in transfer_input().Takashi Yano1-1/+3
2023-08-04Cygwin: pty: Fix thread safety of readahead buffer handling in pty master.Takashi Yano2-5/+13
2023-08-04newlib: gdtoa: Suppress compiler warning.Takashi Yano1-1/+1
2023-08-02newlib: Fix memory leak regarding gdtoa-based _ldtoa_r().Takashi Yano3-13/+17
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen3-40/+44
2023-07-26Cygwin: add AT_EMPTY_PATH fix to release messageCorinna Vinschen1-0/+4
2023-07-26Cygwin: Fix and streamline AT_EMPTY_PATH handlingCorinna Vinschen1-36/+11
2023-07-26Cygwin: use new _AT_NULL_PATHNAME_ALLOWED flagCorinna Vinschen1-5/+4
2023-07-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen1-5/+6
2023-07-26Cygwin: gen_full_path_at: drop never reached codeCorinna Vinschen1-5/+0
2023-07-13Cygwin: Update release/3.4.8 for latest <sys/cpuset.h> commitMark Geisert1-0/+3
2023-07-10Cygwin: Make gcc-specific code in <sys/cpuset.h> compiler-agnosticMark Geisert1-4/+5
2023-07-04Cygwin: Fix latest release message being in the wrong release file.Corinna Vinschen2-3/+5
2023-07-04Cygwin: Make <sys/cpuset.h> safe for c89 compilationsMark Geisert2-22/+30
2023-06-23Cygwin: thread: Reset _my_tls.tid if it's pthread_null in init_mainthread().Takashi Yano1-1/+1
2023-06-16Cygwin: bump DLL version to 3.4.8Corinna Vinschen1-1/+1
2023-06-02Cygwin: pty: Additional fix for transferring input at exit.cygwin-3.4.7Takashi Yano1-2/+8
2023-06-01Cygwin: pty: Fix transferring type-ahead input between input pipes.Takashi Yano1-17/+3
2023-05-24Cygwin: Adjust CWD magic to accommodate for the latest Windows previewsJohannes Schindelin1-3/+17
2023-05-01Cygwin: Fix compiling with w32api-headers v11.0.0Biswapriyo Nath1-0/+2