summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-16Apply `repr(transparent)` to several FFI typesAlan Somers
2020-05-15Document additional OS-specific flags for pipe2Harm Berntsen
2020-05-12Merge #1231bors[bot]
2020-05-10Add support for reading symlinks longer than `PATH_MAX` to `readlink` and `re...Solra Bizna
2020-05-08Add SO_BINDTODEVICE sockoptJean Pierre Dudey
2020-05-02Add UnixCredentials support on FreeBSD/DragonFly (cmsgcred/SCM_CREDS)Greg V
2020-05-01Merge #1215bors[bot]
2020-04-26Eliminate a mem::zeroed() in recvmmsgAlan Somers
2020-04-26Support sendmmsg/recvmmsgGleb Pomykalov
2020-04-25Merge #1209bors[bot]
2020-04-25Merge #1221bors[bot]
2020-04-25Support UDP GSO and GRO on linuxGleb Pomykalov
2020-04-25Fix compilation on DragonFly (statfs)Michael Neumann
2020-04-25Fix RISC-V supportAndreas Schwab
2020-04-24Merge #1210bors[bot]
2020-04-22Merge #1211bors[bot]
2020-04-21impl io::{Read,Write} for PtyMasterJosh Stone
2020-04-21Add the MAP_HUGE_<SIZE> flags for linux.GuillaumeDIDIER
2020-04-19Merge #1207bors[bot]
2020-04-19Merge #1206bors[bot]
2020-04-14Added fds testRoss Light
2020-04-14Add space to doc comment of fdsRoss Light
2020-04-13Operate on &mutRoss Light
2020-04-12Remove sys::socket::addr::from_libc_sockaddr from the public APIAlan Somers
2020-04-12Fix UB in getsockoptAlan Somers
2020-04-11Remove unnecessary fn main wrapper in exampleRoss Light
2020-04-08Fix unaligned castting of cmsg data to af_alg_ivGleb Pomykalov
2020-04-08Merge #1195bors[bot]
2020-04-07Add select::FdSet::fds() methodRoss Light
2020-04-06unistd: avoid infinite loop caused by reserve_double_buffer_sizeSteven Danna
2020-04-02Enable getregs/setregs on muslcoord.e
2020-03-28Fix fallocate return typeDiana
2020-03-17Handle open file descriptor locks in fcntlAndre Nathan
2020-03-08Fix a lint on Rust nightly 1.43.0Alan Somers
2020-03-03Derive `Ord`, `PartialOrd` for `Pid`Joe Ranweiler
2020-02-29add setfsuid and setfsgid implementation for filesystem checksMarco Conte
2020-02-13Make FsType's raw type publicMikail Bagishov
2020-02-11Provide clearenv()John Gallagher
2020-02-02Merge #1176bors[bot]
2020-01-23ioctl: Fix broken link to the kernel documentationSimon Chopin
2020-01-12Add CLK_TCK to SysconfVarCaleb Bassi
2020-01-12Add RISC-V support on GNU/Linuxmsizanoen1
2019-12-29remove deprecated Error::descriptionRadyk Andrii
2019-12-22Fix the build on OpenBSD.Alan Somers
2019-12-01ScmCredentials now wraps UnixCredentials instead of libc::ucredAlan Somers
2019-12-01Reenable a test that had been disabled due to old CI infrastructureAlan Somers
2019-12-01Remove some obsolete comments.Alan Somers
2019-12-01impl TryFrom<libc::speed_t> for BaudRateAlan Somers
2019-12-01Remove the last use of mem::uninitializedAlan Somers
2019-12-01Merge #1156bors[bot]