summary refs log tree commit diff
path: root/library/std/src/sys/unix/ext/process.rs
AgeCommit message (Expand)AuthorLines
2021-03-10Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplettDylan DPC-1/+10
2021-03-10Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnayYuki Okushi-2/+12
2021-03-09Do not attempt to unlock envlock in child process after a fork.The8472-1/+10
2021-02-23Update outdated comment in unix Command.Eric Huss-0/+2
2021-02-23ExitStatus: Improve documentation re wait status vs exit statusIan Jackson-2/+12
2021-02-10Seal the CommandExt, OsStrExt and OsStringExt traitsAmanieu d'Antras-13/+6
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