Files
rust/library/std/src
The 8472 fa4a62b066 use PIDFD_GET_INFO ioctl when available
This way using pidfd_spawnp won't have to rely on procfs, avoiding an unpleasant edge-case
where the child is spawned but we can't get the pid.
And `pidfd.{try_}wait` will be able to return the exit status even after a process has been reaped.
At least on newer kernels.
2026-01-06 01:13:09 +01:00
..
2023-12-10 10:56:22 +08:00
2024-11-02 11:27:14 +01:00
2025-01-11 06:35:21 +02:00
2025-12-15 14:00:37 +01:00
2024-04-08 11:57:17 +00:00
2025-02-07 16:54:07 +01:00