summary refs log tree commit diff
path: root/library/std/src/os/unix
AgeCommit message (Expand)AuthorLines
2024-04-14Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrumbors-8/+8
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-8/+8
2024-04-14Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-SimulacrumMatthias Krüger-0/+10
2024-04-11OpenBSD fix long socket addressesSebastien Marie-0/+10
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-9/+2
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-2/+22
2024-03-26`UnixStream`: override `read_buf`Benoît du Garreau-0/+8
2024-03-23Fixed builds with modified libcAdam Gastineau-0/+3
2024-03-19Expose ucred::peer_cred on QNX targets to enable dist buildsAna Hobden-3/+6
2024-03-18Support for visionOSAdam Gastineau-2/+19
2024-03-14Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=AmanieuMatthias Krüger-0/+7
2024-03-11Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnaybors-128/+26
2024-03-07make `std::os::unix::ucred` module privateKalle Wachsmuth-48/+44
2024-02-26change std::process to drop supplementary groups based on CAP_SETGIDElliot Roberts-0/+7
2024-02-24library: use `addr_of!`Pavel Grigorenko-17/+21
2024-02-18By tracking import use types to check whether it is scope uses or the other s...surechen-1/+0
2024-02-04Document various I/O handle conversionsRyan Lowe-0/+8
2024-01-15std::net: bind update for using backlog as `-1` too.David Carlier-1/+7
2024-01-09Backlog for HorizonOS UnixListenerAndrea Ciliberti-2/+8
2024-01-05Fix broken build for ESP IDF due to #119026ivmarkov-2/+3
2024-01-04Rollup merge of #119026 - devnexen:listener_upd, r=Mark-SimulacrumMatthias Krüger-2/+12
2023-12-24Fix doc typo for read_exact_atAlexBuz-1/+1
2023-12-24std::net::bind using -1 for openbsd which in turn sets it to somaxconn.David Carlier-2/+12
2023-10-25Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traitsJohn Millikin-128/+26
2023-10-14Auto merge of #116407 - Mark-Simulacrum:bootstrap-bump, r=onur-ozkanbors-3/+3
2023-10-09Support AIX in Rust standard libraryQiu Chaofan-0/+2
2023-10-03Bump version placeholdersMark Rousskov-3/+3
2023-09-28Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnaybors-0/+42
2023-09-28Update stability attribute for child stream From implsDavid Tolnay-3/+3
2023-09-22fix OS-specific I/O safety docs since the io_safety feature is stableRalf Jung-4/+7
2023-09-22Auto merge of #114780 - RalfJung:io-safety, r=Amanieubors-4/+5
2023-09-21added support for GNU/HurdSamuel Thibault-0/+2
2023-09-16Rollup merge of #115329 - xzmeng:fix-std-doc, r=dtolnayMatthias Krüger-1/+1
2023-09-03Use std::io::Error::is_interrupted everywhereBen Kimock-2/+2
2023-08-29fix a doc typo at std::os::unix::fs::FileExt::write_atMeng Xiangzhuo-1/+1
2023-08-28Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomccMatthias Krüger-1/+1
2023-08-22Replace version placeholders with 1.73.0Mark Rousskov-3/+3
2023-08-14mention /proc/self/fd with /proc/self/memRalf Jung-3/+3
2023-08-14wording; and explain some of the possible consequences of violating io-safetyRalf Jung-1/+1
2023-08-13add more explicit I/O safety documentationRalf Jung-1/+2
2023-08-05std/tests: disable ancillary tests on freebsd since the feature itself is.David CARLIER-1/+1
2023-07-28inline trivial (noop) flush callsThom Chiovoloni-0/+1
2023-07-26Auto merge of #102757 - pcc:android-std-tests, r=workingjubileebors-0/+18
2023-07-22Rollup merge of #113876 - darklyspaced:master, r=cuviperMatthias Krüger-1/+30
2023-07-20added a problematic exampledarklyspaced-3/+25
2023-07-20fix docs & example for FileExt::write_atdarklyspaced-1/+8
2023-06-25Stabilize chown functions (`unix_chown`)Yuki Okushi-6/+3
2023-06-21Update tvOS support elsewhere in the stdlibThom Chiovoloni-1/+7
2023-06-21wip: Support Apple tvOS in libstdThom Chiovoloni-2/+9
2023-06-17Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomccMatthias Krüger-1/+7