[PATCH v10] Cygwin: pty: Disable pseudo console if TERM does not have CSI6n
2020-08-31 10:12 UTC (2+ messages)
[PATCH] Cygwin: pty: Disable pseudo console if TERM is dumb or not set
2020-08-31 9:47 UTC (18+ messages)
[PATCH] Cygwin: Remove waitloop argument from try_to_debug()
2020-08-30 15:00 UTC (3+ messages)
[PATCH] Cygwin: sigproc.cc: add comment
2020-08-30 12:41 UTC (2+ messages)
[PATCH v2] Cygwin: pty: Disable pseudo console if TERM is dumb or not set
2020-08-28 19:29 UTC
[PATCH 0/3] CI update
2020-08-28 13:57 UTC (9+ messages)
` [PATCH 1/3] Cygwin: Add .appveyor.yml
` [PATCH 2/3] Cygwin: Add github action to cross-build on Fedora
` [PATCH 3/3] Cygwin: Remove .drone.yml
[PATCH] Cygwin: select: Fix a bug on closing pi->bye event
2020-08-28 13:25 UTC (2+ messages)
[PATCH] Cygwin: sigproc.cc: fix typo in comment describing nprocs
2020-08-28 8:37 UTC (2+ messages)
[PATCH v3 3/3] winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates
2020-08-27 8:54 UTC (2+ messages)
[PATCH] Cygwin: console: Replace WriteConsoleA() with WriteConsoleW()
2020-08-27 8:53 UTC (2+ messages)
[PATCH] Cygwin: fhandler_fifo::delete_client_handler: improve efficiency
2020-08-27 8:49 UTC (2+ messages)
[PATCH v2 0/3] FAQ setup, using, programming, api, timezone, patches
2020-08-27 7:33 UTC (6+ messages)
` [PATCH v2 1/3] winsup/doc/faq-setup.xml, faq-using.xml: update setup FAQ
` [PATCH v2 2/3] winsup/doc/faq-api.xml, -programming.xml: change Win32 to Windows/API
` [PATCH v2 3/3] winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates
[Patch] Fix incorrect code page when setting console title on Win10
2020-08-27 3:34 UTC (5+ messages)
[PATCH 0/3] FAQ api, programming, timezone, setup patches
2020-08-25 13:04 UTC (6+ messages)
` [PATCH 1/3] winsup/doc/faq-api, programming.xml: change Win32 to Windows
` [PATCH 2/3] winsup/doc/faq-api.xml(faq.api.timezone): explain time zone updates
` [PATCH 3/3] winsup/doc/faq-setup.xml: update setup FAQ
[PATCH] Cygwin: malloc tune-up
2020-08-25 11:02 UTC (4+ messages)
[PATCH] Cygwin: cwdstuff::get: clean up debug_printf output
2020-08-24 9:07 UTC (2+ messages)
[PATCH 0/2] GCC exception codes
2020-08-20 17:29 UTC (4+ messages)
` [PATCH 1/2] Cygwin: add header defining "
` [PATCH 2/2] Cygwin: strace: ignore GCC exceptions
[PATCH] Cygwin: strace: ignore GCC exceptions
2020-08-20 14:52 UTC (3+ messages)
[PATCH] Cygwin: main exception handler (64-bit): continue GCC exceptions
2020-08-18 7:45 UTC (2+ messages)
[PATCH] Cygwin: pty: Change the timing of set_locale() call again
2020-08-17 9:16 UTC (2+ messages)
[PATCH] Cygwin: pty: Change the timing of setup_locale() call
2020-08-13 8:21 UTC (2+ messages)
[PATCH] Cygwin: cygserver: build with -Wimplicit-fallthrough=5
2020-08-07 15:32 UTC (2+ messages)
[PATCH 0/8] FIFO: bug fixes and small improvements
2020-08-04 15:04 UTC (10+ messages)
` [PATCH 1/8] Cygwin: FIFO: lock fixes
` [PATCH 2/8] Cygwin: FIFO: fix timing issue with owner change
` [PATCH 3/8] Cygwin: FIFO: add a timeout to take_ownership
` [PATCH 4/8] Cygwin: FIFO: reorganize some fifo_client_handler methods
` [PATCH 5/8] Cygwin: FIFO: don't read from pipes that are closing
` [PATCH 6/8] Cygwin: FIFO: synchronize the fifo_reader and fifosel threads
` [PATCH 7/8] Cygwin: FIFO: fix indentation
` [PATCH 8/8] Cygwin: FIFO: add a third pass to raw_read
[PATCH] fhandler_proc.cc(format_proc_cpuinfo): use _small_sprintf %X for microcode
2020-08-04 8:12 UTC (2+ messages)
[PATCH] fhandler_proc.cc(format_proc_cpuinfo): add SERIALIZE instruction flag
2020-08-04 8:12 UTC (2+ messages)
[PATCH] Cygwin: Use documented QueryWorkingSetEx() in dumper
2020-07-31 19:33 UTC (2+ messages)
[PATCH 0/5] Improve dumper megion region selection
2020-07-28 21:04 UTC (9+ messages)
` [PATCH 1/5] Cygwin: Show details of all memory regions details in dumper debug output
` [PATCH 2/5] Cygwin: Remove reading of PE for section flags from dumper
` [PATCH 3/5] Cygwin: Drop excluded regions list "
` [PATCH 4/5] Cygwin: Don't dump non-writable image regions
` [PATCH 5/5] Cygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumper
[PATCH] fhandler_proc.cc(format_proc_cpuinfo): add flags and TLB size
2020-07-24 8:42 UTC (2+ messages)
[PATCH 0/3] Misc dumper improvements
2020-07-21 14:26 UTC (4+ messages)
` [PATCH 1/3] Cygwin: Add --nokill dumper option
` [PATCH 2/3] CYgwin: Remove synchronization event from dumper
` [PATCH 3/3] Cygwin: Speed up dumper
[PATCH] Cygwin: mmap: Remove AT_ROUND_TO_PAGE workaround
2020-07-21 7:35 UTC (3+ messages)
[PATCH] Cygwin: mmap: fix mapping beyond EOF on 64 bit
2020-07-20 23:14 UTC (10+ messages)
[PATCH] Cygwin: pty: Fix a bug on redirecting something to /dev/pty*
2020-07-20 8:07 UTC (2+ messages)
FAQ Proposed Updates Summary and Preview Diff
2020-07-17 15:34 UTC (4+ messages)
[PATCH 00/12] FIFO: fix multiple reader support
2020-07-16 19:57 UTC (14+ messages)
` [PATCH 01/12] Cygwin: FIFO: fix problems finding new owner
` [PATCH 02/12] Cygwin: FIFO: keep a writer count in shared memory
` [PATCH 03/12] Cygwin: fhandler_fifo::hit_eof: improve reliability
` [PATCH 04/12] Cygwin: FIFO: reduce I/O interleaving
` [PATCH 05/12] Cygwin: FIFO: improve taking ownership in fifo_reader_thread
` [PATCH 06/12] Cygwin: FIFO: fix indentation
` [PATCH 07/12] Cygwin: FIFO: make certain errors non-fatal
` [PATCH 08/12] Cygwin: FIFO: add missing lock
` [PATCH 09/12] Cygwin: fhandler_fifo::take_ownership: don't set event unnecessarily
` [PATCH 10/12] Cygwin: FIFO: allow take_ownership to be interrupted
` [PATCH 11/12] Cygwin: FIFO: clean up
` [PATCH 12/12] Cygwin: FIFO: update commentary
[PATCH] FAQ 1.6 Update Who's behind the project?
2020-07-13 15:21 UTC (2+ messages)
[PATCH] winsup/doc/faq-what.xml FAQ 1.5 Clarify What version is this
2020-07-13 15:21 UTC (2+ messages)
[PATCH v3] Clarify FAQ 1.5 What version of Cygwin is this, anyway?
2020-07-13 13:48 UTC (4+ messages)
[PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry
2020-07-13 7:18 UTC (6+ messages)
[PATCH 1/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway?
2020-07-13 7:17 UTC (6+ messages)
` [PATCH 2/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway? Relate Cygwin DLL to Unix kernel, add required options to command examples, differentiate Unix and Cygwin commands; mention that the cygwin package contains the DLL
` Update FAQ 1.6 Who's behind the project?
[PATCH] COMMIT_MSG
2020-07-13 7:14 UTC (5+ messages)
` [PATCH] pkg_upload.cygpart __pkg_announce SMTP HELO fails without smtp server FQDN
` [PATCH] src_postinstall _prep_libtool_modules infinite loop when symlink in path
` [PATCH] COMMIT_MSG - cygport patches
[PATCH 0/8] Fix dumper for x86_64
2020-07-12 14:47 UTC (17+ messages)
` [PATCH 8/8] Cygwin: Consider DLL rebasing when computing dumper exclusions
` [PATCH 9/8] Add all memory regions details to dumper debug output
` [PATCH 10/8] Remove PE reading for section flags from dumper
` [PATCH 11/8] Drop excluded regions list "
` [PATCH 12/8] Don't dump non-writable image regions
[PATCH] cygport install infinite loop when symlink in path
2020-07-11 4:14 UTC
[PATCH] cygport announce SMTP HELO fails without smtp server FQDN
2020-07-11 4:13 UTC
[PATCH 1/2] fhandler_proc.cc(format_proc_cpuinfo): add microcode registry lookup values
2020-07-09 7:56 UTC (3+ messages)
` [PATCH 2/2] format_proc_cpuinfo: fix microcode revision shift direction
Cygwin 3.1.6
2020-07-09 7:35 UTC (5+ messages)
[PATCH] format_proc_cpuinfo: add microcode registry lookup values
2020-07-07 18:55 UTC (3+ messages)
[PATCH] Clarify FAQ 1.5 What version of Cygwin is this, anyway?
2020-07-04 17:31 UTC (4+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).