| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Move `std::sys::unix::ext` to `std::os::unix` | Christiaan Dirkx | -5373/+0 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -2/+2 |
| 2021-04-30 | Add std::os::unix::fs::chroot to change the root directory of the current pro... | Josh Triplett | -0/+26 |
| 2021-04-25 | Inline most raw socket, fd and handle conversions | KaiJewson | -0/+31 |
| 2021-04-19 | Move `sys::vxworks` code to `sys::unix` | Christiaan Dirkx | -0/+2 |
| 2021-03-30 | Rollup merge of #83374 - reyk:fix/bsd-ancillary, r=joshtriplett | Dylan DPC | -23/+34 |
| 2021-03-26 | unix: Fix feature(unix_socket_ancillary_data) on macos and other BSDs | Reyk Floeter | -23/+34 |
| 2021-03-26 | Use iter::zip in library/ | Josh Stone | -2/+2 |
| 2021-03-26 | Rollup merge of #83463 - ijackson:exitstatusext-doc-grammar, r=kennytm | Dylan DPC | -2/+2 |
| 2021-03-25 | ExitStatusExt: Fix missing word in two docs messages | Ian Jackson | -2/+2 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -9/+9 |
| 2021-03-22 | Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-se | Dylan DPC | -4/+40 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -9/+9 |
| 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-03-02 | Move `std::sys::unix::platform` to `std::sys::unix::ext` | Christiaan Dirkx | -4/+40 |
| 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 |