| Age | Commit message (Expand) | Author | Lines |
| 2023-09-03 | Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz... | Fulgen301 | -1/+1 |
| 2023-09-03 | Use std::io::Error::is_interrupted everywhere | Ben Kimock | -6/+6 |
| 2023-09-03 | Move RawOsError defination to sys | Ayush Singh | -0/+2 |
| 2023-09-02 | Rollup merge of #115443 - epage:os_str, r=cuviper | Matthias Krüger | -35/+35 |
| 2023-09-01 | fix(std): Rename os_str_bytes to encoded_bytes | Ed Page | -35/+35 |
| 2023-09-01 | kmc-solid: Refactor `is_interrupted` to avoid integer overflow | Tomoaki Kawada | -2/+1 |
| 2023-09-01 | kmc-solid: Directly delegate to `net::is_interrupted` in `std::sys::solid::is... | Tomoaki Kawada | -6/+1 |
| 2023-08-29 | std::thread::set_name exploit the return on haiku | David CARLIER | -1/+3 |
| 2023-08-29 | Auto merge of #115312 - hermitcore:hermit-is_interrupted, r=thomcc | bors | -0/+5 |
| 2023-08-29 | Auto merge of #115309 - hermitcore:hermit-net-init, r=cuviper | bors | -8/+1 |
| 2023-08-28 | Remove old bindings that have been moved | Chris Denton | -7/+1 |
| 2023-08-28 | Add GetActiveProcessorCount and process attributes | Chris Denton | -0/+7 |
| 2023-08-28 | Abstract over internal `SOCKET` type | Chris Denton | -16/+22 |
| 2023-08-28 | Update windows ffi bindings | Chris Denton | -98/+82 |
| 2023-08-28 | Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDenton | bors | -2/+152 |
| 2023-08-28 | fix(sys/hermit): add is_interrupted | Martin Kröning | -0/+5 |
| 2023-08-28 | fix(sys/hermit): remove obsolete network initialization | Martin Kröning | -8/+1 |
| 2023-08-26 | wasi: round up the size for `aligned_alloc` | Josh Stone | -1/+5 |
| 2023-08-26 | Auto merge of #115228 - saethlin:is-interrupted, r=thomcc | bors | -0/+46 |
| 2023-08-25 | Add a new helper to avoid calling io::Error::kind | Ben Kimock | -0/+46 |
| 2023-08-25 | Added option to set ProcThreadAttributes for Windows processes | Michael van Straten | -2/+152 |
| 2023-08-24 | Rollup merge of #115124 - solid-rs:patch/kmc-solid/import-poison-error-in-os,... | Weihang Lo | -1/+1 |
| 2023-08-24 | also use 'env' for printing unsetting | Ralf Jung | -7/+3 |
| 2023-08-24 | also print clearing the environment entirely | Ralf Jung | -12/+17 |
| 2023-08-24 | make unsetting env vars print as executable command | Ralf Jung | -2/+16 |
| 2023-08-24 | Command: also print removed env vars | Ralf Jung | -0/+2 |
| 2023-08-23 | Rollup merge of #114696 - g0djan:godjan/fix_114610, r=Mark-Simulacrum | Guillaume Gomez | -0/+8 |
| 2023-08-23 | kmc-solid: Import `std::sync::PoisonError` in `std::sys::solid::os` | Tomoaki Kawada | -1/+1 |
| 2023-08-22 | std: unix process_unsupported: Provide a wait status emulation (tidy) | Ian Jackson | -36/+39 |
| 2023-08-22 | fixup! std: unix process: Test exit statuses / wait statuses | Ian Jackson | -1/+1 |
| 2023-08-22 | std: unix process_unsupported: Provide a wait status emulation (fmt) | Ian Jackson | -15/+3 |
| 2023-08-22 | fixup! std: unix process_unsupported: Provide a wait status emulation | Ian Jackson | -1/+1 |
| 2023-08-22 | std: unix process: Test exit statuses / wait statuses | Ian Jackson | -0/+33 |
| 2023-08-22 | std: unix process_unsupported: Provide a wait status emulation | Ian Jackson | -50/+120 |
| 2023-08-22 | std: xous: add support for locks | Sean Cross | -1/+306 |
| 2023-08-22 | std: xous: add thread_local_key | Sean Cross | -1/+190 |
| 2023-08-22 | std: xous: add thread support | Sean Cross | -1/+144 |
| 2023-08-22 | std: xous: add support for time | Sean Cross | -1/+57 |
| 2023-08-22 | std: xous: add output support for stdio | Sean Cross | -1/+131 |
| 2023-08-22 | std: xous: add alloc support | Sean Cross | -1/+62 |
| 2023-08-22 | std: xous: the basics of `os` | Sean Cross | -1/+147 |
| 2023-08-22 | libstd: add xous to libstd | Sean Cross | -0/+47 |
| 2023-08-20 | Rollup merge of #114968 - ShE3py:unix-getsetenv-ub, r=thomcc | Matthias Krüger | -27/+47 |
| 2023-08-19 | Usage zero as language id for FormatMessageW() | Charles Lew | -6/+2 |
| 2023-08-18 | Fix UB in `std::sys::os::getenv()` | ShE3py | -27/+47 |
| 2023-08-18 | QNX: pass a truncated thread name to the OS | Jorge Aparicio | -0/+4 |
| 2023-08-16 | address comments | Georgii Rylov | -11/+7 |
| 2023-08-16 | Fix a pthread_t handle leak #114610 | Georgii Rylov | -0/+12 |
| 2023-08-15 | Rollup merge of #114619 - g0djan:godjan/fix_#114608, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2023-08-15 | Rollup merge of #114800 - RalfJung:transparent, r=cuviper | Guillaume Gomez | -2/+8 |