aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
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
2020-08-04Cygwin: FIFO: reorganize some fifo_client_handler methodsKen Brown3-37/+50
2020-08-04Cygwin: FIFO: add a timeout to take_ownershipKen Brown3-53/+30
2020-08-04Cygwin: FIFO: fix timing issue with owner changeKen Brown1-4/+21
2020-08-04Cygwin: FIFO: lock fixesKen Brown1-6/+17
2020-08-04fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcodeBrian Inglis1-1/+1
2020-08-04fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flagBrian Inglis1-0/+1
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen3-8/+142
2020-07-24fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB sizeBrian Inglis1-42/+255
2020-07-22Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaroundCorinna Vinschen2-106/+43
2020-07-21Cygwin: mmap: document recent bugfixKen Brown1-0/+3
2020-07-20Cygwin: mmap: constify pagesize throughoutCorinna Vinschen1-8/+8
2020-07-20Cygwin: mmap: fix mapping beyond EOF on 64 bitKen Brown1-0/+1
2020-07-20Cygwin: pty: Fix a bug on redirecting something to /dev/pty*.Takashi Yano via Cygwin-patches1-5/+0
2020-07-20Cygwin: sockets: Rearrange check for connect failureCorinna Vinschen1-9/+7
2020-07-16Cygwin: FIFO: document recent fixesKen Brown1-0/+3
2020-07-16Cygwin: FIFO: update commentaryKen Brown1-4/+17
2020-07-16Cygwin: FIFO: clean upKen Brown1-6/+4
2020-07-16Cygwin: FIFO: allow take_ownership to be interruptedKen Brown3-8/+59
2020-07-16Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarilyKen Brown1-1/+4
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-16Cygwin: document previous poll/select patchCorinna Vinschen1-0/+3
2020-07-16Cygwin: make sure failed sockets always signal writabilityMarc Hoersken1-0/+6
2020-07-12Cygwin: Add a new win32_pstatus data type for modules on x86_64Jon Turney1-4/+12
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-06Cygwin: fix buffer overrun in cygwin_strcasecmpCorinna Vinschen2-14/+23
2020-07-01Cygwin: add new IPPROTO_TCP options to release notesCorinna Vinschen1-0/+11
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