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

Switch to using the arandom sysctl on NetBSD (same as FreeBSD). #115

Merged
merged 6 commits into from
Oct 23, 2019

Commits on Oct 20, 2019

  1. Switch to using the arandom sysctl on NetBSD (same as FreeBSD).

    Rename it from freebsd.rs to sysctl_arandom.rs.
    
    NetBSD has been patching rustc for some time to use the FreeBSD
    implementation because every single invocation of the compiler
    may drain from the entropy pool and cause the next to block.
    
    This can massively inflate build times for rust software, or cause
    it to fail entirely, especially in VMs (for example, our Xen package
    building cluster).
    alarixnia committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    02dad90 View commit details
    Browse the repository at this point in the history
  2. Disable use_file on NetBSD.

    alarixnia committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    46f8ac8 View commit details
    Browse the repository at this point in the history
  3. Document change to NetBSD

    alarixnia committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    52c6ca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. Configuration menu
    Copy the full SHA
    b0c085e View commit details
    Browse the repository at this point in the history
  2. Fixed Documentation Link

    josephlr committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    93b0760 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

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