rust/library/std/src/sys
bors af69066aa6 Auto merge of #69864 - LinkTed:master, r=Amanieu
unix: Extend UnixStream and UnixDatagram to send and receive file descriptors

Add the functions `recv_vectored_fds` and `send_vectored_fds` to `UnixDatagram` and `UnixStream`. With this functions `UnixDatagram` and `UnixStream` can send and receive file descriptors, by using `recvmsg` and `sendmsg` system call.
2020-12-02 17:36:29 +00:00
..
hermit Disambiguate symlink argument names 2020-11-14 14:46:14 -08:00
sgx Auto merge of #78953 - mzohreva:mz/from_raw_fd, r=Mark-Simulacrum 2020-11-24 03:12:20 +00:00
unix Auto merge of #69864 - LinkTed:master, r=Amanieu 2020-12-02 17:36:29 +00:00
unsupported Disambiguate symlink argument names 2020-11-14 14:46:14 -08:00
vxworks Take some of sys/vxworks/process/* from sys/unix instead. 2020-10-16 06:22:05 +02:00
wasi Disambiguate symlink argument names 2020-11-14 14:46:14 -08:00
wasm Rollup merge of #78138 - fortanix:raoul/dlmalloc0.2, r=Mark-Simulacrum 2020-11-17 10:06:16 +01:00
windows Auto merge of #79205 - rust-lang:jdm-patch-1, r=m-ou-se 2020-11-20 13:42:44 +00:00
mod.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00