summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-06-01Remove tests that weren't mineBryant Mairs
2018-06-01Remove emulation of FD_CLOEXEC/O_NONBLOCKBryant Mairs
2018-05-28Implement sendfile on FreeBSD and DarwinAndrew Morrow
2018-04-28select: add pselect syscallAndreas Fuchs
2018-04-19Implement Debug trait for PollFdZhouyu Qian
2018-04-10Implement equivalent for _IOWINT for FreeBSD-like targetsBryant Mairs
2018-04-10Refactor the ioctl API and documentationBryant Mairs
2018-04-07Merge #872bors[bot]
2018-04-06Add LioCb::listio_resubmitAlan Somers
2018-03-23Add fchmod, fchmodat functions.Anton Ageev
2018-03-22Replace AioCb::from_bytes with more generic from_boxed_sliceAlan Somers
2018-03-22Change sys::aio::lio_listio to sys::aio::LioCb::listioAlan Somers
2018-03-02Change SigAction::flags to use from_bits_truncatedAntti Keränen
2018-02-06Merge #851bors[bot]
2018-02-05Add test for getsid.Glenn Griffin
2018-02-02Add alarm moduleThomas de Zeeuw
2018-01-25Support arbitrary baud rates on BSDsBryant Mairs
2018-01-21Merge #820bors[bot]
2018-01-15aio: more documentationAlan Somers
2018-01-15aio: Clippy cleanupAlan Somers
2018-01-15aio: use `Bytes` instead of `Rc<[u8]>`Alan Somers
2018-01-15Add AioCb::from_ptr and AioCb::from_mut_ptrAlan Somers
2018-01-11Remove return value from `pause`Thomas de Zeeuw
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2018-01-06Add sigprocmaskThomas de Zeeuw
2017-12-20Remove uses of .iter()/.iter_mut()Bryant Mairs
2017-12-20Remove match statements with one armBryant Mairs
2017-12-20Use '!' instead of '== false'Bryant Mairs
2017-12-20Remove unnecessary mutBryant Mairs
2017-12-20Correct ioctl read and write_ptr testsBryant Mairs
2017-12-20Remove useless Err(_) match armsBryant Mairs
2017-12-20Use Rc::clone() instead of .clone()Bryant Mairs
2017-12-20Remove unnecessary referencesBryant Mairs
2017-12-20Use println!() instead of print!(...n)Bryant Mairs
2017-12-20Make numeric literals easier to readBryant Mairs
2017-12-20Remove unnecessary .ok()Bryant Mairs
2017-12-20Use iter::Cloned() instead of closureBryant Mairs
2017-12-20Remove 'static from variablesBryant Mairs
2017-12-20Remove elided 'static lifetimeBryant Mairs
2017-12-20Remove useless vec![]Bryant Mairs
2017-12-20Add backticks to types in doccommentsBryant Mairs
2017-12-20Use byte strings instead of String.as_bytes()Bryant Mairs
2017-12-20Use write_all instead of writeBryant Mairs
2017-12-19Merge #799bors[bot]
2017-12-19Fix support for DragonFlyMichael Neumann
2017-12-09Merge #741bors[bot]
2017-12-08Merge #807bors[bot]
2017-12-08Merge #777bors[bot]
2017-12-07Use the real pipe2(2) on all BSD targets.Alan Somers
2017-12-05Remove nix-test subcrateBryant Mairs