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 a Statfs::flags method #1849

Merged
merged 4 commits into from Oct 24, 2022
Merged

Add a Statfs::flags method #1849

merged 4 commits into from Oct 24, 2022

Commits on Oct 23, 2022

  1. Copy the full SHA
    0696987 View commit details
    Browse the repository at this point in the history
  2. On Linux-like operating systems, use statfs64 instead of statfs.

    And fstatfs64 instead of fstatfs.
    asomers committed Oct 23, 2022
    Copy the full SHA
    d6fdd59 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Copy the full SHA
    3f66d1f View commit details
    Browse the repository at this point in the history
  2. Add a Statfs::flags method

    It returns the mount flags on the BSDs.  On Linux, it returns a slightly
    different set of flags.
    asomers committed Oct 24, 2022
    Copy the full SHA
    b2c0361 View commit details
    Browse the repository at this point in the history