summaryrefslogtreecommitdiff
path: root/src/sys
AgeCommit message (Expand)Author
2020-05-17Fix test and remove group & user for redoxXavier L'Heureux
2020-05-17Add wait, fdatasync, poll and pause for RedoxXavier L'Heureux
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2020-05-17Add termio supportXavier L'Heureux
2020-05-17Remove more unsupported functions and make it possible to run testsXavier L'Heureux
2020-05-17Add Redox support for most of the modulesXavier L'Heureux
2020-05-17Replace void crate with Rust standard lib Infallible typeOssi Herrala
2020-05-17Merge #1242bors[bot]
2020-05-17Merge #1245bors[bot]
2020-05-16Make ptrace::write unsafe on LinuxAlan Somers
2020-05-16Apply `repr(transparent)` to several FFI typesAlan Somers
2020-05-16Don't implement `NixPath` for `Option<&P> where P: NixPath`Alan Somers
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-22Merge #1211bors[bot]
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-07Add select::FdSet::fds() methodRoss Light
2020-04-02Enable getregs/setregs on muslcoord.e
2020-03-08Fix a lint on Rust nightly 1.43.0Alan Somers
2020-02-13Make FsType's raw type publicMikail Bagishov
2020-02-02Merge #1176bors[bot]
2020-01-23ioctl: Fix broken link to the kernel documentationSimon Chopin
2020-01-12Add RISC-V support on GNU/Linuxmsizanoen1
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]
2019-11-30Remove the deprecated CmsgSpaceAlan Somers
2019-12-01Allow signal injection in ptrace::{syscall, detach}Francisco Giordano
2019-11-17ptrace: add ptrace::seize for LinuxJeremy Fitzhardinge