[PATCH] winsup/doc/posix.xml: add note for getrlimit, setrlimit, links to notes
2021-02-15 10:43 UTC (2+ messages)
[PATCH] Cygwin: pty: Fix a bug in input transfer for GDB
2021-02-14 18:47 UTC
[PATCH v2] Cygwin: console: Abort read() on signal if SA_RESTART is not set
2021-02-14 9:42 UTC
[PATCH] Cygwin: console: Abort read() on SIGWINCH if SA_RESTART is not set
2021-02-14 8:52 UTC
[PATCH v2] Cygwin: Have tmpfile(3) use O_TMPFILE
2021-02-12 10:15 UTC (3+ messages)
[PATCH v2] Cygwin: pty: Reduce unecessary input transfer
2021-02-12 9:43 UTC (2+ messages)
[PATCH] Cygwin: pty: Reduce unecessary input transfer
2021-02-10 12:30 UTC (2+ messages)
[PATCH] Cygwin: Have tmpfile(3) use O_TMPFILE
2021-02-10 10:12 UTC (4+ messages)
[PATCH 0/1] Fix fstat on FIFOs, part 1
2021-02-09 15:25 UTC (3+ messages)
` [PATCH 1/1] Revert "Cygwin: fstat_helper: always use handle in call to get_file_attribute"
[PATCH 00/11] Improve rm speed
2021-02-04 19:37 UTC (57+ messages)
` [PATCH 01/11] syscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTE first
` [PATCH 02/11] syscalls.cc: Deduplicate _remove_r
` [PATCH 05/11] Cygwin: Move post-dir unlink check
` [PATCH 06/11] cxx.cc: Fix dynamic initialization for static local variables
` [PATCH 08/11] path.cc: Allow to skip filesystem checks
` [PATCH 09/11] mount.cc: Implement poor-man's cache
` [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] CYGWIN: Fix resolver debugging output
2021-02-02 19:38 UTC (8+ messages)
fhandler_serial.cc: MARK and SPACE parity for serial port
2021-02-02 9:44 UTC (10+ messages)
[PATCH 0/4] getdtablesize, OPEN_MAX, etc
2021-02-01 10:46 UTC (6+ messages)
` [PATCH 1/4] Cygwin: getdtablesize: always return OPEN_MAX_MAX
` [PATCH 2/4] Cygwin: sysconf, getrlimit: don't call getdtablesize
` [PATCH 3/4] Cygwin: remove the OPEN_MAX_MAX macro
` [PATCH 4/4] Cygwin: include/cygwin/limits.h: new header
[PATCH] Cygwin: getdtablesize: always return OPEN_MAX_MAX
2021-02-01 10:46 UTC (11+ messages)
[PATCH] Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop()
2021-02-01 10:02 UTC (2+ messages)
[PATCH] Cygwin: console: Align the behaviour against signal with pty
2021-02-01 10:02 UTC (2+ messages)
[PATCH v3 0/2] Make terminal read() thread-safe
2021-02-01 10:01 UTC (4+ messages)
` [PATCH v3 1/2] Cygwin: console: Make "
` [PATCH v3 2/2] Cygwin: pty: Make slave "
[PATCH 0/1] Recognizing native Windows AF_UNIX sockets
2021-02-01 9:54 UTC (4+ messages)
` [PATCH 1/1] Cygwin: recognize native Windows AF_UNIX sockets as reparse points
[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
[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 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 (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).