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