about summary refs log tree commit diff
path: root/library/std/src/os/unix
AgeCommit message (Expand)AuthorLines
2024-11-28Rollup merge of #129409 - grinapo:patch-1, r=AmanieuGuillaume Gomez-0/+5
2024-11-26std: update internal uses of `io::const_error!`joboet-4/+4
2024-11-14Remove one stray space.Peter Gervai-1/+1
2024-11-04docs: fix grammar in doc comment at unix/process.rsNotWearingPants-1/+1
2024-11-03Auto merge of #123723 - madsmtm:apple-std-os, r=dtolnaybors-1/+1
2024-10-25library: consistently use American spelling for 'behavior'Ralf Jung-1/+1
2024-10-17Add must_use to CommandExt::execCallum Ryan-0/+1
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-22Update chown help with a link and adding cap warningPeter Gervai-1/+2
2024-08-22Expand std::os::unix::fs::chown() doc with a warningPeter Gervai-0/+4
2024-08-14CommandExt::before_exec: deprecate safety in edition 2024Ralf Jung-3/+11
2024-08-13Make `std::os::darwin` publicMads Marquart-1/+1
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