| Age | Commit message (Expand) | Author | Lines |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -9/+5 |
| 2024-07-24 | Rollup merge of #127480 - biabbas:vxworks, r=workingjubilee | Matthias Krüger | -4/+34 |
| 2024-07-24 | Add chroot unsupported implementation for VxWorks | B I Mohammed Abbas | -1/+7 |
| 2024-07-24 | Rollup merge of #128106 - hallfox:patch-1, r=ChrisDenton | Matthias Krüger | -3/+3 |
| 2024-07-24 | Auto merge of #127153 - NobodyXu:pipe, r=ChrisDenton | bors | -0/+14 |
| 2024-07-23 | Fix return type of FileAttr methods on AIX target | Taylor Foxhall | -3/+3 |
| 2024-07-23 | Initial implementation of anonymous_pipe | Jiahao XU | -0/+14 |
| 2024-07-23 | Update process vxworks, set default stack size of 256 Kib for vxworks. User c... | B I Mohammed Abbas | -2/+7 |
| 2024-07-23 | Cfg disable on_broken_pipe_flag_used() for vxworks | B I Mohammed Abbas | -0/+2 |
| 2024-07-23 | Disable dirfd for vxworks, Return unsupported error from set_times and lchown... | B I Mohammed Abbas | -2/+16 |
| 2024-07-23 | Allow unused unsafe for vxworks in read_at and write at | B I Mohammed Abbas | -0/+2 |
| 2024-07-22 | Rollup merge of #127996 - ian-h-chamberlain:fix/horizon-warnings-unsafe-in-un... | 许杰友 Jieyou Xu (Joe) | -2/+1 |
| 2024-07-21 | Rollup merge of #127583 - Nilstrieb:invalid-utf8, r=joboet | Jubilee | -2/+3 |
| 2024-07-21 | Fix warnings when checking armv6k-nintendo-3ds | Ian Chamberlain | -2/+1 |
| 2024-07-21 | Deal with invalid UTF-8 from `gai_strerror` | Nilstrieb | -2/+3 |
| 2024-07-21 | std::thread: available_parallelism implementation for vxWorks proposal. | David Carlier | -1/+11 |
| 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 |