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

posix: check glibc version for ::close_range function #378

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on May 30, 2024

  1. Fixed close_range with MUSL

    dchansen authored May 30, 2024
    Configuration menu
    Copy the full SHA
    6030547 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    90fdc37 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. posix: added proper close_range checks for musl and glibc, added raw …

    …close_range syscall support
    Timur Chernykh committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fafb6c7 View commit details
    Browse the repository at this point in the history
  2. posix: add possibility to explicitly disable usage of ::close_range s…

    …yscall on linux
    Timur Chernykh committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    32f2897 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ee0df1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    40350de View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    fb90b72 View commit details
    Browse the repository at this point in the history