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 support for getrandom syscall on NetBSD ≥ 10.0 #331

Merged
merged 1 commit into from Jan 25, 2023

Commits on Jan 25, 2023

  1. Add support for getrandom syscall on NetBSD ≥ 10.0

    NetBSD supports the getrandom system call since version 10.0 [1].
    Use it if available, otherwise fall back to kern.arandom like on
    FreeBSD.
    
    [1] https://man.netbsd.org/getrandom.2
    tklauser committed Jan 25, 2023
    Copy the full SHA
    489f1e4 View commit details
    Browse the repository at this point in the history