aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-07MSP430: Increase the amount of main memory available in sim ld scriptsJozef Lawrynowicz2-2/+2
2020-08-07MSP430: Word align __*_array_start symbols in sim linker scriptsJozef Lawrynowicz2-0/+7
2020-08-07Cygwin: cygserver: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen1-1/+1
2020-08-07Cygwin: utils: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen2-2/+4
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen23-111/+55
2020-08-07Cygwin: utils: cygcheck: avoid GCC warning concatenating stringsCorinna Vinschen1-1/+5
2020-08-07Cygwin: utils: refresh tzmapCorinna Vinschen2-58/+91
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib6-73/+22
2020-08-05libm/math: Don't modify __ieee754_pow return values in powKeith Packard via Newlib2-26/+2
2020-08-05libm/math: Set errno to ERANGE for pow(0, -y)Keith Packard via Newlib2-4/+2
2020-08-05libm/math: Make yx functions set errno=ERANGE for x=0Keith Packard via Newlib6-42/+52
2020-08-05libm/math: set errno to ERANGE at gamma polesKeith Packard via Newlib4-39/+16
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen33-63/+67
2020-08-05Cygwin: Fix missing breaks in switch statementCorinna Vinschen2-0/+10
2020-08-04libm: Set math_errhandling to match library and hardware [v2]Keith Packard via Newlib2-1/+22
2020-08-04libm/common: Set WANT_ERRNO based on _IEEE_LIBM valueKeith Packard via Newlib1-1/+3
2020-08-04Cygwin: FIFO: add a third pass to raw_readKen Brown1-6/+60
2020-08-04Cygwin: FIFO: fix indentationKen Brown1-48/+48
2020-08-04Cygwin: FIFO: synchronize the fifo_reader and fifosel threadsKen Brown3-9/+60
2020-08-04Cygwin: FIFO: don't read from pipes that are closingKen Brown3-12/+5
2020-08-04Cygwin: FIFO: reorganize some fifo_client_handler methodsKen Brown3-37/+50
2020-08-04Cygwin: FIFO: add a timeout to take_ownershipKen Brown3-53/+30
2020-08-04Cygwin: FIFO: fix timing issue with owner changeKen Brown1-4/+21
2020-08-04Cygwin: FIFO: lock fixesKen Brown1-6/+17
2020-08-04fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcodeBrian Inglis1-1/+1
2020-08-04fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flagBrian Inglis1-0/+1
2020-08-03libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard9-32/+34
2020-08-03select.h: update FD macros to latest FreeBSD, fix type conversion warningCorinna Vinschen1-27/+41
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen4-8/+206
2020-07-31Cygwin: Speed up dumperJon Turney1-9/+4
2020-07-31Cygwin: Remove synchronization event from dumperJon Turney1-12/+0
2020-07-31Cygwin: Add --nokill dumper optionJon Turney2-4/+26
2020-07-29arm: Fix include to avoid undefined referenceSebastian Huber1-1/+1
2020-07-29arm: Split fenv.c into multiple filesEshan dhawan19-282/+696
2020-07-29arm: Fix fenv supportEshan dhawan9-772/+127
2020-07-28Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney1-1/+1
2020-07-27riscv: fix integer wraparound in memcpyPkmX via Newlib1-2/+2
2020-07-24fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB sizeBrian Inglis1-42/+255
2020-07-22Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaroundCorinna Vinschen2-106/+43
2020-07-21Cygwin: mmap: document recent bugfixKen Brown1-0/+3
2020-07-21Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney3-8/+65
2020-07-21Cygwin: Don't dump non-writable image regionsJon Turney1-0/+6
2020-07-21Cygwin: Drop excluded regions list from dumperJon Turney2-61/+4
2020-07-21Cygwin: Remove reading of PE for section flags from dumperJon Turney4-114/+3
2020-07-21Cygwin: Show details of all memory regions in dumper debug outputJon Turney1-21/+80
2020-07-20Cygwin: mmap: constify pagesize throughoutCorinna Vinschen1-8/+8
2020-07-20Cygwin: mmap: fix mapping beyond EOF on 64 bitKen Brown1-0/+1
2020-07-20Cygwin: pty: Fix a bug on redirecting something to /dev/pty*.Takashi Yano via Cygwin-patches1-5/+0
2020-07-20Cygwin: sockets: Rearrange check for connect failureCorinna Vinschen1-9/+7
2020-07-16Cygwin: FIFO: document recent fixesKen Brown1-0/+3