-
Notifications
You must be signed in to change notification settings - Fork 380
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
Implement arc4random_buf for FreeBSD, Solarish #3914
Labels
A-freebsd
Area: affects our FreeBSD target support
A-shims
Area: This affects the external function shims
A-solarish
Area: affects our Solaris/Illumos target support
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-first-issue
A good way to start contributing, mentoring is available
Comments
Merged
devnexen
added a commit
to devnexen/miri
that referenced
this issue
Sep 26, 2024
devnexen
added a commit
to devnexen/miri
that referenced
this issue
Sep 26, 2024
devnexen
added a commit
to devnexen/miri
that referenced
this issue
Sep 28, 2024
devnexen
added a commit
to devnexen/miri
that referenced
this issue
Sep 28, 2024
devnexen
added a commit
to devnexen/miri
that referenced
this issue
Sep 28, 2024
devnexen
added a commit
to devnexen/miri
that referenced
this issue
Sep 28, 2024
bors
added a commit
that referenced
this issue
Sep 28, 2024
implements arc4random_buf shim for freebsd/solarish platforms. close #3914
bors
added a commit
that referenced
this issue
Sep 28, 2024
implements arc4random_buf shim for freebsd/solarish platforms. close #3914
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-freebsd
Area: affects our FreeBSD target support
A-shims
Area: This affects the external function shims
A-solarish
Area: affects our Solaris/Illumos target support
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-first-issue
A good way to start contributing, mentoring is available
Ever since rust-lang/rust#129201, HashMap no longer works on FreeBSD and Solarish targets since we don't have a shim for
arc4random_buf
. So to get back basic std support, that shim should be implemented.Cc @devnexen (listed target maintainer for Solarish)
The text was updated successfully, but these errors were encountered: