| Age | Commit message (Expand) | Author | Lines |
| 2024-07-20 | Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ... | Matthias Krüger | -24/+61 |
| 2024-07-18 | unix: acquire-load NEED_ALTSTACK | Jubilee | -1/+1 |
| 2024-07-18 | unix: Unsafe-wrap stack_overflow::{drop,make}_handler | Jubilee Young | -10/+27 |
| 2024-07-18 | unix: Unsafe-wrap stack_overflow::cleanup | Jubilee Young | -1/+6 |
| 2024-07-18 | unix: lift init of sigaltstack before sigaction | Jubilee Young | -9/+17 |
| 2024-07-18 | unix: Unsafe-wrap stack_overflow::signal_handler | Jubilee Young | -3/+10 |
| 2024-07-17 | Rollup merge of #127845 - workingjubilee:actually-break-up-big-ass-stack-over... | Trevor Gross | -90/+119 |
| 2024-07-17 | unix: unsafe-wrap install_main_guard_default | Jubilee Young | -9/+12 |
| 2024-07-17 | unix: clean up install_main_guard_freebsd | Jubilee Young | -13/+12 |
| 2024-07-16 | unix: stack_start_aligned is a safe fn | Jubilee Young | -7/+9 |
| 2024-07-16 | unix: split stack_overflow::install_main_guard by os | Jubilee Young | -90/+115 |
| 2024-07-16 | Use futex.rs for Windows thread parking | Chris Denton | -0/+5 |
| 2024-07-15 | lib: replace some `mem::forget`'s with `ManuallyDrop` | Pavel Grigorenko | -9/+5 |
| 2024-07-13 | std::unix::fs: removing, now useless, layers predating macOs 10.10. | David Carlier | -59/+1 |
| 2024-07-13 | Auto merge of #126606 - zachs18:patch-2, r=joboet | bors | -0/+1 |
| 2024-07-12 | Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubilee | Matthias Krüger | -6/+131 |
| 2024-07-08 | Reset sigpipe not supported for vxworks | B I Mohammed Abbas | -0/+1 |
| 2024-07-05 | Move exit guard from sys::common::exit_guard to sys::exit_guard. | Zachary S | -1/+1 |
| 2024-07-04 | Rollup merge of #127195 - biabbas:vxworks_cleanup, r=jhpratt | Jacob Pratt | -2/+4 |
| 2024-07-03 | Fall back on remove dir implementation for vxworks | B I Mohammed Abbas | -1/+3 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -1/+1 |
| 2024-07-01 | Remove unqualified import io:: Error for vxworks as all Error references are ... | B I Mohammed Abbas | -1/+1 |
| 2024-06-25 | Check that we get somewhat sane PIDs when spawning with pidfds | The 8472 | -0/+3 |
| 2024-06-25 | more fine-grained feature-detection for pidfd spawning | The 8472 | -21/+33 |
| 2024-06-25 | document safety properties of the internal Process::new constructor | The 8472 | -0/+6 |
| 2024-06-25 | use pidfd_spawn for faster process creation when pidfds are requested | The 8472 | -6/+106 |
| 2024-06-25 | document the cvt methods | The 8472 | -0/+4 |
| 2024-06-24 | Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrum | bors | -157/+0 |
| 2024-06-24 | Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-06-24 | Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-Simulacrum | Matthias Krüger | -35/+15 |
| 2024-06-23 | fix build | David Carlier | -2/+1 |
| 2024-06-23 | std::unix::os::home_dir: fallback's optimisation. | David Carlier | -2/+3 |
| 2024-06-22 | Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=Amanieu | Matthias Krüger | -4/+4 |
| 2024-06-22 | Auto merge of #124101 - the8472:pidfd-methods, r=cuviper | bors | -101/+199 |
| 2024-06-22 | to extract a pidfd we must consume the child | The 8472 | -5/+4 |
| 2024-06-22 | Add PidFd::{kill, wait, try_wait} | The 8472 | -101/+200 |
| 2024-06-21 | std::unix::fs: copy simplification for apple. | David Carlier | -35/+15 |
| 2024-06-20 | On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`... | Zachary S | -0/+1 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -0/+2 |
| 2024-06-15 | std: refactor the TLS implementation | joboet | -157/+0 |
| 2024-06-13 | std::unix::fs::link using direct linkat call for Solaris and macOs. | David Carlier | -19/+2 |
| 2024-06-11 | Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_exists | Eduardo Sánchez Muñoz | -4/+4 |
| 2024-06-10 | fix: build on haiku | Steve Lau | -2/+2 |
| 2024-06-09 | Rollup merge of #126168 - devnexen:current_exe_haiku_simpl, r=ChrisDenton | Matthias Krüger | -10/+10 |
| 2024-06-08 | std::unix::os current_exe implementation simplification for haiku. | David Carlier | -10/+10 |
| 2024-06-08 | std::unix::process adding few specific freebsd signals to be able to id. | David Carlier | -0/+4 |
| 2024-06-08 | Rollup merge of #125998 - devnexen:get_mode_illumos, r=Nilstrieb | León Orell Valerian Liehr | -0/+4 |
| 2024-06-05 | Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviper | Matthias Krüger | -9/+13 |
| 2024-06-04 | std::unix::fs::get_mode implementation for illumos/solaris. | David Carlier | -0/+4 |
| 2024-06-04 | std::unix::fs::get_path: using fcntl codepath for netbsd instead. | David Carlier | -9/+13 |