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 unistd::close_range() #2153

Closed
wants to merge 5 commits into from
Closed

Commits on Oct 3, 2023

  1. Add unistd::close_range()

    This allows efficiently closing (or marking "close on exec") many file
    descriptiors at once without needing procfs.
    Chris Pick committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    82d3c02 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Add close_range PR link to changelog

    Chris Pick committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5a380d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    46bd488 View commit details
    Browse the repository at this point in the history
  2. Mark close_range I/O unsafe

    Chris Pick committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3e5d881 View commit details
    Browse the repository at this point in the history
  3. Add # Safety to close_range

    Chris Pick committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6129a9e View commit details
    Browse the repository at this point in the history