| Age | Commit message (Expand) | Author | Lines |
| 2021-11-12 | Rollup merge of #90704 - ijackson:exitstatus-comments, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2021-11-11 | unix::ExitStatus: Add comment saying that it's a wait status | Ian Jackson | -0/+3 |
| 2021-11-05 | Also note tool expectations of fork vs clone3 | Josh Stone | -0/+2 |
| 2021-11-05 | Update another comment on fork vs. clone3 | Josh Stone | -2/+2 |
| 2021-11-05 | Only use `clone3` when needed for pidfd | Josh Stone | -7/+6 |
| 2021-10-15 | [fuchsia] Update process info struct | Joshua Seaton | -4/+7 |
| 2021-10-05 | Rollup merge of #88828 - FabianWolff:issue-88585, r=dtolnay | Manish Goregaokar | -3/+13 |
| 2021-10-03 | Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnay | Manish Goregaokar | -3/+21 |
| 2021-10-01 | Call `libc::sigaction()` only on Android | Fabian Wolff | -3/+14 |
| 2021-09-28 | Clean up unneeded explicit pointer cast | David Tolnay | -1/+1 |
| 2021-09-10 | Use `libc::sigaction()` instead of `sys::signal()` to prevent a deadlock | Fabian Wolff | -4/+3 |
| 2021-08-24 | Manual Debug for Unix ExitCode ExitStatus ExitStatusError | Ian Jackson | -3/+21 |
| 2021-08-24 | Remove unnecessary unsafe block in `process_unix` | Léo Lanteri Thauvin | -2/+1 |
| 2021-08-19 | Fix an unused import warning. | Dan Gohman | -1/+1 |
| 2021-08-19 | Update PidFd for the new I/O safety APIs. | Dan Gohman | -5/+11 |
| 2021-08-19 | I/O safety. | Dan Gohman | -7/+8 |
| 2021-08-10 | STD support for the ESP-IDF framework | ivmarkov | -0/+125 |
| 2021-08-01 | Auto merge of #81825 - voidc:pidfd, r=joshtriplett | bors | -3/+174 |
| 2021-07-21 | VxWorks does provide sigemptyset and sigaddset | Nicholas Baron | -1/+1 |
| 2021-07-21 | Add tracking issue and link to man-page | Dominik Stolz | -1/+1 |
| 2021-07-21 | Add PidFd type and seal traits | Dominik Stolz | -88/+155 |
| 2021-07-21 | Typo fix | Josh Triplett | -1/+1 |
| 2021-07-21 | Add Linux-specific pidfd process extensions | Aaron Hill | -6/+110 |
| 2021-07-10 | Change `weak!` and `linkat!` to macros 2.0 | Aris Merchant | -0/+8 |
| 2021-05-20 | Add `ExitStatusError` for `vxworks` | Christiaan Dirkx | -3/+29 |
| 2021-05-18 | Auto merge of #82973 - ijackson:exitstatuserror, r=yaahc | bors | -7/+52 |
| 2021-05-13 | Tolerate SIGTRAP for panic abort after panic::always_abort | Ian Jackson | -1/+1 |
| 2021-05-12 | Provide ExitStatusError | Ian Jackson | -7/+52 |
| 2021-05-07 | panic/fork test: Do not run on emscripten | Ian Jackson | -0/+1 |
| 2021-05-07 | panic ui test: Provide comprehensive test for panic after fork | Ian Jackson | -0/+3 |
| 2021-05-07 | panic tests: Command: Test that we do not unwind past fork | Ian Jackson | -0/+23 |
| 2021-05-07 | panic/fork: Command: Do not unwind after fork() in child | Ian Jackson | -0/+1 |
| 2021-05-02 | Change 'NULL' to 'null' | Brent Kerby | -1/+1 |
| 2021-04-21 | Apply suggestions from code review | Christiaan Dirkx | -2/+4 |
| 2021-04-19 | Fix `vxworks` compilation errors | Christiaan Dirkx | -2/+20 |
| 2021-04-19 | Move `sys::vxworks` code to `sys::unix` | Christiaan Dirkx | -8/+231 |
| 2021-03-29 | Simplify Command::spawn (no semantic change) | Josh Triplett | -33/+27 |
| 2021-03-28 | Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplett | Yuki Okushi | -3/+3 |
| 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 | -11/+20 |
| 2021-03-21 | Use io::Error::new_const everywhere to avoid allocations. | Mara Bos | -11/+20 |
| 2021-03-14 | Revert "Revert "use RWlock when accessing os::env #81850"" | The8472 | -3/+3 |
| 2021-03-10 | Rollup merge of #82949 - the8472:forget-envlock-on-fork, r=joshtriplett | Dylan DPC | -6/+9 |
| 2021-03-10 | Rollup merge of #82411 - ijackson:fix-exitstatus, r=dtolnay | Yuki Okushi | -2/+45 |
| 2021-03-09 | Do not attempt to unlock envlock in child process after a fork. | The8472 | -6/+9 |
| 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 | -3/+3 |
| 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 |