Files
rust/library/std/src
Matthias Krüger a09115f3b4 Rollup merge of #89930 - cuviper:avoid-clone3, r=joshtriplett
Only use `clone3` when needed for pidfd

In #89522 we learned that `clone3` is interacting poorly with Gentoo's
`sandbox` tool. We only need that for the unstable pidfd extensions, so
otherwise avoid that and use a normal `fork`.

This is a re-application of beta #89924, now that we're aware that we need
more than just a temporary release fix. I also reverted 12fbabd27f, as
that was just fallout from using `clone3` instead of `fork`.

r? `@Mark-Simulacrum`
cc `@joshtriplett`
2021-11-10 23:04:25 +01:00
..
2021-10-25 22:44:41 -05:00
2021-10-25 22:44:41 -05:00
2021-02-06 13:05:56 +01:00
2021-11-06 16:13:14 +01:00
2021-05-19 15:52:09 +02:00
2020-09-02 17:37:40 -04:00
2021-10-04 10:29:46 +01:00
2021-10-25 22:44:41 -05:00
2021-10-25 22:44:41 -05:00
2021-11-09 19:11:01 -08:00
2021-08-01 11:19:24 -04:00
2021-10-19 15:02:21 +01:00