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

unistd: adding linux(glibc)/freebsd close_range. #2525

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2024

  1. unistd: adding linux(glibc)/freebsd close_range.

    Allows to close a range of file descriptors, can set close-on-exec
    on these and/or unsharing (as having its own file descriptors table
     after fork for the calling process).
    devnexen committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2d8a9de View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    devnexen committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    a09ca4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78f4ca2 View commit details
    Browse the repository at this point in the history
  4. update libc

    devnexen committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e67aeaa View commit details
    Browse the repository at this point in the history
  5. fix tests

    devnexen committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    7c83399 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. address some of the concerns

    devnexen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a3ca8a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6542200 View commit details
    Browse the repository at this point in the history
  3. doc addition

    devnexen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    bc14f95 View commit details
    Browse the repository at this point in the history