aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
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: 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-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-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-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-11Cygwin: pty: Add a workaround for issue of starting a lot of mintty.Takashi Yano1-4/+11
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-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-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-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