about summary refs log tree commit diff
path: root/library/std/src/os/linux/process.rs
AgeCommit message (Expand)AuthorLines
2021-09-17modify std::os docs to be more consistentSachin Cherian-1/+3
2021-08-19Update PidFd for the new I/O safety APIs.Dan Gohman-4/+22
2021-08-04Re-use std::sealed::Sealed in os/linux/process.Mara Bos-12/+3
2021-08-01Add dummy FileDesc struct for doc targetDominik Stolz-0/+4
2021-07-21Add tracking issue and link to man-pageDominik Stolz-2/+3
2021-07-21Add PidFd type and seal traitsDominik Stolz-22/+124
2021-07-21Add Linux-specific pidfd process extensionsAaron Hill-0/+47