| Age | Commit message (Expand) | Author | Lines |
| 2021-04-22 | Apply suggestions from review | Christiaan Dirkx | -2/+2 |
| 2021-04-22 | Move most init to `sys::init` | Christiaan Dirkx | -25/+19 |
| 2021-04-22 | Remove `sys::args::Args::inner_debug` and use `Debug` instead | Christiaan Dirkx | -3/+4 |
| 2021-04-22 | Move all cleanup to `sys::cleanup` | Christiaan Dirkx | -1/+4 |
| 2021-04-22 | Rework `at_exit` to `cleanup` | Christiaan Dirkx | -8/+7 |
| 2021-04-21 | Move `sys_common::rwlock::StaticRWLock` etc. to `sys::unix::rwlock` | Christiaan Dirkx | -1/+53 |
| 2021-04-21 | Apply suggestions from code review | Christiaan Dirkx | -2/+4 |
| 2021-04-19 | Fix `vxworks` compilation errors | Christiaan Dirkx | -10/+23 |
| 2021-04-19 | Move `sys::vxworks` code to `sys::unix` | Christiaan Dirkx | -9/+279 |
| 2021-04-18 | Rename `NotSupported` to `Unsupported` | Christiaan Dirkx | -4/+7 |
| 2021-04-18 | Use `NotSupported` in more places | Christiaan Dirkx | -2/+2 |
| 2021-04-18 | Update `decode_error_kind` to decode os errors to `NotSupported` | Christiaan Dirkx | -0/+1 |
| 2021-04-18 | Add and insta-stabilize `std::io::ErrorKind::NotSupported` | Christiaan Dirkx | -1/+1 |
| 2021-04-15 | Rollup merge of #84177 - ehuss:join_paths-err, r=kennytm | Dylan DPC | -1/+1 |
| 2021-04-14 | Move `std::sys_common::alloc` to `std::sys::common` | Christiaan Dirkx | -1/+1 |
| 2021-04-13 | Fix join_paths error display. | Eric Huss | -1/+1 |
| 2021-04-02 | Rollup merge of #83771 - asomers:stack_overflow_freebsd, r=dtolnay | Dylan DPC | -7/+16 |
| 2021-04-01 | Fix stack overflow detection on FreeBSD 11.1+ | Alan Somers | -7/+16 |
| 2021-03-30 | Auto merge of #83170 - joshtriplett:spawn-cleanup, r=kennytm | bors | -33/+27 |
| 2021-03-30 | Rollup merge of #83374 - reyk:fix/bsd-ancillary, r=joshtriplett | Dylan DPC | -23/+34 |
| 2021-03-29 | Simplify Command::spawn (no semantic change) | Josh Triplett | -33/+27 |
| 2021-03-27 | Rollup merge of #83522 - pickfire:patch-6, r=JohnTitor | Dylan DPC | -5/+3 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -2/+2 |
| 2021-03-28 | Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2021-03-27 | Improve fs error open_from unix | Ivan Tham | -5/+3 |
| 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-25 | ExitStatus: print "exit status: {}" rather than "exit code: {}" | Ian Jackson | -3/+3 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -45/+57 |
| 2021-03-22 | Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-se | Dylan DPC | -36/+40 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -45/+57 |
| 2021-03-17 | Display error details when a `mmap` call fails | Yuki Okushi | -4/+6 |
| 2021-03-14 | Revert "Revert "use RWlock when accessing os::env #81850"" | The8472 | -12/+13 |
| 2021-03-11 | Auto merge of #82417 - the8472:fix-copy_file_range-append, r=m-ou-se | bors | -8/+28 |
| 2021-03-10 | Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett | Dylan DPC | -7/+19 |
| 2021-03-10 | Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnay | Yuki Okushi | -4/+57 |
| 2021-03-09 | Do not attempt to unlock envlock in child process after a fork. | The8472 | -7/+19 |
| 2021-03-09 | Always compile the fragile wait status test cases, just run them conditionally | Ian Jackson | -6/+7 |
| 2021-03-07 | Revert "use RWlock when accessing os::env #81850" | Eric Huss | -13/+12 |
| 2021-03-04 | ExitStatus tests: Make less legible to satisfy "tidy" | Ian Jackson | -2/+4 |
| 2021-03-04 | ExitStatus unknown wait status test: Make it Linux only | Ian Jackson | -1/+1 |
| 2021-03-04 | ExitStatus stop signal display test: Make it Linux only | Ian Jackson | -2/+7 |
| 2021-03-03 | Rollup merge of #82589 - LinkTed:master, r=joshtriplett | Yuki Okushi | -45/+48 |
| 2021-03-02 | Move `std::sys::unix::platform` to `std::sys::unix::ext` | Christiaan Dirkx | -36/+40 |
| 2021-02-28 | unix: Non-mutable bufs in send_vectored_with_ancillary_to | LinkTed | -45/+48 |
| 2021-02-27 | Remove the x86_64-rumprun-netbsd target | Simonas Kazlauskas | -4/+4 |
| 2021-02-27 | Rollup merge of #82473 - de-vri-es:android-x86-accept4, r=m-ou-se | Dylan DPC | -7/+1 |
| 2021-02-24 | Use libc::accept4 on Android instead of raw syscall. | Maarten de Vries | -7/+1 |