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
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard
2020-08-03select.h: update FD macros to latest FreeBSD, fix type conversion warningCorinna Vinschen
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen
2020-07-31Cygwin: Speed up dumperJon Turney
2020-07-31Cygwin: Remove synchronization event from dumperJon Turney
2020-07-31Cygwin: Add --nokill dumper optionJon Turney
2020-07-29arm: Fix include to avoid undefined referenceSebastian Huber
2020-07-29arm: Split fenv.c into multiple filesEshan dhawan
2020-07-29arm: Fix fenv supportEshan dhawan
2020-07-28Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney
2020-07-27riscv: fix integer wraparound in memcpyPkmX via Newlib
2020-07-24fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB sizeBrian Inglis
2020-07-22Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaroundCorinna Vinschen
2020-07-22Cygwin: mmap: document recent bugfixKen Brown
2020-07-21Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney
2020-07-21Cygwin: Don't dump non-writable image regionsJon Turney
2020-07-21Cygwin: Drop excluded regions list from dumperJon Turney
2020-07-21Cygwin: Remove reading of PE for section flags from dumperJon Turney
2020-07-21Cygwin: Show details of all memory regions in dumper debug outputJon Turney
2020-07-20Cygwin: mmap: constify pagesize throughoutCorinna Vinschen
2020-07-20Cygwin: mmap: fix mapping beyond EOF on 64 bitKen Brown
2020-07-20Cygwin: pty: Fix a bug on redirecting something to /dev/pty*.Takashi Yano via Cygwin-patches
2020-07-20Cygwin: sockets: Rearrange check for connect failureCorinna Vinschen
2020-07-16Cygwin: FIFO: document recent fixesKen Brown
2020-07-16Cygwin: FIFO: update commentaryKen Brown
2020-07-16Cygwin: FIFO: clean upKen Brown
2020-07-16Cygwin: FIFO: allow take_ownership to be interruptedKen Brown
2020-07-16Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarilyKen Brown
2020-07-16Cygwin: FIFO: add missing lockKen Brown
2020-07-16Cygwin: FIFO: make certain errors non-fatalKen Brown
2020-07-16Cygwin: FIFO: fix indentationKen Brown
2020-07-16Cygwin: FIFO: improve taking ownership in fifo_reader_threadKen Brown
2020-07-16Cygwin: FIFO: reduce I/O interleavingKen Brown
2020-07-16Cygwin: fhandler_fifo::hit_eof: improve reliabilityKen Brown
2020-07-16Cygwin: FIFO: keep a writer count in shared memoryKen Brown
2020-07-16Cygwin: FIFO: fix problems finding new ownerKen Brown
2020-07-16ctype.h: Fix unused variable warningsAschref Ben Thabet
2020-07-16Cygwin: document previous poll/select patchCorinna Vinschen
2020-07-16Cygwin: make sure failed sockets always signal writabilityMarc Hoersken
2020-07-13Cygwin: FAQ 1.6: Update "Who's behind the project?"Brian Inglis
2020-07-13Cygwin: FAQ 1.5: Clarify "What version is this"Brian Inglis
2020-07-12Cygwin: Make dumper scan more than first 4GB of VM on x86_64Jon Turney
2020-07-12Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney
2020-07-12Cygwin: Update ELF target used by dumper on x86_64Jon Turney
2020-07-12Cygwin: Slightly improve error_start documentationJon Turney
2020-07-10testsuite: Fix iconv tests to use new encoding config definesKeith Packard via Newlib
2020-07-10libc/iconv: find_alias was mis-computing remaining alias table lengthKeith Packard via Newlib
2020-07-10libc/iconv: Remove unneeded pointer var for _iconv_aliasesKeith Packard via Newlib
2020-07-10libc/iconv: Detect CES handler loading failureKeith Packard via Newlib
2020-07-10Fix invalid acl_entry_t on 32-bit CygwinDavid Allsopp