summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fhandler_proc.cc(format_proc_cpuinfo): add tsxldtrk, sev_es flagsBrian Inglis2020-09-171-0/+8
* Cygwin: pty: Drop handling for UTF-7 in convert_mb_str().Takashi Yano2020-09-111-48/+38
* Cygwin: ldd: Also look for not found DLLs when exit status is non-zeroJon Turney2020-09-111-0/+2
* Cygwin: pty: Prevent garbled output for existing non-cygwin apps.Takashi Yano via Cygwin-patches2020-09-111-1/+5
* Cygwin: pty: setup new pty on opening the master, not in constructorCorinna Vinschen2020-09-092-5/+5
* Cygwin: pty: Fix input charset for non-cygwin apps with disable_pcon.Takashi Yano via Cygwin-patches2020-09-091-1/+15
* Cygwin: pty: Revise convert_mb_str() function.Takashi Yano via Cygwin-patches2020-09-091-47/+88
* Cygwin: document last bug fixKen Brown2020-09-081-0/+3
* Cygwin: path_conv::check: handle error from fhandler_process::existsKen Brown2020-09-081-0/+9
* Cygwin: format_process_fd: add directory checkKen Brown2020-09-081-0/+15
* Cygwin: pty: move codepage evaluation to nlsfuncs.ccCorinna Vinschen2020-09-082-182/+57
* Cygwin: drop internal O_NOSYMLINK and O_DIROPEN flagsCorinna Vinschen2020-09-079-16/+16
* libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]Keith Packard via Newlib2020-09-0413-118/+56
* libm/riscv: Use common fma code when necessaryKeith Packard via Newlib2020-09-042-0/+4
* libm/riscv: Fix machine-specific sqrt build processKeith Packard via Newlib2020-09-044-20/+16
* MSP430: Fix calculation of string length in sbrk.cJozef Lawrynowicz2020-09-041-1/+1
* Cygwin: create install dir for libsDavid McFarland via Cygwin-patches2020-09-041-1/+1
* loadlocale: don't casecmp digitsCorinna Vinschen2020-09-041-1/+1
* MSP430: Fix message in sbrk.c printing binary characterJozef Lawrynowicz2020-09-031-2/+2
* Fix warnings when building for msp430-elfJozef Lawrynowicz2020-09-037-16/+27
* libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.cKeith Packard via Newlib2020-09-024-14/+14
* Cygwin: libpthread: Export C11 thread symbols from libpthread.a as wellCorinna Vinschen2020-09-011-1/+2
* Cygwin: mtx_init: drop glibc workaroundCorinna Vinschen2020-09-011-7/+0
* Cygwin: pty: Fix a bug in the code removing set window title sequence.Takashi Yano via Cygwin-patches2020-08-311-8/+5
* Cygwin: pty: Disable pseudo console if TERM does not have CSI6n.Takashi Yano via Cygwin-patches2020-08-315-30/+229
* Cygwin: Remove waitloop argument from try_to_debug()Jon Turney2020-08-302-7/+9
* Cygwin: sigproc.cc: add commentKen Brown2020-08-301-1/+5
* Cygwin: Add modfl fix to release notesCorinna Vinschen2020-08-301-0/+3
* Cygwin: crt: Add "volatile" to all inline assembly snippets under mathMartin Storsjö2020-08-3011-15/+21
* Cygwin: math/modfl.c: Fix segment faults in modfl().Liu Hao2020-08-301-2/+2
* Cygwin: Add Cygwin 3.2 release infoCorinna Vinschen2020-08-303-0/+74
* Cygwin: Add C11 threads APICorinna Vinschen2020-08-308-37/+627
* Cygwin: make pthread_yield available for internal usageCorinna Vinschen2020-08-302-1/+2
* Cygwin: pthread_yield: Add BSD visibilityCorinna Vinschen2020-08-301-0/+2
* Cygwin: pthreads: iterate over key destructors per POSIXCorinna Vinschen2020-08-303-7/+24
* Cygwin: Remove .drone.ymlJon Turney2020-08-281-58/+0
* Cygwin: Add github action to cross-build on FedoraJon Turney2020-08-281-0/+45
* Cygwin: Add .appveyor.ymlJon Turney2020-08-281-0/+69
* Cygwin: sigproc: Fix a thinko in array sizeCorinna Vinschen2020-08-281-3/+3
* Cygwin: sigproc: Eliminate redundant copying of chld_procsCorinna Vinschen2020-08-281-1/+3
* Cygwin: sigproc: fix minor formatting issueCorinna Vinschen2020-08-281-1/+1
* Cygwin: select: Fix a bug on closing pi->bye event.Takashi Yano via Cygwin-patches2020-08-281-3/+3
* Cygwin: sigproc: Allow more child processes per processCorinna Vinschen2020-08-282-54/+93
* Cygwin: drop PROC_DETACHED_CHILD flagCorinna Vinschen2020-08-285-18/+11
* Cygwin: sigproc: drop __stdcallCorinna Vinschen2020-08-282-14/+14
* Cygwin: sigproc: return int from remove_procCorinna Vinschen2020-08-281-3/+3
* Cygwin: fix up proc_subproc flags and matching pinfo methodsCorinna Vinschen2020-08-285-14/+15
* Cygwin: fhandler_fifo::delete_client_handler: improve efficiencyKen Brown2020-08-271-3/+3
* winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updatesBrian Inglis2020-08-271-5/+35
* Cygwin: console: Replace WriteConsoleA() with WriteConsoleW().Takashi Yano via Cygwin-patches2020-08-271-42/+47