summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/process.rs
AgeCommit message (Expand)AuthorLines
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-0/+18
2021-01-13Fix typo saeled -> sealedDavid Tolnay-1/+1
2021-01-13ExitStatusExt unix: Retrospectively seal this traitIan Jackson-1/+15
2021-01-13unix ExitStatus: Add tracking issue to new methodsIan Jackson-4/+4
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13Replace `Ie` with `In other words`Ian Jackson-1/+1
2021-01-13unix ExitStatus: Provide .continued()Ian Jackson-0/+11
2021-01-13unix ExitStatus: Provide .stopped_signal()Ian Jackson-0/+11
2021-01-13unix ExitStatus: Provide .core_dumpedIan Jackson-0/+8
2021-01-13unix ExitStatus: Provide .into_raw()Ian Jackson-0/+8
2021-01-13unix ExitStatus: Clarify docs for .signal()Ian Jackson-0/+2
2020-10-16Take some of sys/vxworks/process/* from sys/unix instead.Mara Bos-4/+20
2020-08-19Switch to intra-doc links in /src/sys/unix/ext/*.rsPrabakaran Kumaresshan-7/+1
2020-07-27mv std libs to library/mark-0/+234