about summary refs log tree commit diff
path: root/library/std/src/os/linux
AgeCommit message (Expand)AuthorLines
2025-07-01Update version placeholdersJosh Stone-1/+1
2025-06-09Rollup merge of #129121 - devnexen:stabilize_ext_linux_tcp_layer, r=tgross35Matthias Krüger-1/+1
2025-06-06Add new Tier-3 targets: `loongarch32-unknown-none*`WANG Rui-0/+1
2024-08-15proposal to expand (a subset of) linux specific socket capabilities.David Carlier-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+1
2024-06-22to extract a pidfd we must consume the childThe 8472-7/+15
2024-06-22Add PidFd::{kill, wait, try_wait}The 8472-16/+51
2024-06-05Promote `arm64ec-pc-windows-msvc` to tier 2Daniel Paoliello-1/+5
2023-10-25Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traitsJohn Millikin-0/+3
2024-01-24Finishing clone3 clean upAskar Safin-2/+1
2023-11-19Rollup merge of #117957 - the8472:pidfd-wait, r=Mark-SimulacrumMichael Goulet-0/+6
2023-11-17Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naberMatthias Krüger-1/+0
2023-11-16if available use a Child's pidfd for kill/waitThe 8472-0/+6
2023-10-28Remove asmjs from libraryJubilee Young-1/+0
2023-10-29Don't use LFS64 symbols on muslgit-bruh-1/+8
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+1
2023-07-18support for mips32r6 as a target_arch valuechenx97-1/+1
2023-07-18support for mips64r6 as a target_arch valuechenx97-0/+1
2023-05-01Inline AsRawFd implementationsKonrad Borowski-0/+1
2023-05-01Inline AsInner implementationsKonrad Borowski-0/+1
2023-04-28replace version placeholdersPietro Albini-2/+2
2023-04-04library/std: Add support for loongarch64zhaixiaojuan-0/+1
2023-03-18Stabilise `unix_socket_abstract`John Millikin-2/+2
2023-01-25Remove outdated cfg on `le32`Urgau-1/+0
2022-09-18Move `unix_socket_abstract` feature API to `SocketAddrExt`.John Millikin-0/+5
2022-09-18Adjust `tcp_quickack` feature to allow other `os::linux::net` features.John Millikin-2/+2
2022-08-13created tcpstream quickack traitBerend-Jan Lange-0/+5
2022-05-09Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errorsbors-6/+6
2022-05-06Use statx's 64-bit times on 32-bit linux-gnuJosh Stone-3/+18
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-6/+6
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+1
2021-09-20Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiserbors-0/+1
2021-09-17modify std::os docs to be more consistentSachin Cherian-2/+6
2021-09-17libstd: Add m68k for raw type definitions on LinuxJohn Paul Adrian Glaubitz-0/+1
2021-08-19Update PidFd for the new I/O safety APIs.Dan Gohman-4/+22
2021-08-04Re-use std::sealed::Sealed in os/linux/process.Mara Bos-12/+3
2021-08-01Add dummy FileDesc struct for doc targetDominik Stolz-0/+4
2021-07-21Add tracking issue and link to man-pageDominik Stolz-2/+3
2021-07-21Add PidFd type and seal traitsDominik Stolz-22/+124
2021-07-21Add Linux-specific pidfd process extensionsAaron Hill-0/+48
2021-05-03Cleanup `std::os`Christiaan Dirkx-1/+1
2021-02-02Fix AArch64 types in std::os::rawAmanieu d'Antras-8/+8
2020-10-09doc: disambiguate stat in MetadataExt::as_raw_statJosh Stone-1/+1
2020-09-28library/std: Set OS raw type definitions for sparc-unknown-linux-gnuJohn Paul Adrian Glaubitz-0/+1
2020-09-16library/std: linux: Add support for RISC-V 32-bitAlistair Francis-1/+2
2020-09-11Update `std::os` module documentation.Christiaan Dirkx-2/+4
2020-08-30fix broken trait method linksAndy Russell-3/+3
2020-08-27Rollup merge of #74730 - androm3da:fix_libstd_hexlinux_01, r=dtolnayDylan DPC-24/+24
2020-08-11Revert #tymethodsPrabakaran Kumaresshan-3/+3
2020-08-11Switch to intra-doc links in library/std/src/os/*/fs.rsPrabakaran Kumaresshan-5/+5