about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/os.rs
AgeCommit message (Expand)AuthorLines
2024-12-01Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDentonMatthias Krüger-0/+2
2024-11-30fix: hurd build, stat64.st_fsid was renamed to st_devSteve Lau-0/+2
2024-11-26std: update internal uses of `io::const_error!`joboet-12/+11
2024-11-22Don't try to use confstr in MiriMads Marquart-3/+5
2024-10-10Use with_capacity(0) because we're reading the capacity later onMads Marquart-1/+1
2024-10-10Prefer `target_vendor = "apple"` on confstrMads Marquart-2/+2
2024-10-10use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on darwinThom Chiovoloni-4/+72
2024-09-25Use `&raw` in the standard libraryJosh Stone-1/+1
2024-09-24Initial std library support for NuttXHuang Qi-0/+4
2024-09-03Port std library to RTEMSJan Sommer-4/+15
2024-07-29Reformat `use` declarations.Nicholas Nethercote-19/+8
2024-07-13Auto merge of #126606 - zachs18:patch-2, r=joboetbors-0/+1
2024-07-05Move exit guard from sys::common::exit_guard to sys::exit_guard.Zachary S-1/+1
2024-06-23fix buildDavid Carlier-2/+1
2024-06-23std::unix::os::home_dir: fallback's optimisation.David Carlier-2/+3
2024-06-20On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`...Zachary S-0/+1
2024-06-10fix: build on haikuSteve Lau-2/+2
2024-06-08std::unix::os current_exe implementation simplification for haiku.David Carlier-10/+10
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-4/+4
2024-05-17Use `_NSGetEnviron` instead of `environ` on iOS/tvOS/watchOS/visionOSMads Marquart-2/+26
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-26/+4
2024-03-18Support for visionOSAdam Gastineau-2/+11
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-1/+1
2024-02-18Dyn erase at call siteDavid Thomas-5/+5
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+783