about summary refs log tree commit diff
path: root/library/std/src/os/unix/net/ancillary.rs
AgeCommit message (Expand)AuthorLines
2024-09-25Use `&raw` in the standard libraryJosh Stone-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-07-26Fix doc nitsJohn Arundel-16/+16
2024-05-13Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the preludeJosh Triplett-1/+1
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-1/+1
2024-02-24library: use `addr_of!`Pavel Grigorenko-2/+2
2023-06-17Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomccMatthias Krüger-1/+7
2023-06-13Fix building the documentation on FreeBSD.MikaelUrankar-0/+1
2023-06-06Fix documentation build on FreeBSDDan McGregor-1/+7
2023-03-27socket ancillary data implementation for FreeBSD (from 13 and above).David CARLIER-12/+129
2022-06-21update ioslice docs to use shared slicesConrad Ludgate-2/+2
2022-05-25Disable unix::net::ancillary on BSD.Mara Bos-0/+2
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+0
2022-04-04ScmCredentials netbsd implementation.David Carlier-9/+88
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-3/+3
2021-12-16Revert "socket ancillary data implementation for dragonflybsd."David CARLIER-80/+2
2021-12-05socket ancillary data implementation for dragonflybsd.David Carlier-2/+80
2021-10-31Rollup merge of #90431 - jkugelman:must-use-std-o-through-z, r=joshtriplettMatthias Krüger-0/+6
2021-10-31Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplettMatthias Krüger-0/+2
2021-10-30Add #[must_use] to remaining std functions (O-Z)John Kugelman-0/+6
2021-10-30Add #[must_use] to len and is_emptyJohn Kugelman-0/+2
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-2/+2
2021-06-17Rely on libc for correct integer types in os/unix/net/ancillary.rs.Maarten de Vries-100/+10
2021-05-03Move `std::sys::unix::ext` to `std::os::unix`Christiaan Dirkx-0/+675