about summary refs log tree commit diff
path: root/library/std/src/sys/pal/unix/net.rs
AgeCommit message (Expand)AuthorLines
2024-03-24Fix build failure on ARM/AArch64/PowerPC/RISC-V FreeBSD/NetBSDTaiki Endo-1/+1
2024-03-20std::net: adding acceptfilter feature for netbsd/freebsd.David Carlier-0/+31
2023-10-25Convert `Unix{Datagram,Stream}::{set_}passcred()` to per-OS traitsJohn Millikin-10/+16
2024-02-27Auto merge of #119636 - devnexen:linux_tcp_defer_accept, r=m-ou-sebors-0/+12
2024-02-24library: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-21os::net: expanding TcpStreamExt for Linux with `tcp_deferaccept`.David Carlier-0/+12
2024-02-07Make `io::BorrowedCursor::advance` safeBenoƮt du Garreau-1/+1
2024-01-11std: fix module references on UNIXjoboet-1/+1
2024-01-11std: begin moving platform support modules into `pal`joboet-0/+591