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

freebsd: fix the 'df' command #5462

Merged
merged 2 commits into from
Oct 29, 2023
Merged

freebsd: fix the 'df' command #5462

merged 2 commits into from
Oct 29, 2023

Commits on Oct 27, 2023

  1. freebsd: fix the 'df' command

    df, and perhaps other commands, get the list of the mounted filesystems
    with the call to getmntinfo(3).  Since Rust still use FreeBSD 11.x ABI
    for filesystem metadata call, it should use matching versioned symbol for
    getmntinfo from libc.
    kostikbel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    11f56a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f63ae6 View commit details
    Browse the repository at this point in the history