Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New msys2-runtime version] 2 new items #5287

Open
github-actions bot opened this issue Dec 1, 2024 · 0 comments
Open

[New msys2-runtime version] 2 new items #5287

github-actions bot opened this issue Dec 1, 2024 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Dec 1, 2024

[New msys2-runtime version] Cygwin: uname: add host machine tag to sysname.

Cygwin: uname: add host machine tag to sysname.

If the Cygwin dll's architecture is different from the host system's
architecture, append an additional tag that indicates the host system
architecture (the Cygwin dll's architecture is already indicated in
machine).

Signed-off-by: Jeremy Drake <[email protected]>
(cherry picked from commit 7923059bff6c120c6fb74b63c7553ea345c0a8f3)

msys2/msys2-runtime@8d847f4

[New msys2-runtime version] Cygwin: cache IsWow64Process2 host arch in wincap.

Cygwin: cache IsWow64Process2 host arch in wincap.

This was already used in the FAST_CWD check, and could be used in a
couple other places.

I found the "emulated"/process value returned from the function largely
useless, so I did not cache it.  It is useless because, as the docs say,
it is set to IMAGE_FILE_MACHINE_UNKNOWN (0) if the process is not
running under WOW64, but Microsoft also doesn't consider x64-on-ARM64 to
be WOW64, so it is set to 0 regardless if the process is ARM64 or x64.
You can tell the difference via
GetProcessInformation(ProcessMachineTypeInfo), but for the current
process even that's overkill: what we really want to know is the
IMAGE_FILE_MACHINE_* constant for the Cygwin dll itself, which is
conveniently located in memory already, so cache that in wincap also for
easy comparisons.

Signed-off-by: Jeremy Drake <[email protected]>
(cherry picked from commit 46f7bcc1e575826f6d3e4a5770ae61423d9be5a9)

msys2/msys2-runtime@fe383b0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants