Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2020-08-26winsup/doc/faq-api.xml, -programming.xml: change Win32 to Windows/APIBrian Inglis
2020-08-26winsup/doc/faq-setup.xml, faq-using.xml: update setup FAQBrian Inglis
2020-08-24Cygwin: cwdstuff::get: clean up debug_printf outputKen Brown
2020-08-22Cygwin: pty: Implement new pseudo console support.Takashi Yano
2020-08-22Cygwin: bump version to 3.2.0Corinna Vinschen
2020-08-20Cygwin: strace: ignore GCC exceptionscygwin-3_1_7-releaseKen Brown
2020-08-20Cygwin: add header defining GCC exception codesKen Brown
2020-08-18Cygwin: main exception handler (64-bit): continue GCC exceptionsKen Brown
2020-08-17Cygwin: pty: Change the timing of set_locale() call again.Takashi Yano via Cygwin-patches
2020-08-13Cygwin: pty: Change the timing of setup_locale() call.Takashi Yano via Cygwin-patches
2020-08-11Cygwin: pty: Add a workaround for issue of starting a lot of mintty.Takashi Yano
2020-08-07Cygwin: cygserver: build with -Wimplicit-fallthrough=5Ken Brown
2020-08-07Cygwin: Use documented QueryWorkingSetEx() in dumperJon Turney
2020-08-07Cygwin: cygserver: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen
2020-08-07Cygwin: utils: build with -Wimplicit-fallthrough=4 -WerrorCorinna Vinschen
2020-08-07Cygwin: utils: convert usage() to proper noreturn function throughoutCorinna Vinschen
2020-08-07Cygwin: utils: cygcheck: avoid GCC warning concatenating stringsCorinna Vinschen
2020-08-07Cygwin: utils: refresh tzmapCorinna Vinschen
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-08-05Cygwin: Fix missing breaks in switch statementCorinna Vinschen
2020-08-04Cygwin: FIFO: add a third pass to raw_readKen Brown
2020-08-04Cygwin: FIFO: fix indentationKen Brown
2020-08-04Cygwin: FIFO: synchronize the fifo_reader and fifosel threadsKen Brown
2020-08-04Cygwin: FIFO: don't read from pipes that are closingKen Brown
2020-08-04Cygwin: FIFO: reorganize some fifo_client_handler methodsKen Brown
2020-08-04Cygwin: FIFO: add a timeout to take_ownershipKen Brown
2020-08-04Cygwin: FIFO: fix timing issue with owner changeKen Brown
2020-08-04Cygwin: FIFO: lock fixesKen Brown
2020-08-04fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcodeBrian Inglis
2020-08-04fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flagBrian Inglis
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen
2020-07-31Cygwin: Speed up dumperJon Turney
2020-07-31Cygwin: Remove synchronization event from dumperJon Turney
2020-07-31Cygwin: Add --nokill dumper optionJon Turney
2020-07-28Cygwin: Decorate NtQueryVirtualMemory() to fix 32-bit buildJon Turney
2020-07-24fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB sizeBrian Inglis
2020-07-22Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaroundCorinna Vinschen
2020-07-22Cygwin: mmap: document recent bugfixKen Brown
2020-07-21Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumperJon Turney
2020-07-21Cygwin: Don't dump non-writable image regionsJon Turney
2020-07-21Cygwin: Drop excluded regions list from dumperJon Turney
2020-07-21Cygwin: Remove reading of PE for section flags from dumperJon Turney
2020-07-21Cygwin: Show details of all memory regions in dumper debug outputJon Turney
2020-07-20Cygwin: mmap: constify pagesize throughoutCorinna Vinschen
2020-07-20Cygwin: mmap: fix mapping beyond EOF on 64 bitKen Brown
2020-07-20Cygwin: pty: Fix a bug on redirecting something to /dev/pty*.Takashi Yano via Cygwin-patches
2020-07-20Cygwin: sockets: Rearrange check for connect failureCorinna Vinschen
2020-07-16Cygwin: FIFO: document recent fixesKen Brown
2020-07-16Cygwin: FIFO: update commentaryKen Brown
2020-07-16Cygwin: FIFO: clean upKen Brown