aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-24doc: Various fixes to makedocbook for python3.8github/topic/fifotopic/fifoJon Turney1-4/+6
2020-08-23Cygwin: cwdstuff::get: clean up debug_printf outputKen Brown1-0/+2
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano12-1719/+339
2020-08-22Cygwin: bump version to 3.2.0Corinna Vinschen1-2/+2
2020-08-20Cygwin: strace: ignore GCC exceptionscygwin-3_1_7-releaseKen Brown1-0/+8
2020-08-20Cygwin: add header defining GCC exception codesKen Brown2-9/+20
2020-08-18Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown2-0/+23
2020-08-17libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib1-3/+3
2020-08-17libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib1-2/+4
2020-08-17Cygwin: pty: Change the timing of set_locale() call again.Takashi Yano via Cygwin-patches2-4/+18
2020-08-13Cygwin: pty: Change the timing of setup_locale() call.Takashi Yano via Cygwin-patches1-4/+4
2020-08-13libc/stdlib: Fix build failure in nano_callocCraig Blackmore1-2/+2
2020-08-12libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib3-15/+22
2020-08-12libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]Keith Packard via Newlib7-5/+237
2020-08-11Cygwin: pty: Add a workaround for issue of starting a lot of mintty.Takashi Yano1-4/+11
2020-08-10libm/machine/arm: Add optimized fmaf and fma when availableKeith Packard via Newlib6-5/+125
2020-08-10libm: Detect fast fmaf supportKeith Packard via Newlib1-0/+8
2020-08-10libm: ARM without HW double does not have fast FMAKeith Packard via Newlib1-1/+1
2020-08-10libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exceptionKeith Packard via Newlib1-1/+1
2020-08-07Cygwin: cygserver: build with -Wimplicit-fallthrough=5Ken Brown4-3/+5
2020-08-07Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney1-29/+7
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