public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
[PATCH 1/2] Clarify FAQ 1.5 What version of Cygwin is this, anyway?
 2020-07-10 17:41 UTC  (4+ 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

[PATCH v3] Clarify FAQ 1.5 What version of Cygwin is this, anyway?
 2020-07-10 17:34 UTC 

[PATCH] Fix incorrect sign-extension of pointer in 32-bit acl __to_entry
 2020-07-10 15:58 UTC  (4+ messages)

[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 0/8] Fix dumper for x86_64
 2020-07-06 18:10 UTC  (24+ messages)
` [PATCH 1/8] Cygwin: Slightly improve error_start documentation
` [PATCH 2/8] Cygwin: Update ELF target used by dumper on x86_64
` [PATCH 3/8] Cygwin: Add a new win32_pstatus data type for modules "
` [PATCH 4/8] Cygwin: Make dumper scan more than first 4GB of VM "
` [PATCH 5/8] Cygwin: Fix bfd target for parsing PE files on x86_64 in dumper
` [PATCH 6/8] Cygwin: Fix dumper region order/overlap checking
` [PATCH 7/8] Cygwin: Handle excluded regions more robustly in dumper
` [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] Clarify FAQ 1.5 What version of Cygwin is this, anyway?
 2020-07-04 17:31 UTC  (4+ messages)

[PATCH] Cygwin: pty, termios: Unify thoughts of read ahead beffer handling
 2020-07-01  7:27 UTC  (2+ messages)

[PATCH] Cygwin: pty: Discard CSI > Pm m sequence from native windows apps
 2020-07-01  7:27 UTC  (2+ messages)

[PATCH 0/3 v3] Cygwin: tzcode resync
 2020-06-30 13:51 UTC  (15+ messages)
` [PATCH 1/3 v3] Cygwin: tzcode resync: basics
` [PATCH 2/3 v3] Cygwin: tzcode resync: imports
` [PATCH 3/3 v3] Cygwin: tzcode resync: details

[PATCH] Cygwin: rewrite cmdline parser
 2020-06-30 10:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] Cygwin: pty: Fix screen distortion after less for native apps again
 2020-06-09 11:04 UTC  (2+ messages)

[PATCH v2] Cygwin: pty: Fix screen distortion after less for native apps again
 2020-06-04  1:17 UTC  (2+ messages)

[PATCH] Cygwin: pty: Fix screen distortion after less for native apps again
 2020-06-03  7:01 UTC  (2+ messages)

[PATCH] Cygwin: pty: Fix screen distortion after using less for native apps
 2020-06-01  8:59 UTC  (3+ messages)

[PATCH 0/4] Some fixes for pty
 2020-05-31  8:40 UTC  (6+ messages)
` [PATCH 1/4] Cygwin: pty: Prevent garbage remained in read ahead buffer
` [PATCH 2/4] Cygwin: console: Discard some unsupported escape sequences
` [PATCH 3/4] Cygwin: pty: Clean up fhandler_pty_master::pty_master_fwd_thread()
` [PATCH 4/4] Cygwin: pty: Revise the code which prevents undesired window title

[PATCH] Cygwin: console: Make cursor keys work in vim under ConEmu
 2020-05-30 17:42 UTC  (2+ messages)

[PATCH] Cygwin: pty: Prevent meaningless ResizePseudoConsole() calls
 2020-05-28 14:45 UTC  (2+ messages)

[PATCH] Cygwin: pty: Fix a bug in free_attached_console()
 2020-05-28  7:27 UTC  (2+ messages)

[PATCH] Cygwin: pty: Stop counting number of slaves attached to pseudo console
 2020-05-25  9:03 UTC  (2+ messages)

[PATCH] Cygwin: pty: Revise code to make system_printf() work after close
 2020-05-25  9:00 UTC  (3+ messages)

[PATCH 00/21] FIFO: Support multiple readers
 2020-05-22 14:40 UTC  (33+ messages)
` [PATCH 01/21] Cygwin: FIFO: minor change - use NtClose
` [PATCH 02/21] Cygwin: FIFO: simplify the fifo_client_handler structure
` [PATCH 03/21] Cygwin: FIFO: change the fifo_client_connect_state enum
` [PATCH 04/21] Cygwin: FIFO: simplify the listen_client_thread code
` [PATCH 05/21] Cygwin: FIFO: remove the arm method
` [PATCH 06/21] Cygwin: FIFO: honor the flags argument in dup
` [PATCH 07/21] Cygwin: FIFO: dup/fork/exec: make sure child starts unlocked
` [PATCH 08/21] Cygwin: FIFO: fix hit_eof
` [PATCH 09/21] Cygwin: FIFO: make opening a writer more robust
` [PATCH 10/21] Cygwin: FIFO: use a cygthread instead of a homemade thread
` [PATCH 11/21] Cygwin: FIFO: add shared memory
` [PATCH 12/21] Cygwin: FIFO: keep track of the number of readers
` [PATCH 13/21] Cygwin: FIFO: introduce a new type, fifo_reader_id_t
` [PATCH 14/21] Cygwin: FIFO: designate one reader as owner
` [PATCH 15/21] Cygwin: FIFO: allow fc_handler list to grow dynamically
` [PATCH 16/21] Cygwin: FIFO: add a shared fifo_client_handler list
` [PATCH 17/21] Cygwin: FIFO: take ownership on exec
` [PATCH 18/21] Cygwin: FIFO: find a new owner when closing
` [PATCH 19/21] Cygwin: FIFO: allow any reader to take ownership
` [PATCH 20/21] Cygwin: FIFO: support opening multiple readers
` [PATCH 21/21] Cygwin: FIFO: update commentary

[PATCH] Cygwin: pty: Make system_printf() work after closing pty slave
 2020-05-21  8:23 UTC  (5+ messages)

[PATCH] Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE by default
 2020-05-19 19:33 UTC  (5+ messages)

[PATCH v2] Cygwin: pty: Call FreeConsole() only if attached to current pty
 2020-05-19 13:28 UTC  (2+ messages)

[PATCH 0/3] Cygwin: tzcode resync v2
 2020-05-19 11:41 UTC  (5+ messages)
` [PATCH 1/3] Cygwin: tzcode resync v2: basics
` [PATCH 2/3] Cygwin: tzcode resync v2: imports
` [PATCH 3/3] Cygwin: tzcode resync v2: details

Re [Cygwin PATCH */9] tzcode resync -- for discussion only
 2020-05-19 10:06 UTC  (3+ messages)

[PATCH] Cygwin: pty: Call FreeConsole() only if attached to current pty
 2020-05-19 10:04 UTC  (2+ messages)

[PATCH] libc: Replace i386/sys/fenv.h symlink with an #include shim
 2020-05-19  9:51 UTC  (2+ messages)

[PATCH] cygwin: doc: Add keywords for ACE order issues
 2020-05-19  9:43 UTC  (5+ messages)
  ` [PATCH v2] "

[Cygwin PATCH 1/9] tzcode resync: Makefile.in
 2020-05-13  8:23 UTC  (9+ messages)
` [Cygwin PATCH 2/9] tzcode resync: README
` [Cygwin PATCH 3/9] tzcode resync: localtime.cc
` [Cygwin PATCH 4/9] tzcode resync: localtime.c.patched
` [Cygwin PATCH 5/9] tzcode resync: localtime.c
` [Cygwin PATCH 6/9] tzcode resync: namespace.h
` [Cygwin PATCH 7/9] tzcode resync: private.h
` [Cygwin PATCH 8/9] tzcode resync: tzfile.h
` [Cygwin PATCH 9/9] tzcode resync: tz_posixrules.h

[PATCH] setup_pseudoconsole(): handle missing/incorrect helper gracefully
 2020-05-04  9:27 UTC  (2+ messages)

[PATCH 1/3 v3] Cygwin: accounts: Unify nsswitch.conf db_* defaults
 2020-04-22  7:36 UTC  (2+ messages)

[PATCH 1/3 v2] Cygwin: accounts: Unify nsswitch.conf db_* defaults
 2020-04-21  9:17 UTC  (3+ messages)

[PATCH 3/3] Cygwin: accounts: Report unrecognized db_* nsswitch.conf keywords
 2020-04-20 17:21 UTC 

[PATCH 2/3 v2] Cygwin: accounts: Don't keep old schemes when parsing nsswitch.conf
 2020-04-20 17:21 UTC 

License declaration
 2020-04-20 16:29 UTC 

[PATCH 2/2] cygheap_pwdgrp: Don't keep old schemes when parsing nsswitch.conf
 2020-04-17 15:34 UTC  (2+ messages)

[PATCH 1/2] cygheap_pwdgrp: Don't invent undocumented defaults in nsswitch.conf
 2020-04-17 15:19 UTC  (2+ messages)

[PATCH] cygheap_pwdgrp: Handle invalid db_* entries correctly
 2020-04-17  8:08 UTC  (2+ messages)

[PATCH] proc_cpuinfo: Add PPIN support for AMD
 2020-04-14 10:37 UTC  (2+ messages)

[PATCH] Cygwin: Use a separate Start Menu folder for WoW64 installs
 2020-03-19 16:43 UTC  (6+ messages)

[PATCH] Cygwin: pty: Add FreeConsole to destructor of pty slave
 2020-03-16  2:03 UTC  (3+ messages)

All You Need to Know About USB C to HDMI Cable
 2020-03-10 10:26 UTC 

[PATCH v2] Cygwin: console: Fix behaviour of "ESC 8" after reset
 2020-03-09  8:59 UTC  (2+ messages)

[PATCH 0/2] wpbuf class-ification
 2020-03-09  8:59 UTC  (2+ messages)

[PATCH] Cygwin: console: Fix behaviour of "ESC 8" after reset
 2020-03-09  1:37 UTC  (2+ messages)

page:  |  | 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).