-
Notifications
You must be signed in to change notification settings - Fork 113
Foundation types: platform traits, event extensions, sync changes, AnyMap clone #743
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
Closed
wdcui
wants to merge
24
commits into
wdcui/stacked/pr2-packager-crossplatform
from
wdcui/stacked/pr3-foundation-types
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
11e31ae
Trampoline format: redzone reservation, R11 restart, RIP-relative re-…
wdcui 8b5a4ba
Fix CI: 32-bit build, Windows redzone callback, rustfmt
wdcui aa7dd83
Runtime ELF patching and rtld_audit removal
wdcui 6620fc7
Fix Windows CI: suppress dead_code warning for syscall_callback extern
wdcui e50aa0a
Fix Windows CI: remove rtld_audit.so from Windows test (incompatible …
wdcui 9729fed
Windows: preserve guest R11 across syscall callback via TEB.Arbitrary…
wdcui cc10a9a
Remove rtld_audit, fix RFLAGS on Windows, simplify callback dispatch,…
wdcui bfa1587
Clean up rewriter: remove unit tests, revert bun footer to suffix che…
wdcui 8bd36f4
Fix signal handler to check both callback entry points, add short-rea…
wdcui 35d845d
Fix integration tests: replace OUT_DIR with CARGO_TARGET_TMPDIR
wdcui e8561c8
Cross-platform packager: remove Linux-only gates, add OCI symlink res…
wdcui 5c35d84
Fix OCI whiteout symlink pruning and degenerate symlink target resolu…
wdcui 1eec9f3
Remove no-op build.rs from litebox_packager (rtld_audit fully removed)
wdcui 41d4da7
Preserve tar header permissions for cross-platform OCI extraction
wdcui d880f73
Prune dead observers on registration
wdcui 6c425be
Add Clone support to AnyMap via type-erased clone functions
wdcui 8adb37c
Add needs_host_poll() and should_block_read() to IOPollable
wdcui 5dedca6
Add noreserve parameter to allocate_pages and fix copy_pages chunk le…
wdcui 7c4d62e
Misc cleanup: pub(crate) mock fields, log_println allow, current_proc…
wdcui eedd3b9
Add RawMessageProvider trait and expand SendError/ReceiveError variants
wdcui 88a6274
Expand StdioProvider with terminal types and nonblocking stdin
wdcui 9585932
Add AddressSpaceProvider trait for multi-process address space manage…
wdcui 7794e90
Add address_space_id parameter to futex wait/wake for multi-process s…
wdcui 870206f
Add trace_fs feature gate for conditional DebugLogProvider bound
wdcui File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes should be factored out into a separate PR, they are orthogonal to the rest of the changes here.