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-07-16Cygwin: FIFO: allow take_ownership to be interruptedKen Brown
2020-07-16Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarilyKen Brown
2020-07-16Cygwin: FIFO: add missing lockKen Brown
2020-07-16Cygwin: FIFO: make certain errors non-fatalKen Brown
2020-07-16Cygwin: FIFO: fix indentationKen Brown
2020-07-16Cygwin: FIFO: improve taking ownership in fifo_reader_threadKen Brown
2020-07-16Cygwin: FIFO: reduce I/O interleavingKen Brown
2020-07-16Cygwin: fhandler_fifo::hit_eof: improve reliabilityKen Brown
2020-07-16Cygwin: FIFO: keep a writer count in shared memoryKen Brown
2020-07-16Cygwin: FIFO: fix problems finding new ownerKen Brown
2020-07-16Cygwin: document previous poll/select patchCorinna Vinschen
2020-07-16Cygwin: make sure failed sockets always signal writabilityMarc Hoersken
2020-07-13Cygwin: FAQ 1.6: Update "Who's behind the project?"Brian Inglis
2020-07-13Cygwin: FAQ 1.5: Clarify "What version is this"Brian Inglis
2020-07-12Cygwin: Make dumper scan more than first 4GB of VM on x86_64Jon Turney
2020-07-12Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney
2020-07-12Cygwin: Update ELF target used by dumper on x86_64Jon Turney
2020-07-12Cygwin: Slightly improve error_start documentationJon Turney
2020-07-10Fix invalid acl_entry_t on 32-bit CygwinDavid Allsopp
2020-07-10Cygwin: convert sys_wcstombs/sys_mbstowcs wrapper to inline functionsCorinna Vinschen
2020-07-09Cygwin: Bump DLL version to 3.1.7Corinna Vinschen
2020-07-09Cygwin: add microcode patch to release messagescygwin-3_1_6-releaseCorinna Vinschen
2020-07-09format_proc_cpuinfo: fix microcode revision shift directionBrian Inglis
2020-07-09fhandler_proc.cc(format_proc_cpuinfo): add microcode registry lookup valuesBrian Inglis
2020-07-06Cygwin: fix buffer overrun in cygwin_strcasecmpCorinna Vinschen
2020-07-01Cygwin: add new IPPROTO_TCP options to release notesCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_QUICKACKCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_USER_TIMEOUTCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVLCorinna Vinschen
2020-07-01Cygwin: tcp: Support TCP_FASTOPENCorinna Vinschen
2020-07-01Cygwin: tcp: fix IPPROTO_TCP option handlingCorinna Vinschen
2020-07-01Cygwin: pty, termios: Unify thoughts of read ahead beffer handling.Takashi Yano via Cygwin-patches
2020-07-01Cygwin: pty: Discard CSI > Pm m sequence from native windows apps.Takashi Yano via Cygwin-patches
2020-06-06Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches
2020-06-01Bump version to 3.1.6Corinna Vinschen
2020-06-01Cygwin: pty: Fix screen distortion after using less for native apps.cygwin-3_1_5-releaseTakashi Yano via Cygwin-patches
2020-05-31Cygwin: pty: Revise the code which prevents undesired window title.Takashi Yano via Cygwin-patches
2020-05-31Cygwin: pty: Clean up fhandler_pty_master::pty_master_fwd_thread().Takashi Yano via Cygwin-patches
2020-05-31Cygwin: console: Discard some unsupported escape sequences.Takashi Yano via Cygwin-patches
2020-05-31Cygwin: pty: Prevent garbage remained in read ahead buffer.Takashi Yano via Cygwin-patches
2020-05-30Cygwin: update C++ dialect to gnu++14Corinna Vinschen
2020-05-30Cygwin: console: Make cursor keys work in vim under ConEmu.Takashi Yano via Cygwin-patches
2020-05-28Cygwin: stat: fix st_mode of fifos againKen Brown
2020-05-28Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls.Takashi Yano via Cygwin-patches
2020-05-28Cygwin: pty: Fix a bug in free_attached_console().Takashi Yano via Cygwin-patches
2020-05-26Cygwin: FAQ: fix Cygwin build requirementsCorinna Vinschen
2020-05-26Cygwin: drop useless commentCorinna Vinschen
2020-05-26Cygwin: add missing files to 'clean' build ruleCorinna Vinschen
2020-05-26Cygwin: revamp localtime.o build ruleCorinna Vinschen
2020-05-26Cygwin: convert localtime_wrapper.c to plain C sourceCorinna Vinschen