| Age | Commit message (Expand) | Author | Lines |
| 2024-04-09 | Document Windows argument splitting | Chris Denton | -2/+54 |
| 2024-03-14 | Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=Amanieu | Matthias Krüger | -0/+7 |
| 2024-03-14 | Rollup merge of #119029 - dylni:avoid-closing-invalid-handles, r=ChrisDenton | Matthias Krüger | -21/+47 |
| 2024-03-11 | Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnay | bors | -128/+230 |
| 2024-03-09 | Rollup merge of #121711 - ChrisDenton:junction, r=Mark-Simulacrum | Guillaume Boisseau | -0/+12 |
| 2024-03-09 | Rollup merge of #114655 - nbdd0121:io-safety, r=dtolnay | Guillaume Boisseau | -10/+10 |
| 2024-03-09 | Avoid closing invalid handles | dylni | -21/+47 |
| 2024-03-07 | make `std::os::unix::ucred` module private | Kalle Wachsmuth | -48/+44 |
| 2024-02-27 | Implement junction_point | Chris Denton | -0/+12 |
| 2024-02-27 | Auto merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | bors | -1/+10 |
| 2024-02-27 | Auto merge of #119636 - devnexen:linux_tcp_defer_accept, r=m-ou-se | bors | -0/+81 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -4/+4 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -1/+10 |
| 2024-02-26 | change std::process to drop supplementary groups based on CAP_SETGID | Elliot Roberts | -0/+7 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -17/+21 |
| 2024-02-21 | os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`. | David Carlier | -0/+81 |
| 2024-02-18 | Rollup merge of #121266 - SabrinaJewson:easy-syscall-aliases, r=Mark-Simulacrum | Matthias Krüger | -0/+14 |
| 2024-02-18 | Add uncontroversial syscall doc aliases to std docs | SabrinaJewson | -0/+14 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+0 |
| 2024-02-11 | Rollup merge of #120459 - rytheo:handle-conversion-docs, r=Mark-Simulacrum | Matthias Krüger | -0/+25 |
| 2024-02-04 | Document various I/O handle conversions | Ryan Lowe | -0/+25 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -10/+1 |
| 2024-01-30 | Rollup merge of #120452 - alexcrichton:update-windows-seek-write-docs, r=Chri... | Guillaume Gomez | -1/+1 |
| 2024-01-28 | Make `impl<T: AsHandle>` impl take `?Sized` | Gary Guo | -5/+5 |
| 2024-01-28 | Make `impl<Fd: AsFd>` impl take `?Sized` | Gary Guo | -5/+5 |
| 2024-01-28 | std: Update documentation of seek_write on Windows | Alex Crichton | -1/+1 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -10/+1 |
| 2024-01-25 | Rollup merge of #120306 - safinaskar:clone3-clean-up, r=petrochenkov | Matthias Krüger | -2/+1 |
| 2024-01-24 | Finishing clone3 clean up | Askar Safin | -2/+1 |
| 2024-01-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -1/+10 |
| 2024-01-22 | Rollup merge of #119943 - devnexen:listener_update3, r=thomcc | Matthias Krüger | -1/+7 |
| 2024-01-22 | Rollup merge of #119408 - betrusted-io:xous-fixes-add-network, r=Mark-Simulacrum | Matthias Krüger | -10/+152 |
| 2024-01-15 | std::net: bind update for using backlog as `-1` too. | David Carlier | -1/+7 |
| 2024-01-13 | std: xous: use constants for stdout and stderr | Sean Cross | -0/+11 |
| 2024-01-13 | xous: net: initial commit of network support | Sean Cross | -0/+129 |
| 2024-01-13 | std: xous: pass entire memory range to flag updater | Sean Cross | -1/+1 |
| 2024-01-13 | xous: ffi: correct size of freed memory | Sean Cross | -1/+1 |
| 2024-01-13 | xous: ffi: fix lend_impl() return values | Sean Cross | -8/+10 |
| 2024-01-09 | Backlog for HorizonOS UnixListener | Andrea Ciliberti | -2/+8 |
| 2024-01-05 | Fix broken build for ESP IDF due to #119026 | ivmarkov | -2/+3 |
| 2024-01-04 | Rollup merge of #119026 - devnexen:listener_upd, r=Mark-Simulacrum | Matthias Krüger | -2/+12 |
| 2023-12-24 | Fix doc typo for read_exact_at | AlexBuz | -1/+1 |
| 2023-12-24 | std::net::bind using -1 for openbsd which in turn sets it to somaxconn. | David Carlier | -2/+12 |
| 2023-11-23 | Fix tracking issue of Windows ExitCodeExt | David Tolnay | -3/+3 |
| 2023-11-23 | Auto merge of #115159 - solid-rs:patch/kmc-solid/io-safety, r=workingjubilee | bors | -4/+298 |
| 2023-11-22 | unnecessary_mut_passed | Chris Denton | -2/+2 |
| 2023-11-22 | useless_conversion | Chris Denton | -1/+1 |
| 2023-11-19 | Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-Simulacrum | Michael Goulet | -0/+6 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -2/+0 |
| 2023-11-16 | if available use a Child's pidfd for kill/wait | The 8472 | -0/+6 |