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
2022-10-28Cygwin: document ASLR supporttopic/aslr_supportCorinna Vinschen
2022-10-28Cygwin: Enable dynamicbase on the Cygwin DLL by defaultCorinna Vinschen
2022-10-28Cygwin: /proc/<PID>/maps: output cygheap infoCorinna Vinschen
2022-10-28Cygwin: drop objcopy .gnu_debuglink juggleCorinna Vinschen
2022-10-28Cygwin: memory_layout.h: define absolute MMAP_STORAGE_HIGH values hereCorinna Vinschen
2022-10-28Cygwin: memory_layout.h: fix commentsCorinna Vinschen
2022-10-28Cygwin: decouple shared mem regions from Cygwin DLLCorinna Vinschen
2022-10-28Cygwin: decouple cygheap from Cygwin DLLCorinna Vinschen
2022-10-28Cygwin: add memory_layout.hCorinna Vinschen
2022-10-28Cygwin: exceptions: print 48 bit addressesCorinna Vinschen
2022-10-28Cygwin: add missing .com entry in new-features.xmlCorinna Vinschen
2022-10-28powerpc/setjmp: Fix 64-bit supportSebastian Huber
2022-10-28Cygwin: stop handling files with .com suffix like .exe filesCorinna Vinschen
2022-10-28Revert "Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'"Corinna Vinschen
2022-10-28Cygwin: spawn: drop special handling for cmd.exe and command.comCorinna Vinschen
2022-10-28Fix warning during manpage generatonJon Turney
2022-10-28Cygwin: utils: drop 32 bit considerationsCorinna Vinschen
2022-10-28Cygwin: regtool: drop 32 bit hint from help outputCorinna Vinschen
2022-10-27Cygwin: document dropping 32 bit supportCorinna Vinschen
2022-10-27Fix typo in faq-programming.xmlHamish McIntyre-Bhatty
2022-10-25strftime.c(__strftime): add %q, %v, tests; tweak %Z docBrian Inglis
2022-10-24strptime.cc(__strptime): add %q GNU quarterBrian Inglis
2022-10-24strptime.c(strptime_l): add %q GNU quarterBrian Inglis
2022-10-22Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'Takashi Yano
2022-10-20libgloss: riscv: Install machine/syscall.hSimon Cook
2022-10-19Cygwin: select: don't report read ready on a FIFO never opened for writingKen Brown
2022-09-28Rerun automake in newlib/Szabolcs Nagy
2022-09-26Fix missing extern C statementMarkus B. Moessner
2022-09-24powerpc/setjmp: Add 64-bit supportSebastian Huber
2022-09-19Implement sysconf for ArmJeff Johnston
2022-09-10upstream OpenBSD: arc4random: fix indenttb
2022-09-10upstream OpenBSD: arc4random: Randomise the rekey interval a little.djm
2022-09-10upstream OpenBSD: arc4random: Remove unused ivbits argument from chacha_keysetupdtucker
2022-09-10upstream OpenBSD: arc4random: replace abort() with _exit()deraadt
2022-09-10upstream OpenBSD: arc4random: bump file versionsCorinna Vinschen
2022-09-10upstream OpenBSD: arc4random: Add support for building arc4random with MSVC.bcook
2022-09-05Cygwin: cygtls: drop useless alignment directivesCorinna Vinschen
2022-09-01Don't allocate another header when merging chunksTorbjörn SVENSSON
2022-09-01Used chunk needs to be removed from free_listTorbjörn SVENSSON
2022-08-31Fix some Coverity Scan errors.Jeff Johnston
2022-08-31Restore _lock initialization in non-single threaded modeTorbjörn SVENSSON
2022-08-29Cygwin: testsuite: Add x86_64 code to "dynamically load cygwin" testJon Turney
2022-08-29Cygwin: testsuite: In pathconf01 use the temporary directory instead of "/tmp"Jon Turney
2022-08-29Cygwin: testsuite: Fix size of write to temporary file to be mmap()edJon Turney
2022-08-29Cygwin: testsuite: Fix TEST_RETURN for 64-bitJon Turney
2022-08-29Cygwin: testsuite: Remove passing tests from XFAIL listJon Turney
2022-08-29Cygwin: testsuite: Don't write coredump in a child which is expected to segfaultJon Turney
2022-08-29Cygwin: cygtls: fix context alignmentCorinna Vinschen
2022-08-29Cygwin: fork: fix a potential hang in forkCorinna Vinschen
2022-08-26libgloss: riscv: Convert to non-recursive automakePalmer Dabbelt