aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-08-22Cygwin: spawn: don't overallocate SECURITY_ATTRIBUTES bufferCorinna Vinschen1-1/+1
2022-08-22Cygwin: smallprint.cc: Convert tmpbuf to locklessCorinna Vinschen1-15/+9
2022-08-20Cygwin: profiler: Fix linking when building with -DDEBUGGINGCorinna Vinschen1-0/+5
2022-08-20Cygwin: wchar.h: Fix commentCorinna Vinschen1-1/+1
2022-08-19Cygwin: sigproc.cc: drop Static macro, use explicit NO_COPY insteadCorinna Vinschen1-9/+7
2022-08-19Cygwin: drop __fastcall calling convention specifiersCorinna Vinschen1-2/+2
2022-08-19Cygwin: miscfuncs.h: fix commentCorinna Vinschen1-1/+1
2022-08-15SH: Do not build syscalls if option providedYilin Sun via Newlib2-6/+8
2022-08-12newlocale: fix crash when trying to write to __C_localeCorinna Vinschen2-1/+5
2022-08-10Cygwin: move POSIX semaphore API functions to posix_ipc.ccCorinna Vinschen2-50/+48
2022-08-10Cygwin: rename CygwinCreateThread to create_posix_threadCorinna Vinschen8-361/+389
2022-08-10Cygwin: mm/malloc_wrapper.cc: fix a commentCorinna Vinschen1-6/+5
2022-08-10Cygwin: move __caller_return_address to mm/malloc_wrapper.ccCorinna Vinschen3-17/+17