| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-18 | add ChildExt(::send_signal) | Jeremy Smart | -1/+5 | |
| 2025-04-04 | Move fd into sys | Thalia Archibald | -1/+1 | |
| 2025-02-13 | std: Apply fixes for tail drop expressions | Eric Huss | -2/+2 | |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -5/+6 | |
| 2024-06-25 | Check that we get somewhat sane PIDs when spawning with pidfds | The 8472 | -0/+3 | |
| 2024-06-25 | use pidfd_spawn for faster process creation when pidfds are requested | The 8472 | -2/+11 | |
| 2024-06-22 | to extract a pidfd we must consume the child | The 8472 | -3/+2 | |
| As long as a pidfd is on a child it can be safely reaped. Taking it would mean the child would now have to be awaited through its pid, but could also be awaited through the pidfd. This could then suffer from a recycling race. | ||||
| 2024-06-22 | Add PidFd::{kill, wait, try_wait} | The 8472 | -0/+165 | |
