summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney2020-08-071-29/+7
* MSP430: Increase the amount of main memory available in sim ld scriptsJozef Lawrynowicz2020-08-072-2/+2
* MSP430: Word align __*_array_start symbols in sim linker scriptsJozef Lawrynowicz2020-08-072-0/+7
* Cygwin: cygserver: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen2020-08-071-1/+1
* Cygwin: utils: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen2020-08-072-2/+4
* Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen2020-08-0723-111/+55
* Cygwin: utils: cygcheck: avoid GCC warning concatenating stringsCorinna Vinschen2020-08-071-1/+5
* Cygwin: utils: refresh tzmapCorinna Vinschen2020-08-072-58/+91
* libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib2020-08-056-73/+22
* libm/math: Don't modify __ieee754_pow return values in powKeith Packard via Newlib2020-08-052-26/+2
* libm/math: Set errno to ERANGE for pow(0, -y)Keith Packard via Newlib2020-08-052-4/+2
* libm/math: Make yx functions set errno=ERANGE for x=0Keith Packard via Newlib2020-08-056-42/+52
* libm/math: set errno to ERANGE at gamma polesKeith Packard via Newlib2020-08-054-39/+16
* Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen2020-08-0533-63/+67
* Cygwin: Fix missing breaks in switch statementCorinna Vinschen2020-08-052-0/+10
* libm: Set math_errhandling to match library and hardware [v2]Keith Packard via Newlib2020-08-042-1/+22
* libm/common: Set WANT_ERRNO based on _IEEE_LIBM valueKeith Packard via Newlib2020-08-041-1/+3
* Cygwin: FIFO: add a third pass to raw_readKen Brown2020-08-041-6/+60
* Cygwin: FIFO: fix indentationKen Brown2020-08-041-48/+48
* Cygwin: FIFO: synchronize the fifo_reader and fifosel threadsKen Brown2020-08-043-9/+60
* Cygwin: FIFO: don't read from pipes that are closingKen Brown2020-08-043-12/+5
* Cygwin: FIFO: reorganize some fifo_client_handler methodsKen Brown2020-08-043-37/+50
* Cygwin: FIFO: add a timeout to take_ownershipKen Brown2020-08-043-53/+30
* Cygwin: FIFO: fix timing issue with owner changeKen Brown2020-08-041-4/+21
* Cygwin: FIFO: lock fixesKen Brown2020-08-041-6/+17
* fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcodeBrian Inglis2020-08-041-1/+1
* fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flagBrian Inglis2020-08-041-0/+1
* libm/math: Use __math_xflow in obsolete math code [v2]Keith Packard2020-08-039-32/+34
* select.h: update FD macros to latest FreeBSD, fix type conversion warningCorinna Vinschen2020-08-031-27/+41
* Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen2020-08-034-8/+206
* Cygwin: Speed up dumperJon Turney2020-07-311-9/+4
* Cygwin: Remove synchronization event from dumperJon Turney2020-07-311-12/+0
* Cygwin: Add --nokill dumper optionJon Turney2020-07-312-4/+26
* arm: Fix include to avoid undefined referenceSebastian Huber2020-07-291-1/+1
* arm: Split fenv.c into multiple filesEshan dhawan2020-07-2919-282/+696
* arm: Fix fenv supportEshan dhawan2020-07-299-772/+127
* Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney2020-07-281-1/+1
* riscv: fix integer wraparound in memcpyPkmX via Newlib2020-07-271-2/+2
* fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB sizeBrian Inglis2020-07-241-42/+255
* Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaroundCorinna Vinschen2020-07-222-106/+43
* Cygwin: mmap: document recent bugfixKen Brown2020-07-211-0/+3
* Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney2020-07-213-8/+65
* Cygwin: Don't dump non-writable image regionsJon Turney2020-07-211-0/+6
* Cygwin: Drop excluded regions list from dumperJon Turney2020-07-212-61/+4
* Cygwin: Remove reading of PE for section flags from dumperJon Turney2020-07-214-114/+3
* Cygwin: Show details of all memory regions in dumper debug outputJon Turney2020-07-211-21/+80
* Cygwin: mmap: constify pagesize throughoutCorinna Vinschen2020-07-201-8/+8
* Cygwin: mmap: fix mapping beyond EOF on 64 bitKen Brown2020-07-201-0/+1
* Cygwin: pty: Fix a bug on redirecting something to /dev/pty*.Takashi Yano via Cygwin-patches2020-07-201-5/+0
* Cygwin: sockets: Rearrange check for connect failureCorinna Vinschen2020-07-201-9/+7