about summary refs log tree commit diff
path: root/library/std/src/os/linux
AgeCommit message (Expand)AuthorLines
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
2020-07-27Hexagon libstd: update type defsBrian Cain-24/+24
2020-07-27mv std libs to library/mark-0/+747