| Age | Commit message (Expand) | Author | Lines |
| 2021-02-15 | Rollup merge of #81975 - Amanieu:seal2, r=m-ou-se | Jonas Schievink | -13/+6 |
| 2021-02-10 | Seal the CommandExt, OsStrExt and OsStringExt traits | Amanieu d'Antras | -13/+6 |
| 2021-02-09 | split guard into read and write types | The8472 | -2/+2 |
| 2021-02-08 | introduce StaticRWLock wrapper to make methods safe | The8472 | -11/+12 |
| 2021-02-08 | avoid &mut on the read path since it now allows concurrent readers | The8472 | -1/+1 |
| 2021-02-07 | use rwlock for accessing ENV | The8472 | -11/+11 |
| 2021-01-21 | Add setgroups to std::os::unix::process::CommandExt | slo1 | -7/+41 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+0 |
| 2021-01-17 | Don't use posix_spawn_file_actions_addchdir_np on macOS. | Eric Huss | -4/+14 |
| 2021-01-14 | Rollup merge of #79982 - ijackson:exit-status, r=dtolnay | Mara Bos | -2/+116 |
| 2021-01-13 | Fix typos in Fuchsia unix_process_wait_more | David Tolnay | -2/+2 |
| 2021-01-13 | ExitStatusExt: Fix build on Fuchsia | Ian Jackson | -0/+44 |
| 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/+15 |
| 2021-01-13 | unix ExitStatus: Provide .stopped_signal() | Ian Jackson | -0/+15 |
| 2021-01-13 | unix ExitStatus: Provide .core_dumped | Ian Jackson | -0/+12 |
| 2021-01-13 | unix ExitStatus: Provide .into_raw() | Ian Jackson | -0/+12 |
| 2021-01-13 | unix ExitStatus: Clarify docs for .signal() | Ian Jackson | -0/+2 |
| 2021-01-13 | unix ExitStatus: Do not treat WIFSTOPPED as WIFSIGNALED | Ian Jackson | -1/+1 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -1/+1 |
| 2020-12-29 | Fix small typo in time comment | BlackHoleFox | -1/+1 |
| 2020-12-21 | Auto merge of #80088 - operutka:fix-cmsg-len-uclibc, r=dtolnay | bors | -1/+5 |
| 2020-12-20 | Auto merge of #74699 - notriddle:fd-non-negative, r=m-ou-se | bors | -2/+9 |
| 2020-12-20 | Check that c_int is i32 in FileDesc::new. | Mara Bos | -1/+1 |
| 2020-12-16 | Fix failing build of std on armv5te-unknown-linux-uclibceabi due to missing c... | Ondrej Perutka | -1/+5 |
| 2020-12-10 | Rollup merge of #79375 - vext01:kernel-copy-temps, r=bjorn3 | Tyler Mandry | -8/+11 |
| 2020-12-10 | Fix fd test case | Michael Howell | -1/+1 |
| 2020-12-10 | Add safety note to library/std/src/sys/unix/fd.rs | Michael Howell | -0/+1 |
| 2020-12-10 | Mark `-1` as an available niche for file descriptors | Michael Howell | -1/+7 |
| 2020-12-09 | Improve comment grammar | The8472 | -2/+2 |
| 2020-12-09 | implement better availability probing for copy_file_range | The8472 | -34/+48 |
| 2020-12-09 | Auto merge of #79387 - woodruffw-forks:ww/peer-cred-pid-macos, r=Amanieu | bors | -15/+57 |
| 2020-12-03 | Make the kernel_copy tests more robust/concurrent. | Edd Barrett | -8/+11 |
| 2020-12-03 | fix copy specialization not updating Take wrappers | The8472 | -14/+45 |
| 2020-12-02 | update test to check Take limits after copying | The8472 | -2/+9 |
| 2020-12-02 | Auto merge of #69864 - LinkTed:master, r=Amanieu | bors | -1771/+3097 |
| 2020-12-01 | Leverage kernel copy for UnixStream | Nicolas Koch | -0/+29 |
| 2020-12-01 | Add benchmark for File to UnixStream copy | Nicolas Koch | -0/+29 |
| 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-20 | Auto merge of #79196 - RalfJung:syscall, r=m-ou-se | bors | -1/+1 |
| 2020-11-20 | unix/weak: pass arguments to syscall at the given type | Ralf Jung | -1/+1 |
| 2020-11-19 | Auto merge of #79060 - dtolnay:symlinkarg, r=Mark-Simulacrum | bors | -12/+12 |
| 2020-11-18 | Rollup merge of #79039 - thomcc:weakly-relaxing, r=Amanieu | Mara Bos | -6/+40 |