aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-16Cygwin: FIFO: add missing lockKen Brown1-0/+2
2020-07-16Cygwin: FIFO: make certain errors non-fatalKen Brown1-11/+10
2020-07-16Cygwin: FIFO: fix indentationKen Brown1-84/+84
2020-07-16Cygwin: FIFO: improve taking ownership in fifo_reader_threadKen Brown1-21/+23
2020-07-16Cygwin: FIFO: reduce I/O interleavingKen Brown2-8/+50
2020-07-16Cygwin: fhandler_fifo::hit_eof: improve reliabilityKen Brown3-30/+6
2020-07-16Cygwin: FIFO: keep a writer count in shared memoryKen Brown2-166/+124
2020-07-16Cygwin: FIFO: fix problems finding new ownerKen Brown2-33/+61
2020-07-16ctype.h: Fix unused variable warningsAschref Ben Thabet1-4/+9
2020-07-16Cygwin: document previous poll/select patchCorinna Vinschen1-0/+3
2020-07-16Cygwin: make sure failed sockets always signal writabilityMarc Hoersken1-0/+6
2020-07-13Cygwin: FAQ 1.6: Update "Who's behind the project?"Brian Inglis1-17/+16
2020-07-13Cygwin: FAQ 1.5: Clarify "What version is this"Brian Inglis1-10/+19
2020-07-12Cygwin: Make dumper scan more than first 4GB of VM on x86_64Jon Turney1-2/+2
2020-07-12Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney2-4/+16
2020-07-12Cygwin: Update ELF target used by dumper on x86_64Jon Turney1-2/+8
2020-07-12Cygwin: Slightly improve error_start documentationJon Turney1-1/+5
2020-07-10testsuite: Fix iconv tests to use new encoding config definesKeith Packard via Newlib3-48/+47
2020-07-10libc/iconv: find_alias was mis-computing remaining alias table lengthKeith Packard via Newlib1-1/+1
2020-07-10libc/iconv: Remove unneeded pointer var for _iconv_aliasesKeith Packard via Newlib2-6/+3
2020-07-10libc/iconv: Detect CES handler loading failureKeith Packard via Newlib1-1/+1
2020-07-10Fix invalid acl_entry_t on 32-bit CygwinDavid Allsopp2-1/+5
2020-07-10Cygwin: convert sys_wcstombs/sys_mbstowcs wrapper to inline functionsCorinna Vinschen4-66/+62
2020-07-09Cygwin: Bump DLL version to 3.1.7Corinna Vinschen1-1/+1
2020-07-09Cygwin: add microcode patch to release messagescygwin-3_1_6-releaseCorinna Vinschen1-0/+3
2020-07-09format_proc_cpuinfo: fix microcode revision shift directionBrian Inglis1-1/+1
2020-07-09fhandler_proc.cc(format_proc_cpuinfo): add microcode registry lookup valuesBrian Inglis1-9/+35
2020-07-06Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for armEshan dhawan via Newlib1-2/+2
2020-07-06Cygwin: fix buffer overrun in cygwin_strcasecmpCorinna Vinschen2-14/+23
2020-07-03libm: machine: Add missing sparc and mips configurationCorinna Vinschen7-3/+12683
2020-07-03mips fenv supportEshan dhawan via Newlib19-0/+662
2020-07-03SPARC fenv supportEshan dhawan via Newlib17-0/+546
2020-07-02fenv aarch64 supportEshan dhawan via Newlib16-3/+515
2020-07-02pru: Fix memory corruption on syscall returnDimitar Dimitrov1-0/+1
2020-07-01Cygwin: add new IPPROTO_TCP options to release notesCorinna Vinschen2-0/+16
2020-07-01Cygwin: tcp: Support TCP_QUICKACKCorinna Vinschen3-0/+49
2020-07-01Cygwin: tcp: Support TCP_USER_TIMEOUTCorinna Vinschen4-0/+51
2020-07-01Cygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEEPINTVLCorinna Vinschen5-12/+178
2020-07-01Cygwin: tcp: Support TCP_FASTOPENCorinna Vinschen5-4/+93
2020-07-01Cygwin: tcp: fix IPPROTO_TCP option handlingCorinna Vinschen3-11/+16
2020-07-01Cygwin: pty, termios: Unify thoughts of read ahead beffer handling.Takashi Yano via Cygwin-patches2-31/+26
2020-07-01Cygwin: pty: Discard CSI > Pm m sequence from native windows apps.Takashi Yano via Cygwin-patches1-0/+28
2020-06-09fenv support armEshan dhawan via Newlib23-3/+1393
2020-06-09Regenerate libm/machine configuration files for powerpcJeff Johnston4-3/+6342
2020-06-05Cygwin: pty: Fix screen distortion after less for native apps again.Takashi Yano via Cygwin-patches4-37/+21
2020-06-03hard float support for PowerPC taken from FreeBSDEshan dhawan via Newlib18-0/+491
2020-06-01Bump version to 3.1.6Corinna Vinschen1-1/+1
2020-06-01Cygwin: pty: Fix screen distortion after using less for native apps.cygwin-3_1_5-releaseTakashi Yano via Cygwin-patches1-8/+11
2020-05-31Cygwin: pty: Revise the code which prevents undesired window title.Takashi Yano via Cygwin-patches1-2/+7
2020-05-31Cygwin: pty: Clean up fhandler_pty_master::pty_master_fwd_thread().Takashi Yano via Cygwin-patches1-18/+0