Re: Use udis86 to walk x64 machine code in find_fast_cwd_pointer

2025-03-20 Thread Jeremy Drake via Cygwin-patches
On Thu, 20 Mar 2025, Corinna Vinschen wrote: > On Mar 20 15:03, Corinna Vinschen wrote: > > On Mar 18 22:11, Jeremy Drake via Cygwin-patches wrote: > > > On Tue, 18 Mar 2025, Corinna Vinschen wrote: > > > > > > > Subdir of winsup/cygwin, probably. What I'm most curious about is the > > > > size i

[PATCH] Cygwin: console: tty::restore really restores the previous mode

2025-03-20 Thread Takashi Yano
Previously, tty::restore sets the console mode to a predetermined console mode that is widely common for many non-cygwin console apps. So, if a non-cygwin app that is started from cygwin process changes the console mode and executes cygwin sub-process, the console mode is changed to the predetermin

Re: Use udis86 to walk x64 machine code in find_fast_cwd_pointer

2025-03-20 Thread Corinna Vinschen
On Mar 18 22:11, Jeremy Drake via Cygwin-patches wrote: > On Tue, 18 Mar 2025, Corinna Vinschen wrote: > > > Subdir of winsup/cygwin, probably. What I'm most curious about is the > > size it adds to the DLL. I wonder if, say, an extra 32K is really > > usefully spent, given it only checks a smal

Re: Use udis86 to walk x64 machine code in find_fast_cwd_pointer

2025-03-20 Thread Corinna Vinschen
On Mar 20 15:03, Corinna Vinschen wrote: > On Mar 18 22:11, Jeremy Drake via Cygwin-patches wrote: > > On Tue, 18 Mar 2025, Corinna Vinschen wrote: > > > > > Subdir of winsup/cygwin, probably. What I'm most curious about is the > > > size it adds to the DLL. I wonder if, say, an extra 32K is rea