summary refs log tree commit diff
path: root/library/std/src/os/unix
AgeCommit message (Expand)AuthorLines
2024-09-27Rollup merge of #130861 - cuviper:sun-path-offset, r=ibraheemdevGuillaume Gomez-12/+9
2024-09-26Add `sun_path` to the fake doc `sockaddr_un`Josh Stone-1/+3
2024-09-25Use `&raw` in the standard libraryJosh Stone-20/+16
2024-09-25Use `mem::offset_of!` for `sockaddr_un.sun_path`Josh Stone-11/+6
2024-09-24Initial std library support for NuttXHuang Qi-0/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-10/+10
2024-09-19[Clippy] Swap `non_octal_unix_permissions` to use diagnostic item instead of ...GnomedDev-0/+1
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-5/+1
2024-09-05update cfgsBoxy-5/+1
2024-09-03Port std library to RTEMSJan Sommer-0/+2
2024-08-14CommandExt::before_exec: deprecate safety in edition 2024Ralf Jung-3/+11
2024-07-29Reformat `use` declarations.Nicholas Nethercote-41/+38
2024-07-28Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnayGuillaume Gomez-19/+19
2024-07-27[illumos/solaris] set MSG_NOSIGNAL while writing to socketsRain-0/+4
2024-07-26Fix doc nitsJohn Arundel-19/+19
2024-07-24Rollup merge of #127480 - biabbas:vxworks, r=workingjubileeMatthias Krüger-1/+1
2024-07-24Add chroot unsupported implementation for VxWorksB I Mohammed Abbas-1/+1
2024-07-14Merge Apple `std::os` extensions modules into `std::os::darwin`Mads Marquart-10/+2
2024-05-13Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the preludeJosh Triplett-1/+1
2024-05-06iOS/tvOS/watchOS/visionOS: Default to kernel-defined backlog in listenMads Marquart-4/+8
2024-05-03Rollup merge of #124412 - RalfJung:io-safety, r=AmanieuMatthias Krüger-10/+21
2024-04-28Use `target_vendor = "apple"` instead of `target_os = "..."`Mads Marquart-52/+13
2024-04-27io safety: update Unix explanationRalf Jung-10/+21
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