about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-10std: move `thread` into `sys`joboet-2/+1
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-0/+1
2025-08-23std library: use execinfo library also on NetBSD.Havard Eidnes-0/+1
2025-08-21Rollup merge of #137494 - nabijaczleweli:dup, r=Mark-SimulacrumJacob Pratt-24/+26
2025-08-16library: Migrate from `cfg_if` to `cfg_select`Josh Triplett-11/+21
2025-04-27use generic Atomic type where possibleChristopher Durham-1/+1
2025-04-18Combine env consts into std::sys::env_constsThalia Archibald-1/+0
2025-04-14Fix: Map EOPNOTSUPP to ErrorKind::Unsupported on Unix0x79de-0/+1
2025-04-12https://github.com/rust-lang/rust/pull/139717#issuecomment-2799036117 🥴наб-2/+2
2025-04-12Use unsupported args for espidf and vitaThalia Archibald-0/+2
2025-04-12Move args into std::sysThalia Archibald-2/+1
2025-04-04Move fd into sysThalia Archibald-1/+0
2025-03-26#[allow(dead_code)]наб-3/+5
2025-03-22std: move process implementations to `sys`joboet-2/+3
2025-03-10Initial STD support for Cygwin王宇逸-1/+1
2025-03-09std: move stdio to `sys`joboet-1/+0
2025-03-08Move fs into sysThalia Archibald-1/+0
2025-02-23libstd: init(): dup() subsequent /dev/nulls instead of opening them againнаб-24/+24
2025-02-09Mark extern blocks as unsafeMichael Goulet-10/+10
2025-02-07std: move `io` module out of `pal`joboet-1/+0
2025-02-02std: move network code into `sys`joboet-6/+0
2024-12-06Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnayMatthias Krüger-1/+1
2024-10-28std: refactor `pthread`-based synchronizationjoboet-0/+1
2024-10-05Stabilize `std::io::ErrorKind::QuotaExceeded`Pavel Grigorenko-1/+1
2024-09-25Rollup merge of #130595 - no1wudi:master, r=ibraheemdevMatthias Krüger-1/+2
2024-09-24add InProgress ErrorKind gated behind io_error_inprogress featureAviram Hassan-0/+1
2024-09-24Initial std library support for NuttXHuang Qi-1/+2
2024-09-23std: implement the `random` featurejoboet-2/+0
2024-09-03Port std library to RTEMSJan Sommer-0/+1
2024-08-27std: move allocators to `sys`joboet-1/+0
2024-08-20Avoid extra `cast()`s after `CStr::as_ptr()`Josh Stone-2/+2
2024-07-31android: Remove libstd hacks for unsupported Android APIsMatthew Maurer-5/+0
2024-07-30Rollup merge of #128315 - zetanumbers:psvita-unsafe-in-unsafe, r=workingjubileeMatthias Krüger-0/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+8
2024-07-28fix: psvita's std codeDaria Sukhonina-0/+3
2024-07-26Fix doc nitsJohn Arundel-1/+1
2024-07-24Rollup merge of #127480 - biabbas:vxworks, r=workingjubileeMatthias Krüger-0/+3
2024-07-23Cfg disable on_broken_pipe_flag_used() for vxworksB I Mohammed Abbas-0/+2
2024-07-12Rollup merge of #126827 - the8472:pidfd-spawn, r=workingjubileeMatthias Krüger-0/+4
2024-07-08Reset sigpipe not supported for vxworksB I Mohammed Abbas-0/+1
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