summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-03Make preadv take immutable slice of IoVecs, fixes #913Jakub Okoński
2018-06-09Merge #912bors[bot]
2018-06-03Fix compilation on aarch64-unknown-linux-muslBryant Mairs
2018-06-02Merge #911bors[bot]
2018-06-02Start the next dev cycleBryant Mairs
2018-06-02Merge #910bors[bot]
2018-06-02Update release procedureBryant Mairs
2018-06-02Specify bytes versionBryant Mairs
2018-06-02Merge #908bors[bot]
2018-06-02Merge #909bors[bot]
2018-06-01Remove tests that weren't mineBryant Mairs
2018-06-01Set the 0.11 releaseBryant Mairs
2018-06-01[skip ci] Cleanup the CHANGELOGBryant Mairs
2018-06-02Merge #907bors[bot]
2018-06-01Remove emulation of FD_CLOEXEC/O_NONBLOCKBryant Mairs
2018-05-29Merge #901bors[bot]
2018-05-28Implement sendfile on FreeBSD and DarwinAndrew Morrow
2018-05-29Merge #906bors[bot]
2018-05-28Fix bind() on Android 64-bitBryant Mairs
2018-05-22Merge #904bors[bot]
2018-05-22TypoXavier Bestel
2018-05-06Merge #893bors[bot]
2018-05-06Merge #897bors[bot]
2018-05-05Add documentation to signal-handling functionsRoss Light
2018-05-02OpenBSD: remove IFF_NOTRAILERSkpcyrd
2018-05-02Merge #880bors[bot]
2018-05-01[skip ci] Update changelog for #869Antti Keränen
2018-04-29Merge #892bors[bot]
2018-04-29Enabled more ptrace::Request definitions for uncommon Linux platformsdalance
2018-04-28Merge #894bors[bot]
2018-04-28select: add pselect syscallAndreas Fuchs
2018-04-20Merge #887bors[bot]
2018-04-19Implement Debug trait for PollFdZhouyu Qian
2018-04-19Merge #883bors[bot]
2018-04-18Support preadv/pwritev on BSDsAndrew Morrow
2018-04-11Merge #882bors[bot]
2018-04-11[skip ci] Update CHANGELOG for #833Bryant Mairs
2018-04-11Merge #833bors[bot]
2018-04-10Correct the third argument to ioctl on appropriate platforms.Bryant Mairs
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-29Merge #876bors[bot]
2018-03-28Merge #877bors[bot]
2018-03-28Replace the gcc crate by ccBastien Orivel
2018-03-27add docs for memory locking functionsAndreas Fackler
2018-03-27add mlockall and munlockallAndreas Fackler
2018-03-24Merge #857bors[bot]
2018-03-23Add fchmod, fchmodat functions.Anton Ageev