summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 #1217 #1218bors[bot]
2020-04-19Update the FreeBSD CI image to an 11.3 snapshotAlan Somers
2020-04-19Merge #1207bors[bot]
2020-04-19Remove a few more cases of mem::uninitialized in the testsAlan Somers
2020-04-19Merge #1206bors[bot]
2020-04-14Remove stray # in CHANGELOGRoss Light
2020-04-14Added fds testRoss Light
2020-04-14Add space to doc comment of fdsRoss Light
2020-04-14Add PR reference to CHANGELOGRoss Light
2020-04-13Remove immutable borrow note from CHANGELOGRoss Light
2020-04-13Operate on &mutRoss Light
2020-04-13Merge #1214bors[bot]
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-06Merge #1205bors[bot]
2020-04-06unistd: avoid infinite loop caused by reserve_double_buffer_sizeSteven Danna
2020-04-01Merge #1198bors[bot]
2020-04-02Enable getregs/setregs on muslcoord.e
2020-04-01Split read and write OFD lock testsAndre Nathan
2020-03-28Merge #1201bors[bot]
2020-03-28Fix fallocate return typeDiana
2020-03-27i686 -> x86Andre Nathan
2020-03-27Explain why OFD tests are disabled in some archsAndre Nathan
2020-03-27Undo rustfmt reformatingAndre Nathan
2020-03-19One more arch exclusionAndre Nathan
2020-03-19Exclude targets failing on CIAndre Nathan
2020-03-18Don't test on mips; replace unwrap for expectAndre Nathan
2020-03-18Fix type of pad fieldAndre Nathan
2020-03-18Add missing libc::flock fields in mipsAndre Nathan
2020-03-18Try to get tests working on 32 bitsAndre Nathan
2020-03-18Add fcntl tests for OFD locksAndre Nathan
2020-03-17Update CHANGELOGAndre Nathan
2020-03-17Handle open file descriptor locks in fcntlAndre Nathan
2020-03-17Update libc to 0.2.68Andre Nathan
2020-03-08Fix a lint on Rust nightly 1.43.0Alan Somers
2020-03-03Merge #1189bors[bot]
2020-03-03Derive `Ord`, `PartialOrd` for `Pid`Joe Ranweiler
2020-02-29Merge #1163bors[bot]
2020-02-29add setfsuid and setfsgid implementation for filesystem checksMarco Conte
2020-02-13Merge #1187bors[bot]
2020-02-13Make FsType's raw type publicMikail Bagishov
2020-02-13Merge #1185bors[bot]
2020-02-11Provide clearenv()John Gallagher