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

[0.2] Backports #3975

Merged
merged 5 commits into from
Oct 16, 2024
Merged

[0.2] Backports #3975

merged 5 commits into from
Oct 16, 2024

Conversation

@rustbot
Copy link
Collaborator

rustbot commented Oct 16, 2024

r? @JohnTitor

rustbot has assigned @JohnTitor.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

devnexen and others added 4 commits October 16, 2024 01:44
(backport <rust-lang#3945>)
(cherry picked from commit 8924123)
Add `posix_spawn_file_actions_add[f]chdir_np`, as present in musl 1.1.24 and
above ([reference]).

[reference]: https://git.musl-libc.org/cgit/musl/commit/?id=74244e5b3ed4a61d99c5fc0967b69e5c9a753456

(backport <rust-lang#3949>)
(cherry picked from commit b68a159)
(backport <rust-lang#3973>)
(cherry picked from commit a4ef31b)
FreeBSD 15 is the unstable development release.  Currently its GCE
images available to Cirrus CI don't work because the solib version of
libmd was just bumped, and the package builders haven't yet caught up.

Issue rust-lang#3967

(backport <rust-lang#3974>)
(cherry picked from commit 9b0ccb1)
@tgross35 tgross35 added this pull request to the merge queue Oct 16, 2024
Merged via the queue into rust-lang:libc-0.2 with commit c49fe92 Oct 16, 2024
52 checks passed
@tgross35 tgross35 deleted the backport-raddish branch October 16, 2024 17:52
jieyouxu added a commit to jieyouxu/rust that referenced this pull request Oct 18, 2024
…joboet

Add getentropy for RTEMS

RTEMS provides the `getentropy` function.
Use this for providing random data.

This PR enables the `getentropy` function for the RTEMS operating system to get random data.
It is exposed via libc  (see rust-lang/libc#3975).
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Oct 18, 2024
Rollup merge of rust-lang#131774 - thesummer:rtems-add-getentropy, r=joboet

Add getentropy for RTEMS

RTEMS provides the `getentropy` function.
Use this for providing random data.

This PR enables the `getentropy` function for the RTEMS operating system to get random data.
It is exposed via libc  (see rust-lang/libc#3975).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants