aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz7-16/+27
2020-09-02libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.cKeith Packard via Newlib4-14/+14
2020-09-01Cygwin: libpthread: Export C11 thread symbols from libpthread.a as wellCorinna Vinschen1-1/+2
2020-09-01Cygwin: mtx_init: drop glibc workaroundCorinna Vinschen1-7/+0
2020-08-31Cygwin: pty: Fix a bug in the code removing set window title sequence.Takashi Yano via Cygwin-patches1-8/+5
2020-08-31Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches5-30/+229
2020-08-30Cygwin: Remove waitloop argument from try_to_debug()Jon Turney2-7/+9
2020-08-30Cygwin: sigproc.cc: add commentKen Brown1-1/+5
2020-08-30Cygwin: Add modfl fix to release notesCorinna Vinschen1-0/+3
2020-08-30Cygwin: crt: Add "volatile" to all inline assembly snippets under mathMartin Storsjö11-15/+21
2020-08-30Cygwin: math/modfl.c: Fix segment faults in modfl().Liu Hao1-2/+2
2020-08-30Cygwin: Add Cygwin 3.2 release infoCorinna Vinschen3-0/+74
2020-08-30Cygwin: Add C11 threads APICorinna Vinschen8-37/+627
2020-08-30Cygwin: make pthread_yield available for internal usageCorinna Vinschen2-1/+2
2020-08-30Cygwin: pthread_yield: Add BSD visibilityCorinna Vinschen1-0/+2
2020-08-30Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen3-7/+24
2020-08-28Cygwin: Remove .drone.ymlJon Turney1-58/+0
2020-08-28Cygwin: Add github action to cross-build on FedoraJon Turney1-0/+45
2020-08-28Cygwin: Add .appveyor.ymlJon Turney1-0/+69
2020-08-28Cygwin: sigproc: Fix a thinko in array sizeCorinna Vinschen1-3/+3
2020-08-28Cygwin: sigproc: Eliminate redundant copying of chld_procsCorinna Vinschen1-1/+3
2020-08-28Cygwin: sigproc: fix minor formatting issueCorinna Vinschen1-1/+1
2020-08-28Cygwin: select: Fix a bug on closing pi->bye event.Takashi Yano via Cygwin-patches1-3/+3
2020-08-28Cygwin: sigproc: Allow more child processes per processCorinna Vinschen2-54/+93
2020-08-28Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen5-18/+11
2020-08-28Cygwin: sigproc: drop __stdcallCorinna Vinschen2-14/+14
2020-08-28Cygwin: sigproc: return int from remove_procCorinna Vinschen1-3/+3
2020-08-28Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen5-14/+15
2020-08-27Cygwin: fhandler_fifo::delete_client_handler: improve efficiencyKen Brown1-3/+3
2020-08-27winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updatesBrian Inglis1-5/+35
2020-08-27Cygwin: console: Replace WriteConsoleA() with WriteConsoleW().Takashi Yano via Cygwin-patches1-42/+47
2020-08-26doc: Also update shebang for chapter-texi2docbook.pyJon Turney1-1/+1
2020-08-26winsup/doc/faq-api.xml, -programming.xml: change Win32 to Windows/APIBrian Inglis2-15/+15
2020-08-26winsup/doc/faq-setup.xml, faq-using.xml: update setup FAQBrian Inglis2-138/+118
2020-08-25Enabled _CS* defines for RTEMSEshan dhawan via Newlib1-1/+2
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