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