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

Unconditionally use libc::getrandom on FreeBSD #416

Merged
merged 2 commits into from
May 2, 2024

Commits on May 2, 2024

  1. Unconditionally use libc::getrandom on FreeBSD

    Rust's minimum version is now FreeBSD 12, so we can drop the fallback
    code. We have to keep the NetBSD fallback code as NetBSD 10 is still
    quite new.
    
    Signed-off-by: Joe Richey <[email protected]>
    josephlr committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b33d6bf View commit details
    Browse the repository at this point in the history
  2. Rename to netbsd.rs

    Signed-off-by: Joe Richey <[email protected]>
    josephlr committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cbdcc67 View commit details
    Browse the repository at this point in the history