| Age | Commit message (Expand) | Author | Lines |
| 2021-03-10 | Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett | Dylan DPC | -1/+10 |
| 2021-03-10 | Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnay | Yuki Okushi | -2/+12 |
| 2021-03-09 | Do not attempt to unlock envlock in child process after a fork. | The8472 | -1/+10 |
| 2021-02-28 | unix: Non-mutable bufs in send_vectored_with_ancillary_to | LinkTed | -45/+48 |
| 2021-02-23 | Update outdated comment in unix Command. | Eric Huss | -0/+2 |
| 2021-02-23 | ExitStatus: Improve documentation re wait status vs exit status | Ian Jackson | -2/+12 |
| 2021-02-10 | Seal the CommandExt, OsStrExt and OsStringExt traits | Amanieu d'Antras | -13/+6 |
| 2021-01-21 | Add setgroups to std::os::unix::process::CommandExt | slo1 | -0/+18 |
| 2021-01-13 | Fix typo saeled -> sealed | David Tolnay | -1/+1 |
| 2021-01-13 | ExitStatusExt unix: Retrospectively seal this trait | Ian Jackson | -1/+15 |
| 2021-01-13 | unix ExitStatus: Add tracking issue to new methods | Ian Jackson | -4/+4 |
| 2021-01-13 | Replace `Ie` with `In other words` | Ian Jackson | -1/+1 |
| 2021-01-13 | Replace `Ie` with `In other words` | Ian Jackson | -1/+1 |
| 2021-01-13 | unix ExitStatus: Provide .continued() | Ian Jackson | -0/+11 |
| 2021-01-13 | unix ExitStatus: Provide .stopped_signal() | Ian Jackson | -0/+11 |
| 2021-01-13 | unix ExitStatus: Provide .core_dumped | Ian Jackson | -0/+8 |
| 2021-01-13 | unix ExitStatus: Provide .into_raw() | Ian Jackson | -0/+8 |
| 2021-01-13 | unix ExitStatus: Clarify docs for .signal() | Ian Jackson | -0/+2 |
| 2020-12-16 | Fix failing build of std on armv5te-unknown-linux-uclibceabi due to missing c... | Ondrej Perutka | -1/+5 |
| 2020-12-09 | Auto merge of #79387 - woodruffw-forks:ww/peer-cred-pid-macos, r=Amanieu | bors | -15/+57 |
| 2020-12-02 | Auto merge of #69864 - LinkTed:master, r=Amanieu | bors | -1771/+3058 |
| 2020-11-26 | Add comment for the previous android bug fix | LinkTed | -0/+4 |
| 2020-11-24 | Bug fix for android platform, because of the wrong behavior of CMSG_NXTHDR | LinkTed | -0/+19 |
| 2020-11-24 | ext/ucred: fmt check | William Woodruff | -26/+8 |
| 2020-11-24 | ext/ucred: Support PID in peer creds on macOS | William Woodruff | -5/+65 |
| 2020-11-14 | Disambiguate symlink argument names | David Tolnay | -3/+3 |
| 2020-11-04 | Fix docs for MacOs (again) | LinkTed | -1/+2 |
| 2020-11-03 | Fix docs for MacOs (correction) | LinkTed | -1/+2 |
| 2020-10-28 | Fix test cases for MacOs | LinkTed | -2/+28 |
| 2020-10-17 | Fix cannot find type `ucred` for MacOs by using fake definitions | LinkTed | -1/+1 |
| 2020-10-16 | Take some of sys/vxworks/process/* from sys/unix instead. | Mara Bos | -4/+20 |
| 2020-10-16 | Take sys/vxworks/{fd,fs,io} from sys/unix instead. | Mara Bos | -0/+7 |
| 2020-10-11 | Fix unresolved imports for `recv_vectored_with_ancillary_from`, `send_vector... | LinkTed | -0/+1 |
| 2020-10-10 | Fix unresolved link to `SocketAncillary` | LinkTed | -0/+2 |
| 2020-10-10 | Fix `libc` is ambiguous for Windows | LinkTed | -9/+6 |
| 2020-10-10 | Fix import errors for `#[cfg(doc)]` target | LinkTed | -2/+4 |
| 2020-10-10 | Add fake definitions for Windows | LinkTed | -0/+10 |
| 2020-10-10 | Fix imports for MacOs | LinkTed | -8/+4 |
| 2020-10-10 | Change imports for `cfg(doc)` | LinkTed | -30/+29 |
| 2020-10-10 | Remove `passcred` for `emscripten` | LinkTed | -4/+4 |
| 2020-10-10 | Remove unnecessary trailing semicolon | LinkTed | -1/+1 |
| 2020-10-10 | Fix type mismatching for different OSes. | LinkTed | -41/+105 |
| 2020-10-10 | Remove `SocketCred` for `emscripten` | LinkTed | -13/+9 |
| 2020-10-10 | Fix unused import for `IoSliceMut` for macos | LinkTed | -0/+9 |
| 2020-10-10 | Add conditional compilation for import | LinkTed | -0/+1 |
| 2020-10-10 | Fix cfg condition for test | LinkTed | -1/+1 |
| 2020-10-10 | Remove `target_os`, which does not have `SO_PASSCRED` constant in `libc` | LinkTed | -56/+5 |
| 2020-10-10 | Remove `target_os`, which does not have `cmsghdr` struct in `libc` | LinkTed | -12/+0 |
| 2020-10-10 | Remove `target_os`, which does not have `MSG_CMSG_CLOEXEC` constant in `libc` | LinkTed | -54/+31 |
| 2020-10-10 | Add the code of the tracking issue | LinkTed | -36/+36 |