First quarter 2020 Archives by date
Starting: Wed Jan 1 06:48:00 GMT 2020
Ending: Thu Mar 19 16:43:41 GMT 2020
Messages: 301
- [PATCH] Cygwin: pty: Fix the issue regarding open and close multiple PTYs.
Takashi Yano
- [PATCH] Cygwin: pty: Add missing CloseHandle() calls.
Takashi Yano
- [PATCH] Cygwin: pty: Remove destructor for fhandler_pty_master class.
Takashi Yano
- [PATCH] Cygwin: pty: Revise the code for setting code page of pseudo console.
Takashi Yano
- [PATCH] Cygwin: console: Disable xterm mode for non cygwin process only.
Takashi Yano
- [PATCH] Cygwin: console: Add workaround for broken CSI3J in Win10 1809.
Takashi Yano
- [PATCH] Cygwin: console: Add code to restore console mode on close.
Takashi Yano
- [PATCH] Cygwin: console: Make suspending process work properly.
Takashi Yano
- [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.
Takashi Yano
- [PATCH] Fixed crash on wine by adding NULL check after memchr
Arseniy Lartsev
- [PATCH] Cygwin: pty: Disable FreeConsole() on close for non cygwin process.
Takashi Yano
- [PATCH] Cygwin: pty: Set console code page only if pseudo console is enabled.
Takashi Yano
- [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.
Marco Atzeri
- [PATCH v2 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Corinna Vinschen
- [PATCH] Cygwin: fhandler_socket::open: support the O_PATH flag
Corinna Vinschen
- [PATCH] Cygwin: Add missing Linux #define of CPU_SETSIZE
Corinna Vinschen
- [PATCH] Fixed crash on wine by adding NULL check after memchr
Corinna Vinschen
- [PATCH] Cygwin: pty: Fix the issue regarding open and close multiple PTYs.
Corinna Vinschen
- [PATCH] Cygwin: pty: Add missing CloseHandle() calls.
Corinna Vinschen
- [PATCH] Cygwin: pty: Remove destructor for fhandler_pty_master class.
Corinna Vinschen
- [PATCH] Cygwin: pty: Revise the code for setting code page of pseudo console.
Corinna Vinschen
- [PATCH] Cygwin: console: Disable xterm mode for non cygwin process only.
Corinna Vinschen
- [PATCH] Cygwin: console: Add workaround for broken CSI3J in Win10 1809.
Corinna Vinschen
- [PATCH] Cygwin: console: Add code to restore console mode on close.
Corinna Vinschen
- [PATCH] Cygwin: console: Make suspending process work properly.
Corinna Vinschen
- [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.
Corinna Vinschen
- [PATCH v2 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Ken Brown
- [PATCH] Cygwin: fhandler_socket::open: support the O_PATH flag
Ken Brown
- [PATCH v2 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Eric Blake
- [PATCH v2 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Ken Brown
- [PATCH v2 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Corinna Vinschen
- [PATCH v2 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Eric Blake
- [PATCH v2 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Corinna Vinschen
- [PATCH v2 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Ken Brown
- [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.
Marco Atzeri
- [PATCH] Cygwin: console: Add code to restore console mode on close.
Takashi Yano
- [PATCH v2] Cygwin: console: Add workaround for broken CSI3J in Win10 1809.
Takashi Yano
- [PATCH v2] Cygwin: console: Disable xterm mode for non cygwin process only.
Takashi Yano
- [PATCH v2] Cygwin: pty: Add missing CloseHandle() calls.
Takashi Yano
- [PATCH] Cygwin: pty: Fix the issue regarding open and close multiple PTYs.
Takashi Yano
- [PATCH v2] Cygwin: pty: Fix the issue regarding open and close multiple PTYs.
Takashi Yano
- [PATCH] Cygwin: select: Speed up select() call for pty, pipe and fifo.
Corinna Vinschen
- [PATCH] Cygwin: console: Add code to restore console mode on close.
Corinna Vinschen
- [PATCH] Cygwin: normalize_win32_path: allow drive without trailing backslash
Ken Brown
- [PATCH] Cygwin: pty: Fix state mismatch caused in octave gui.
Takashi Yano
- [PATCH] Cygwin: allow opening an AF_LOCAL/AF_UNIX socket with O_PATH
Ken Brown
- [PATCH v3 0/3] Support opening a symlink with O_PATH | O_NOFOLLOW
Ken Brown
- [PATCH v3 1/3] Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOW
Ken Brown
- [PATCH v3 2/3] Cygwin: readlinkat, fchownat: allow pathname to be empty
Ken Brown
- [PATCH v3 3/3] Cygwin: fstatat: support the AT_EMPTY_PATH flag
Ken Brown
- [PATCH] Cygwin: normalize_win32_path: allow drive without trailing backslash
Corinna Vinschen
- [PATCH] Cygwin: allow opening an AF_LOCAL/AF_UNIX socket with O_PATH
Corinna Vinschen
- [PATCH] Cygwin: allow opening an AF_LOCAL/AF_UNIX socket with O_PATH
Corinna Vinschen
- [PATCH v3 2/3] Cygwin: readlinkat, fchownat: allow pathname to be empty
Corinna Vinschen
- [PATCH v4 0/4] Support opening a symlink with O_PATH | O_NOFOLLOW
Ken Brown
- [PATCH v4 1/4] Cygwin: allow opening a symlink with O_PATH | O_NOFOLLOW
Ken Brown
- [PATCH v4 2/4] Cygwin: readlinkat: allow pathname to be empty
Ken Brown
- [PATCH v4 3/4] Cygwin: fstatat, fchownat: support the AT_EMPTY_PATH flag
Ken Brown
- [PATCH v4 4/4] Cygwin: document recent changes
Ken Brown
- [PATCH] Cygwin: allow opening an AF_LOCAL/AF_UNIX socket with O_PATH
Ken Brown
- [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Takashi Yano
- [PATCH] Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.
Takashi Yano
- [PATCH] Cygwin: allow opening an AF_LOCAL/AF_UNIX socket with O_PATH
Corinna Vinschen
- [PATCH v4 0/4] Support opening a symlink with O_PATH | O_NOFOLLOW
Corinna Vinschen
- [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Corinna Vinschen
- [PATCH] Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.
Corinna Vinschen
- [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Takashi Yano
- [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Jon Turney
- [PATCH v4 0/4] Support opening a symlink with O_PATH | O_NOFOLLOW
Ken Brown
- [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Ken Brown
- [PATCH v4 0/4] Support opening a symlink with O_PATH | O_NOFOLLOW
Corinna Vinschen
- [PATCH] Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.
Corinna Vinschen
- [PATCH] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Takashi Yano
- [PATCH v2] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Takashi Yano
- [PATCH] Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().
Takashi Yano
- [PATCH v2] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Corinna Vinschen
- [PATCH] Cygwin: pty: Fix reopening slave in push_to_pcon_screenbuffer().
Corinna Vinschen
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread.
Takashi Yano
- [PATCH] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH] Cygwin: allow opening an AF_LOCAL/AF_UNIX socket with O_PATH
Ken Brown
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH] Cygwin: pty: Add missing console API hooks.
Takashi Yano
- [PATCH] fhandler_proc.cc:format_proc_cpuinfo add rdpru flag
Brian Inglis
- [PATCH] Cygwin: pty: Remove close() call just before reopening slave.
Takashi Yano
- [PATCH] Cygwin: pty: Remove close() call just before reopening slave.
Corinna Vinschen
- [PATCH] fhandler_proc.cc:format_proc_cpuinfo add rdpru flag
Corinna Vinschen
- [PATCH] Cygwin: pty: Add missing console API hooks.
Corinna Vinschen
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Corinna Vinschen
- [PATCH] Cygwin: pty: Add missing console API hooks.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Koichi Murase
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Koichi Murase
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Koichi Murase
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH 0/3] Fix the O_PATH support for FIFOs
Ken Brown
- [PATCH 1/3] Cygwin: device_access_denied: return false if O_PATH is set
Ken Brown
- [PATCH 2/3] Cygwin: re-implement fhandler_fifo::open with O_PATH
Ken Brown
- [PATCH 3/3] Cygwin: FIFO: tweak fcntl and dup when O_PATH is set
Ken Brown
- [PATCH] fhandler_proc.cc:format_proc_cpuinfo add rdpru flag
Brian Inglis
- [PATCH 0/3] Fix the O_PATH support for FIFOs
Ken Brown
- [PATCH] Cygwin: pty: Add missing console API hooks.
Corinna Vinschen
- [PATCH 0/3] Fix the O_PATH support for FIFOs
Corinna Vinschen
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Corinna Vinschen
- [PATCH] Cygwin: console: Share readahead buffer within the same process.
Takashi Yano
- [PATCH] Cygwin: pty: Add missing console API hooks.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH v3] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH v4] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH] Cygwin: console: Share readahead buffer within the same process.
Corinna Vinschen
- [PATCH v2] Cygwin: pty: Revise code waiting for forwarding again.
Corinna Vinschen
- [PATCH v5] Cygwin: pty: Revise code waiting for forwarding again.
Takashi Yano
- [PATCH v2] Cygwin: console: Share readahead buffer within the same process.
Takashi Yano
- [PATCH 0/3] Some O_PATH fixes
Ken Brown
- [PATCH 1/3] Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag
Ken Brown
- [PATCH 2/3] Cygwin: fhandler_disk_file::fstatvfs: refactor
Ken Brown
- [PATCH 3/3] Cygwin: FIFO::fstatvfs: use our handle if O_PATH is set
Ken Brown
- [PATCH v5] Cygwin: pty: Revise code waiting for forwarding again.
Corinna Vinschen
- [PATCH v2] Cygwin: console: Share readahead buffer within the same process.
Corinna Vinschen
- [PATCH 0/3] Some O_PATH fixes
Corinna Vinschen
- [PATCH 0/3] Some O_PATH fixes
Ken Brown
- [PATCH 0/3] Some O_PATH fixes
Ken Brown
- [PATCH 0/3] Some O_PATH fixes
Ken Brown
- [PATCH 0/3] Some O_PATH fixes
Corinna Vinschen
- [PATCH 0/3] Some O_PATH fixes
Corinna Vinschen
- [PATCH 0/3] Some O_PATH fixes
Ken Brown
- [PATCH v2 0/5] Support opening an AF_LOCAL socket with O_PATH
Ken Brown
- [PATCH v2 1/5] Cygwin: AF_LOCAL: allow opening with the O_PATH flag
Ken Brown
- [PATCH v2 2/5] Cygwin: AF_LOCAL: set appropriate errno on system calls
Ken Brown
- [PATCH v2 3/5] Cygwin: AF_LOCAL::fstatvfs: use our handle if O_PATH is set
Ken Brown
- [PATCH v2 4/5] Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is set
Ken Brown
- [PATCH v2 5/5] Cygwin: document recent changes
Ken Brown
- [PATCH v2 0/5] Support opening an AF_LOCAL socket with O_PATH
Ken Brown
- [PATCH v2 4/5] Cygwin: AF_LOCAL: fix fcntl and dup if O_PATH is set
Corinna Vinschen
- [PATCH] Cygwin: fstat_helper: always use handle in call to get_file_attribute
Ken Brown
- [PATCH 0/3] Some O_PATH fixes
Ken Brown
- [PATCH] Cygwin: fstat_helper: always use handle in call to get_file_attribute
Corinna Vinschen
- [PATCH] Cygwin: console: Revise color setting codes in legacy console mode.
Takashi Yano
- [PATCH v2] Cygwin: console: Revise color setting codes in legacy console mode.
Takashi Yano
- [PATCH v2] Cygwin: console: Revise color setting codes in legacy console mode.
Corinna Vinschen
- [PATCH] Cygwin: pty: Remove meaningless pointer increment.
Takashi Yano
- [PATCH] Cygwin: pty: Remove meaningless pointer increment.
Corinna Vinschen
- [PATCH] Cygwin: pty: Use pinfo() rather than kill() with signal 0.
Takashi Yano
- [PATCH] Cygwin: pty: Use pinfo() rather than kill() with signal 0.
Corinna Vinschen
- [PATCH] Cygwin: pty: Use pinfo() rather than kill() with signal 0.
Takashi Yano
- [PATCH v2] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Thomas Wolff
- [PATCH 1/4] Cygwin: pty: Define mask_switch_to_pcon_in() in fhandler_tty.cc.
Takashi Yano
- [PATCH 2/4] Cygwin: pty: Avoid screen distortion on slave read.
Takashi Yano
- [PATCH 3/4] Cygwin: pty: Remove debug codes and organize related codes.
Takashi Yano
- [PATCH 4/4] Cygwin: pty: Add missing member initialization for struct pipe_reply.
Takashi Yano
- [PATCH] Cygwin: pty: Inherit typeahead data between two input pipes.
Takashi Yano
- [PATCH] Cygwin: pty: Fix state mismatch caused in mintty.
Takashi Yano
- [PATCH 0/4] Remove debug codes and organize with some fixes.
Takashi Yano
- [PATCH] Cygwin: pty: Use pinfo() rather than kill() with signal 0.
Takashi Yano
- [PATCH 0/4] Remove debug codes and organize with some fixes.
Corinna Vinschen
- [PATCH] Cygwin: pty: Inherit typeahead data between two input pipes.
Corinna Vinschen
- [PATCH] Cygwin: pty: Fix state mismatch caused in mintty.
Corinna Vinschen
- [PATCH v2] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Corinna Vinschen
- [PATCH] Cygwin: pty: Prevent potential errno overwriting.
Takashi Yano
- [PATCH] Cygwin: pty: Use pinfo() rather than kill() with signal 0.
Takashi Yano
- [PATCH v2] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Takashi Yano
- [PATCH] Cygwin: pty: Prevent potential errno overwriting.
Corinna Vinschen
- [PATCH] Cygwin: pty: Add error handling in setup_pseudoconsoe().
Takashi Yano
- [PATCH] Cygwin: pty: Add error handling in setup_pseudoconsoe().
Corinna Vinschen
- [PATCH] Cygwin: pty: Add error handling in setup_pseudoconsoe().
Takashi Yano
- [PATCH v2] Cygwin: pty: Add error handling in setup_pseudoconsole().
Takashi Yano
- [PATCH v2] Cygwin: pty: Introduce disable_pcon in environment CYGWIN.
Thomas Wolff
- [PATCH v2] Cygwin: pty: Add error handling in setup_pseudoconsole().
Corinna Vinschen
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Takashi Yano
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Corinna Vinschen
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Corinna Vinschen
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Takashi Yano
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Corinna Vinschen
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Takashi Yano
- [PATCH v2] Cygwin: console: Change timing of set/unset xterm compatible mode.
Takashi Yano
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Takashi Yano
- [PATCH] Cygwin: console: Fix code for restoring console mode.
Takashi Yano
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Corinna Vinschen
- [PATCH] Cygwin: console: Fix code for restoring console mode.
Corinna Vinschen
- [PATCH] Cygwin: console: Add guard for set/unset xterm compatible mode.
Takashi Yano
- [PATCH] Cygwin: console: Fix ioctl() FIONREAD.
Takashi Yano
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Takashi Yano
- [PATCH v2] Cygwin: console: Add guard for set/unset xterm compatible mode.
Takashi Yano
- [PATCH] Cygwin: console: Change timing of set/unset xterm compatible mode.
Takashi Yano
- [PATCH] Cygwin: console: Fix ioctl() FIONREAD.
Corinna Vinschen
- [PATCH v2] Cygwin: console: Add guard for set/unset xterm compatible mode.
Corinna Vinschen
- [PATCH v2] Cygwin: console: Add guard for set/unset xterm compatible mode.
Takashi Yano
- [PATCH v2] Cygwin: console: Add guard for set/unset xterm compatible mode.
Corinna Vinschen
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Takashi Yano
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Corinna Vinschen
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Corinna Vinschen
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Takashi Yano
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Corinna Vinschen
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Takashi Yano
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Corinna Vinschen
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Thomas Wolff
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Corinna Vinschen
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin-patches
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Corinna Vinschen
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Thomas Wolff
- [PATCH] Cygwin: console: Ignore 0x00 on write().
Corinna Vinschen
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Corinna Vinschen
- [PATCH] fhandler_proc/cpuinfo: support fast short REP MOVSB
Brian Inglis
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Corinna Vinschen
- [PATCH] fhandler_proc/cpuinfo: support fast short REP MOVSB
Corinna Vinschen
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
- [PATCH v2] Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Corinna Vinschen
- [PATCH v2] Cygwin: console: Fix segfault on shared_console_info access.
Corinna Vinschen
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Brian Inglis
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Corinna Vinschen
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Takashi Yano
- [PATCH 0/2] Modify handling of several ESC sequences in xterm mode.
Takashi Yano
- [PATCH 1/2] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
- [PATCH 2/2] Cygwin: console: Add support for REP escape sequence to xterm mode.
Takashi Yano
- [PATCH] Cygwin: console: Fix segfault on shared_console_info access.
Brian Inglis
- [PATCH] cpuinfo:power management: add proc_feedback, acc_power
Brian Inglis
- [PATCH 1/2] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
- [PATCH 1/2] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Corinna Vinschen
- [PATCH] cpuinfo:power management: add proc_feedback, acc_power
Corinna Vinschen
- [PATCH v2 0/4] Modify handling of several ESC sequences in xterm mode.
Takashi Yano
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
- [PATCH v2 2/4] Cygwin: console: Unify workaround code for CSI3J and CSI?1049h/l.
Takashi Yano
- [PATCH v2 3/4] Cygwin: console: Add support for REP escape sequence to xterm mode.
Takashi Yano
- [PATCH v2 4/4] Cygwin: console: Add emulation of CSI3J on Win10 1809.
Takashi Yano
- [PATCH] Cygwin: Update dumper for bfd API changes
Jon Turney
- [PATCH] Cygwin: Fix size of a buffer in the ps utility
Jon Turney
- [PATCH] Cygwin: Update dumper for bfd API changes
Corinna Vinschen
- [PATCH] Cygwin: Fix size of a buffer in the ps utility
Corinna Vinschen
- [PATCH v2 0/4] Modify handling of several ESC sequences in xterm mode.
Corinna Vinschen
- [PATCH] Cygwin: console: Adjust the detailed behaviour of ESC sequences.
Takashi Yano
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Jon Turney
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
- [PATCH] Cygwin: remove %esp from asm clobber list
Jon Turney
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Corinna Vinschen
- [PATCH] Cygwin: remove %esp from asm clobber list
Corinna Vinschen
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Corinna Vinschen
- [PATCH] Cygwin: console: Adjust the detailed behaviour of ESC sequences.
Corinna Vinschen
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Corinna Vinschen
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Corinna Vinschen
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Hans-Bernhard Bröker
- [PATCH] Cygwin: remove %esp from asm clobber list
Johannes Schindelin
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Hans-Bernhard Bröker
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Hans-Bernhard Bröker
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Takashi Yano
- [PATCH 0/4] Cygwin: console: Some fixes for console in xterm mode.
Takashi Yano
- [PATCH 1/4] Cygwin: console: Revise the code to fix tab position.
Takashi Yano
- [PATCH 2/4] Cygwin: console: Fix setting/unsetting xterm mode for input.
Takashi Yano
- [PATCH 3/4] Cygwin: console: Prevent buffer overrun.
Takashi Yano
- [PATCH 4/4] Cygwin: console: Add a workaround for "ESC 7" and "ESC 8".
Takashi Yano
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Corinna Vinschen
- [PATCH 0/4] Cygwin: console: Some fixes for console in xterm mode.
Corinna Vinschen
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Corinna Vinschen
- [PATCH v2 1/4] Cygwin: console: Add workaround for broken IL/DL in xterm mode.
Jon Turney
- /proc/partitions: add some space to avoid ragged output format
Thomas Wolff
- Copyright License waiver
Hans-Bernhard Bröker
- [PATCH 0/1] Handle wpbuf in a more C++ style
Hans-Bernhard Bröker
- [PATCH 1/1] Collect handling of wpixput and wpbuf into a helper class.
Hans-Bernhard Bröker
- /proc/partitions: add some space to avoid ragged output format
Brian Inglis
- [PATCH 1/1] Collect handling of wpixput and wpbuf into a helper class.
Takashi Yano
- /proc/partitions: add some space to avoid ragged output format
Thomas Wolff
- [PATCH 1/1] Collect handling of wpixput and wpbuf into a helper class.
Corinna Vinschen
- [PATCH 1/1] Collect handling of wpixput and wpbuf into a helper class.
Takashi Yano
- [PATCH 1/1] Collect handling of wpixput and wpbuf into a helper class.
Hans-Bernhard Bröker
- [PATCH 1/1] Collect handling of wpixput and wpbuf into a helper class.
Takashi Yano
- [PATCH] Cygwin: console: Fix behaviour of "ESC 8" after reset.
Takashi Yano
- [PATCH 0/2] wpbuf class-ification
Hans-Bernhard Bröker
- [PATCH 0/2] wpbuf class-ification
Hans-Bernhard Bröker
- [PATCH 1/2] Collect handling of wpixput and wpbuf into a helper class.
Hans-Bernhard Bröker
- [PATCH 2/2] Do not bother passing optional argument to WriteConsoleA.
Hans-Bernhard Bröker
- [PATCH 0/2] wpbuf class-ification
Hans-Bernhard Broeker
- [PATCH 1/2] Collect handling of wpixput and wpbuf into a helper class.
Hans-Bernhard Broeker
- [PATCH 2/2] Do not bother passing optional argument to WriteConsoleA.
Hans-Bernhard Broeker
- [PATCH] Cygwin: console: Fix behaviour of "ESC 8" after reset.
Takashi Yano
- [PATCH v2] Cygwin: console: Fix behaviour of "ESC 8" after reset.
Takashi Yano
- [PATCH 0/2] wpbuf class-ification
Corinna Vinschen
- [PATCH v2] Cygwin: console: Fix behaviour of "ESC 8" after reset.
Corinna Vinschen
- All You Need to Know About USB C to HDMI Cable
sales08@innovatetop.com
- [PATCH] Cygwin: pty: Add FreeConsole to destructor of pty slave.
Takashi Yano
- [PATCH] Cygwin: pty: Add FreeConsole to destructor of pty slave.
Corinna Vinschen
- [PATCH] Cygwin: pty: Add FreeConsole to destructor of pty slave.
Takashi Yano
- [PATCH] Cygwin: Use a separate Start Menu folder for WoW64 installs
Jon Turney
- [PATCH] Cygwin: Use a separate Start Menu folder for WoW64 installs
Corinna Vinschen
- [PATCH] Cygwin: Use a separate Start Menu folder for WoW64 installs
Corinna Vinschen
- [PATCH] Cygwin: Use a separate Start Menu folder for WoW64 installs
Jon Turney
- [PATCH] Cygwin: Use a separate Start Menu folder for WoW64 installs
Corinna Vinschen
- [PATCH] Cygwin: Use a separate Start Menu folder for WoW64 installs
Jon Turney
Last message date:
Thu Mar 19 16:43:41 GMT 2020
Archived on: Thu Mar 19 16:43:56 GMT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).