| Age | Commit message (Expand) | Author | Lines |
| 2025-09-19 | Fix test suite in iOS/tvOS/watchOS/visionOS simulator | Mads Marquart | -0/+2 |
| 2025-09-06 | Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35 | Trevor Gross | -47/+103 |
| 2025-09-06 | Add socket extensions for cygwin | Berrysoft | -47/+103 |
| 2025-09-04 | Rollup merge of #140459 - niklasf:feature/read-buf-at, r=tgross35 | Stuart Cook | -0/+89 |
| 2025-09-03 | Add `read_buf` equivalents for positioned reads | Niklas Fiekas | -0/+89 |
| 2025-08-16 | library: Migrate from `cfg_if` to `cfg_select` | Josh Triplett | -10/+12 |
| 2025-07-11 | Rollup merge of #142391 - LevitatingBusinessMan:setsid, r=workingjubilee | Matthias Krüger | -0/+8 |
| 2025-07-10 | rust: library: Add setsid method to CommandExt trait | LevitatingBusinessMan (Rein Fernhout) | -0/+8 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -1/+1 |
| 2025-06-29 | Rollup merge of #142889 - nabijaczleweli:rusts, r=Mark-Simulacrum | Matthias Krüger | -7/+5 |
| 2025-06-28 | "set by Rusts options". Remove misleading always-true if cfg!(unix). Drop #![... | наб | -7/+5 |
| 2025-06-24 | Rollup merge of #140005 - mlowicki:patch-1, r=tgross35 | Guillaume Gomez | -1/+22 |
| 2025-06-20 | Rollup merge of #141990 - Qelxiros:141975-unix_send_signal, r=ChrisDenton,tgr... | Trevor Gross | -0/+38 |
| 2025-06-18 | add ChildExt(::send_signal) | Jeremy Smart | -0/+38 |
| 2025-06-16 | Set MSG_NOSIGNAL for UnixSteam | Michał Łowicki | -1/+22 |
| 2025-06-12 | Delegate `<SocketAddr as Debug>` to `ByteStr` | Tamir Duberstein | -4/+14 |
| 2025-05-21 | Apply suggestions from code review | Josh Triplett | -5/+5 |
| 2025-05-20 | `CommandExt::chroot`: Add tracking issue | Josh Triplett | -1/+1 |
| 2025-05-20 | `CommandExt::chroot`: Document difference to underlying `chroot` | Josh Triplett | -3/+5 |
| 2025-05-20 | Add `std::os::unix::process::CommandExt::chroot` to safely chroot a child pro... | Josh Triplett | -0/+16 |
| 2025-05-16 | Rollup merge of #140984 - mlowicki:patch-2, r=ibraheemdev | Matthias Krüger | -2/+2 |
| 2025-05-13 | fix doc for UnixStream | Michał Łowicki | -2/+2 |
| 2025-04-23 | Impl new API `std::os::unix::fs::mkfifo` under feature `unix_fifo` | Jiahao XU | -0/+56 |
| 2025-03-17 | Rollup merge of #137621 - Berrysoft:cygwin-std, r=joboet | Jacob Pratt | -2/+10 |
| 2025-03-14 | Rollup merge of #136001 - hkBst:patch-21, r=cuviper | Jacob Pratt | -49/+75 |
| 2025-03-10 | Fix building for cygwin | 王宇逸 | -0/+1 |
| 2025-03-10 | Initial STD support for Cygwin | 王宇逸 | -2/+9 |
| 2025-03-06 | library: Use size_of from the prelude instead of imported | Thalia Archibald | -10/+9 |
| 2025-02-07 | std: get rid of `sys_common::io` | joboet | -3/+3 |
| 2025-01-27 | Overhaul examples for PermissionsExt | Marijn Schouten | -49/+75 |
| 2024-11-28 | Rollup merge of #129409 - grinapo:patch-1, r=Amanieu | Guillaume Gomez | -0/+5 |
| 2024-11-26 | std: update internal uses of `io::const_error!` | joboet | -4/+4 |
| 2024-11-14 | Remove one stray space. | Peter Gervai | -1/+1 |
| 2024-11-04 | docs: fix grammar in doc comment at unix/process.rs | NotWearingPants | -1/+1 |
| 2024-11-03 | Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnay | bors | -1/+1 |
| 2024-10-25 | library: consistently use American spelling for 'behavior' | Ralf Jung | -1/+1 |
| 2024-10-17 | Add must_use to CommandExt::exec | Callum Ryan | -0/+1 |
| 2024-09-27 | Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdev | Guillaume Gomez | -12/+9 |
| 2024-09-26 | Add `sun_path` to the fake doc `sockaddr_un` | Josh Stone | -1/+3 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -20/+16 |
| 2024-09-25 | Use `mem::offset_of!` for `sockaddr_un.sun_path` | Josh Stone | -11/+6 |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -0/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -10/+10 |
| 2024-09-19 | [Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ... | GnomedDev | -0/+1 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -5/+1 |
| 2024-09-05 | update cfgs | Boxy | -5/+1 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -0/+2 |
| 2024-08-22 | Update chown help with a link and adding cap warning | Peter Gervai | -1/+2 |
| 2024-08-22 | Expand std::os::unix::fs::chown() doc with a warning | Peter Gervai | -0/+4 |
| 2024-08-14 | CommandExt::before_exec: deprecate safety in edition 2024 | Ralf Jung | -3/+11 |