about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/mod.rs
AgeCommit message (Expand)AuthorLines
2024-07-12Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubileeMatthias Krüger-0/+4
2024-06-25document the cvt methodsThe 8472-0/+4
2024-06-24Auto merge of #126523 - joboet:the_great_big_tls_refactor, r=Mark-Simulacrumbors-2/+0
2024-06-22Add PidFd::{kill, wait, try_wait}The 8472-0/+2
2024-06-15std: refactor the TLS implementationjoboet-2/+0
2024-05-17Use `_NSGetArgc`/`_NSGetArgv` on iOS/tvOS/watchOS/visionOSMads Marquart-6/+5
2024-05-06iOS/tvOS/watchOS/visionOS: Set the main thread nameMads Marquart-2/+2
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-6/+6
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-6/+6
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-7/+3
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-1/+1
2024-03-18Support for visionOSAdam Gastineau-1/+2
2024-03-01Auto merge of #114016 - krtab:delete_sys_memchr, r=workingjubileebors-1/+0
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-20Delete architecture-specific memchr code in std::sysArthur Carcano-1/+0
2024-02-16std: move locks to `sys` on UNIX and other futex platformsjoboet-1/+0
2024-02-08std: move path into `sys`joboet-1/+0
2024-01-22std: move cmath into `sys`joboet-2/+0
2024-01-15std: move OS String implementation into `sys`joboet-1/+0
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+443