aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-28Cygwin: add missing .com entry in new-features.xmlCorinna Vinschen1-0/+5
2022-10-28powerpc/setjmp: Fix 64-bit supportSebastian Huber1-57/+72
2022-10-28Cygwin: stop handling files with .com suffix like .exe filesCorinna Vinschen5-7/+4
2022-10-28Revert "Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'"Corinna Vinschen1-2/+0
2022-10-28Cygwin: spawn: drop special handling for cmd.exe and command.comCorinna Vinschen1-69/+43
2022-10-28Fix warning during manpage generatonJon Turney1-2/+12
2022-10-28Cygwin: utils: drop 32 bit considerationsCorinna Vinschen5-41/+8
2022-10-28Cygwin: regtool: drop 32 bit hint from help outputCorinna Vinschen1-2/+2
2022-10-27Cygwin: document dropping 32 bit supportCorinna Vinschen2-0/+6
2022-10-27Fix typo in faq-programming.xmlHamish McIntyre-Bhatty1-1/+1
2022-10-25strftime.c(__strftime): add %q, %v, tests; tweak %Z docBrian Inglis1-3/+55
2022-10-24strptime.cc(__strptime): add %q GNU quarterBrian Inglis1-1/+9
2022-10-24strptime.c(strptime_l): add %q GNU quarterBrian Inglis1-1/+9
2022-10-22Cygwin: pty: Fix 'Bad address' error when running 'cmd.exe /c dir'Takashi Yano1-0/+2
2022-10-20libgloss: riscv: Install machine/syscall.hSimon Cook2-21/+50
2022-10-19Cygwin: select: don't report read ready on a FIFO never opened for writingKen Brown4-1/+24
2022-09-28Rerun automake in newlib/Szabolcs Nagy1-2/+20
2022-09-26Fix missing extern C statementMarkus B. Moessner1-0/+7
2022-09-24powerpc/setjmp: Add 64-bit supportSebastian Huber2-9/+78
2022-09-19Implement sysconf for ArmJeff Johnston4-1/+39
2022-09-10upstream OpenBSD: arc4random: fix indenttb1-2/+2
2022-09-10upstream OpenBSD: arc4random: Randomise the rekey interval a little.djm1-3/+14
2022-09-10upstream OpenBSD: arc4random: Remove unused ivbits argument from chacha_keysetupdtucker2-4/+4
2022-09-10upstream OpenBSD: arc4random: replace abort() with _exit()deraadt1-2/+2
2022-09-10upstream OpenBSD: arc4random: bump file versionsCorinna Vinschen2-2/+2
2022-09-10upstream OpenBSD: arc4random: Add support for building arc4random with MSVC.bcook1-7/+8
2022-09-05Cygwin: cygtls: drop useless alignment directivesCorinna Vinschen1-1/+1
2022-09-01Don't allocate another header when merging chunksTorbjörn SVENSSON1-4/+0
2022-09-01Used chunk needs to be removed from free_listTorbjörn SVENSSON1-0/+9
2022-08-31Fix some Coverity Scan errors.Jeff Johnston6-2/+10
2022-08-31Restore _lock initialization in non-single threaded modeTorbjörn SVENSSON1-0/+4
2022-08-29Cygwin: testsuite: Add x86_64 code to "dynamically load cygwin" testJon Turney3-23/+32
2022-08-29Cygwin: testsuite: In pathconf01 use the temporary directory instead of "/tmp"Jon Turney1-1/+7
2022-08-29Cygwin: testsuite: Fix size of write to temporary file to be mmap()edJon Turney6-7/+6
2022-08-29Cygwin: testsuite: Fix TEST_RETURN for 64-bitJon Turney2-4/+4
2022-08-29Cygwin: testsuite: Remove passing tests from XFAIL listJon Turney1-2/+2
2022-08-29Cygwin: testsuite: Don't write coredump in a child which is expected to segfaultJon Turney1-1/+4
2022-08-29Cygwin: cygtls: fix context alignmentCorinna Vinschen2-2/+14
2022-08-29Cygwin: fork: fix a potential hang in forkCorinna Vinschen2-4/+5
2022-08-26libgloss: riscv: Convert to non-recursive automakePalmer Dabbelt6-357/+1264
2022-08-23Cygwin: cwd: use SRWLOCK instead of mutoCorinna Vinschen4-24/+27
2022-08-23Cygwin: mmap: use SRWLOCK instead of mutoCorinna Vinschen1-18/+21
2022-08-23Cygwin: tls_pathbuf: Use Windows heapCorinna Vinschen3-6/+24
2022-08-22Fix problem with _newlib_version.h not being filled in correctlyJeff Johnston3-11/+22
2022-08-22Cygwin: smallprint.cc: Drop HEAP_ZERO_MEMORYCorinna Vinschen1-1/+1
2022-08-22Cygwin: posix_timer: fix formattingCorinna Vinschen1-1/+1
2022-08-22Cygwin: push missing change to debug.hCorinna Vinschen1-2/+0
2022-08-22Cygwin: debugging: convert muto to SRWLOCKCorinna Vinschen2-23/+4
2022-08-22Cygwin: shm: Convert muto into SRWLOCK and avoid overlockingCorinna Vinschen1-10/+10
2022-08-22Cygwin: authz: Use dedicated locks per datastructureCorinna Vinschen1-7/+18