android: merge The412Banner build-p11-20260821 improvements, various updates - #35
Merged
Merged
Conversation
- WINE_FAST_YIELD fast-yield in NtYieldExecution (sync.c) - FEX unixlib loader: MemoryWineLoadUnixLibByName/Wow64/UnloadUnixLib, load_unixlib_by_name(), $PREFIX/lib/wine fallback search dir (both builds) - WINEVMEMMAXSIZE per-allocation VA cap (virtual.c) - vc4 bionic fixes: force_anon anonymous PE mappings (W^X/noexec safe), LC_ALL=C.UTF-8 on bionic, shell32 drive-root dir_len fix - enable xrandr/xrender in both build scripts
Header fixes only: alertable waits are supported (alert wake returns success with index == count, matching the kernel), handles are never 0 (slot 0 reserved, since 0 is the "no alert" sentinel in ntsync_wait_args.alert), and the region file is now named ntsync_userspace.vN.shm.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adopted changes from @The412Banner/proton-wine, build-p11-20260821
load_unixlib_by_name(), $PREFIX/lib/wine fallback search dir (both builds)
LC_ALL=C.UTF-8 on bionic, shell32 drive-root dir_len fix
Various updates: