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

src: unify Linux and FreeBSD large pages implem #32534

Commits on Mar 28, 2020

  1. src: unify Linux and FreeBSD large pages implem

    dl_iterate_phdr(3) is also available for FreeBSD. This change adds the
    same trimming code for the start and end of the .text section as on
    Linux, making it work on FreeBSD, and removing the need for the
    additional FreeBSD-specific check.
    
    Manually tested on
      * https://www.osboxes.org/freebsd/#freebsd-12-1-vbox
      * https://www.osboxes.org/freebsd/#freebsd-11-vbox
      * test-digitalocean-freebsd11-x64-2
    Gabriel Schulhof committed Mar 28, 2020
    Copy the full SHA
    5457085 View commit details
    Browse the repository at this point in the history
  2. restore redundancy for the sake of OSX

    Gabriel Schulhof committed Mar 28, 2020
    Copy the full SHA
    e29bd96 View commit details
    Browse the repository at this point in the history