public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
[PATCH v3 0/2] Make terminal read() thread-safe
 2021-01-28 14:11 UTC 

[PATCH] Cygwin: getdtablesize: always return OPEN_MAX_MAX
 2021-01-28 13:42 UTC  (3+ messages)

[PATCH v2 0/2] Make terminal read() thread-safe
 2021-01-28 12:24 UTC  (4+ messages)
` [PATCH v2 1/2] Cygwin: console: Make "
` [PATCH v2 2/2] Cygwin: pty: Make slave "

[PATCH 0/2] Make terminal read() thread-safe
 2021-01-28 11:49 UTC  (4+ messages)
` [PATCH 1/2] Cygwin: console: Make "
` [PATCH 2/2] Cygwin: pty: Make slave "

[PATCH v7 0/4] Improve pseudo console support
 2021-01-28 10:25 UTC  (6+ messages)
` [PATCH v7 1/4] Cygwin: pty: Inherit typeahead data between two input pipes
` [PATCH v7 2/4] Cygwin: pty: Keep code page between non-cygwin apps
` [PATCH v7 3/4] Cygwin: pty: Make apps using console APIs be able to debug with gdb
` [PATCH v7 4/4] Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously

fhandler_serial.cc: MARK and SPACE parity for serial port
 2021-01-28 10:14 UTC  (3+ messages)

[PATCH v2] Cygwin: fchmodat: add limited support for AT_SYMLINK_NOFOLLOW
 2021-01-28  9:41 UTC  (2+ messages)

[PATCH] Cygwin: fchmodat: add limited support for AT_SYMLINK_NOFOLLOW
 2021-01-27 17:26 UTC  (6+ messages)

[PATCH 00/11] Improve rm speed
 2021-01-27  9:22 UTC  (61+ messages)
` [PATCH 01/11] syscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE first
` [PATCH 02/11] syscalls.cc: Deduplicate _remove_r
` [PATCH 03/11] syscalls.cc: Fix num_links
` [PATCH 04/11] syscalls.cc: Use EISDIR
` [PATCH 05/11] Cygwin: Move post-dir unlink check
` [PATCH 06/11] cxx.cc: Fix dynamic initialization for static local variables
` [PATCH 07/11] syscalls.cc: Implement non-path_conv dependent _unlink_nt
` [PATCH 08/11] path.cc: Allow to skip filesystem checks
` [PATCH 09/11] mount.cc: Implement poor-man's cache
` [PATCH 10/11] syscalls.cc: Expose shallow-pathconv unlink_nt
` [PATCH 11/11] dir.cc: Try unlink_nt first
` [PATCH v2 0/8] Improve rm speed
` [PATCH v2 1/8] syscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE
    ` [PATCH v3 "
` [PATCH v2 2/8] syscalls.cc: Deduplicate remove
    ` [PATCH v3 "
` [PATCH v2 3/8] Cygwin: Move post-dir unlink check
` [PATCH v2 4/8] syscalls.cc: Implement non-path_conv dependent _unlink_nt
` [PATCH v2 5/8] path.cc: Allow to skip filesystem checks
` [PATCH v2 6/8] syscalls.cc: Expose shallow-pathconv unlink_nt
` [PATCH v2 7/8] dir.cc: Try unlink_nt first
` [PATCH v2 8/8] fhandler_disk_file.cc: Use path_conv's IndexNumber

[PATCH v6 0/4] Improve pseudo console support
 2021-01-26 18:32 UTC  (5+ messages)
` [PATCH v6 1/4] Cygwin: pty: Inherit typeahead data between two input pipes
` [PATCH v6 2/4] Cygwin: pty: Keep code page between non-cygwin apps
` [PATCH v6 3/4] Cygwin: pty: Make apps using console APIs be able to debug with gdb
` [PATCH v6 4/4] Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously

[PATCH] Cygwin: chown: make sure ctime gets updated when necessary
 2021-01-26 12:16 UTC  (4+ messages)

[PATCH v5 0/4] Improve pseudo console support
 2021-01-26  8:45 UTC  (6+ messages)
` [PATCH v5 1/4] Cygwin: pty: Inherit typeahead data between two input pipes
` [PATCH v5 2/4] Cygwin: pty: Keep code page between non-cygwin apps
` [PATCH v5 3/4] Cygwin: pty: Make apps using console APIs be able to debug with gdb
` [PATCH v5 4/4] Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously

[PATCH v4 0/4] Improve pseudo console support
 2021-01-26  3:14 UTC  (5+ messages)
` [PATCH v4 1/4] Cygwin: pty: Inherit typeahead data between two input pipes
` [PATCH v4 2/4] Cygwin: pty: Keep code page between non-cygwin apps
` [PATCH v4 3/4] Cygwin: pty: Make apps using console APIs be able to debug with gdb
` [PATCH v4 4/4] Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously

[PATCH] Cygwin: console: Add missing guard regarding attach_mutex
 2021-01-25 18:55 UTC  (2+ messages)

[PATCH v3 0/4] Improve pseudo console support
 2021-01-25  9:39 UTC  (5+ messages)
` [PATCH v3 1/4] Cygwin: pty: Inherit typeahead data between two input pipes
` [PATCH v3 2/4] Cygwin: pty: Keep code page between non-cygwin apps
` [PATCH v3 3/4] Cygwin: pty: Make apps using console APIs be able to debug with gdb
` [PATCH v3 4/4] Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously

[PATCH v2 0/4] Improve pseudo console support
 2021-01-25  9:37 UTC  (9+ messages)
` [PATCH v2 1/4] Cygwin: pty: Inherit typeahead data between two input pipes
` [PATCH v2 2/4] Cygwin: pty: Keep code page between non-cygwin apps
` [PATCH v2 3/4] Cygwin: pty: Make apps using console APIs be able to debug with gdb
` [PATCH v2 4/4] Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously

[PATCH] Cygwin: normalize_posix_path: fix error handling when .. is encountered
 2021-01-22  9:44 UTC  (2+ messages)

[PATCH] Cygwin: ptsname_r: always return an error number on failure
 2021-01-22  9:44 UTC  (3+ messages)

[PATCH 0/4] Improve pseudo console support
 2021-01-21 13:09 UTC  (5+ messages)
` [PATCH 1/4] Cygwin: pty: Inherit typeahead data between two input pipes
` [PATCH 2/4] Cygwin: pty: Keep code page between non-cygwin apps
` [PATCH 3/4] Cygwin: pty: Make apps using console APIs be able to debug with gdb
` [PATCH 4/4] Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously

[PATCH] Cygwin: pty: Reduce buffer size in get_console_process_id()
 2021-01-20 11:23 UTC  (4+ messages)

[PATCH] Cygwin: console: Fix "Bad file descriptor" error in script command
 2021-01-20  9:50 UTC  (2+ messages)

[PATCH] Cygwin: pty: Lessen the side effect of workaround for rlwarp
 2021-01-19  9:57 UTC  (2+ messages)

[PATCH] Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76
 2021-01-19  9:57 UTC  (2+ messages)

[PATCH] Cygwin: pty: Set input_available_event only for cygwin pipe
 2021-01-18 15:41 UTC  (4+ messages)

[PATCH v3] Cygwin: pty: Prevent pty from changing code page of parent console
 2021-01-18 13:20 UTC  (2+ messages)

[PATCH v2 4/5] Cygwin: pty: Prevent pty from changing code page of parent console
 2021-01-18 13:00 UTC  (4+ messages)

[PATCH] Cygwin: Interim malloc speedup
 2021-01-18 12:50 UTC  (5+ messages)
` [PATCH] Cygwin: Interim malloc speedup -- addendum

[PATCH 0/5] Some revisions for pty and console code
 2021-01-18 11:23 UTC  (8+ messages)
` [PATCH 1/5] Cygwin: pty: Add workaround for rlwrap 0.40 or later
` [PATCH 2/5] Cygwin: console: Revise the code to switch xterm mode
` [PATCH 3/5] Cygwin: pty: Make close_pseudoconsole() be a static member function
` [PATCH 4/5] Cygwin: pty: Prevent pty from changing code page of parent console
` [PATCH 5/5] Cygwin: pty: Make master thread functions be static

[PATCH] Cygwin: document a recent bug fix
 2021-01-18 10:24 UTC  (2+ messages)

[PATCH] Cygwin: document a recent bug fix
 2021-01-15 17:51 UTC  (2+ messages)

[PATCH] Cygwin: fstatat: call fstat64 instead of fstat
 2021-01-13 13:15 UTC  (3+ messages)

[PATCH] fhandler_proc.cc(format_proc_cpuinfo): report Intel SGX bits
 2020-12-17 15:04 UTC  (2+ messages)

[PATCH] Cygwin: Speed up mkimport
 2020-12-16 14:29 UTC  (2+ messages)

[PATCH] Cygwin: pty: Revise the workaround for rlwrap
 2020-12-16  9:40 UTC  (2+ messages)

[PATCH] Cygwin: pty: Check response for CSI6n more strictly
 2020-12-16  9:39 UTC  (2+ messages)

[PATCH] Cygwin: pty: Skip term_has_pcon_cap() if pseudo console is disabled
 2020-12-14 10:04 UTC  (2+ messages)

[PATCH] Cygwin: pty: Add a workaround for rlwrap
 2020-12-14  8:26 UTC 

[PATCH] Cygwin: pty: Revise the code for timeout in term_has_pcon_cap()
 2020-12-14  8:26 UTC 

[PATCH v2] cygwin: use CREATE_DEFAULT_ERROR_MODE in spawn
 2020-12-10  9:47 UTC  (2+ messages)

[PATCH 1/1] cygwin: use CREATE_DEFAULT_ERROR_MODE in spawn
 2020-12-09  9:25 UTC  (7+ messages)

[PATCH] Use automake (v3)
 2020-12-08 15:50 UTC  (11+ messages)

[PATCH] Cygwin: Launch cygmagic with bash, not sh
 2020-12-08 14:50 UTC  (2+ messages)

[PATCH] Cygwin: Allow to set SO_PEERCRED zero (v2)
 2020-12-08  9:53 UTC  (6+ 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).