Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libbsd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • libbsd
  • libbsd
  • Merge requests
  • !11

closefrom: Use close_range() on Linux when available

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed cptpcrd requested to merge cptpcrd/libbsd:closefrom-closerange into master Feb 07, 2021
  • Overview 1
  • Commits 2
  • Pipelines 2
  • Changes 1

Linux 5.9 adds a close_range() syscall, which can be used to provide a more efficient closefrom().

Edited Feb 07, 2021 by cptpcrd
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: closefrom-closerange