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

x/sys/unix: add linux cachestat system call #176

Closed
wants to merge 3 commits into from

Commits on Oct 7, 2023

  1. x/sys/unix: add cachestat system call

    The cachestat system call is an alternative to mincore that
    offers more extensive page cache statistics, aiming to enhance
    scalability. It was added on Linux 6.5.
    
    Fixes golang/go#61917
    mauri870 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a119a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    909e5b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

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