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

On 32-bit x86, get the vsyscall address from the AUX vector #963

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 17, 2024

  1. On 32-bit x86, get the vsyscall address from the AUX vector

    On 32-bit x86, get the vsyscall address from the AT_SYSINFO AUX vector
    entry, rather than looking it up in the vDSO. This avoids the need to
    link in all the vDSO code if it isn't otherwise needed. And, it's
    simpler, avoiding the need for the `rustix_int_0x80` function.
    sunfishcode committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b188a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c14ad View commit details
    Browse the repository at this point in the history