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

Add exec option to mmap #53463

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Commits on Feb 25, 2024

  1. add exec kw to mmap

    fatteneder committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4f5742b View commit details
    Browse the repository at this point in the history
  2. implement exec for windows

    fatteneder committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0c2cd38 View commit details
    Browse the repository at this point in the history
  3. add tests

    fatteneder committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    0ac80b2 View commit details
    Browse the repository at this point in the history
  4. fix windows flags

    fatteneder committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f0e9393 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Configuration menu
    Copy the full SHA
    c641d85 View commit details
    Browse the repository at this point in the history
  2. update tests

    fatteneder committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9c0ba10 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    Co-authored-by: Kristoffer Carlsson <kcarlsson89@gmail.com>
    fatteneder and KristofferC committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0159a5a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. add MAP_JIT for apple

    fatteneder committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    5ecb880 View commit details
    Browse the repository at this point in the history
  2. fixup error check

    fatteneder committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cb0694a View commit details
    Browse the repository at this point in the history
  3. use exec=false as default

    fatteneder committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    4907cbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21a2a0c View commit details
    Browse the repository at this point in the history
  5. add note about macOS share and exec policy

    fix whitespaces
    fatteneder committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    b0502e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. update docstring

    fatteneder committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0be41d1 View commit details
    Browse the repository at this point in the history
  2. remove default value

    fatteneder committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c2f0301 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    c3c93e3 View commit details
    Browse the repository at this point in the history
  2. Remove senseless argument error

    Co-authored-by: Jameson Nash <vtjnash@gmail.com>
    fatteneder and vtjnash committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    b77258d View commit details
    Browse the repository at this point in the history
  3. Update docstring mmap

    Co-authored-by: Jameson Nash <vtjnash@gmail.com>
    fatteneder and vtjnash committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d199c5d View commit details
    Browse the repository at this point in the history
  4. fixup MAP_JIT usage on MacOS

    Co-authored-by: Jameson Nash <vtjnash@gmail.com>
    fatteneder and vtjnash committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    263e511 View commit details
    Browse the repository at this point in the history