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

Fix #454, Better error translation on statvfs() #463

Merged

Commits on May 13, 2020

  1. Merge pull request nasa#458 from nasa/integration-candidate

    Integration Candidate COMBINED 2020-04-29 and 2020-05-06
    astrogeco authored May 13, 2020
    Configuration menu
    Copy the full SHA
    c2bcebb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Fix nasa#454, Better error translation on statvfs()

    The statvfs() call depends on the underlying filesystem
    supporting this.  On RTEMS, the IMFS filesystem type
    does not, and it returns the ENOSYS errno.  This is better
    translated to OS_ERR_NOT_IMPLEMENTED rather than OS_ERROR.
    jphickey committed May 14, 2020
    Configuration menu
    Copy the full SHA
    45c9742 View commit details
    Browse the repository at this point in the history