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

Implement arc4random_buf for FreeBSD, Solarish #3914

Closed
RalfJung opened this issue Sep 25, 2024 · 0 comments · Fixed by #3918
Closed

Implement arc4random_buf for FreeBSD, Solarish #3914

RalfJung opened this issue Sep 25, 2024 · 0 comments · Fixed by #3918
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

@RalfJung
Copy link
Member

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)

@RalfJung RalfJung added 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 labels Sep 25, 2024
@RalfJung RalfJung added the E-good-first-issue A good way to start contributing, mentoring is available label Sep 25, 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 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
@bors bors closed this as completed in 3fec800 Sep 28, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant