summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-20Merge #648bors[bot]
2017-12-20Migrate sys/socket to libc FFI types and fix `msghdr` definition mismatch.Matthew Gregan
2017-12-19Merge #799bors[bot]
2017-12-19Fix support for DragonFlyMichael Neumann
2017-12-11Merge #814bors[bot]
2017-12-10Remove references to developer docsBryant Mairs
2017-12-10Replace ip(v6)_mreq structs with libc equivalentBryant Mairs
2017-12-10Replace custom ucred struct with newtype wrapper around libc::ucredBryant Mairs
2017-12-10Use libc::lingerBryant Mairs
2017-12-10Migrate more bitflags to use libc_bitflags!Bryant Mairs
2017-12-10Remove internal kernel flagsBryant Mairs
2017-12-10Add more derives for SignalFd and various enumsBryant Mairs
2017-12-10Expand derives for all libc_bitflags! useBryant Mairs
2017-12-11Merge #806bors[bot]
2017-12-10Cleanup doc warningsBryant Mairs
2017-12-10Fix doctest that weren't run with the old doctest parserBryant Mairs
2017-12-09Merge #741bors[bot]
2017-12-09Merge #815bors[bot]
2017-12-08Run all iOS builds on a single runBryant Mairs
2017-12-08Support building and testing multiple targets at onceBryant Mairs
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-05Derive Eq for ErrnoBryant Mairs
2017-12-05Remove redundant constant testsBryant Mairs
2017-12-05Remove nix-test subcrateBryant Mairs
2017-12-05Switch to libc definitons of errno constantsBryant Mairs
2017-12-05Merge #696bors[bot]
2017-12-05Expose `from_raw` on `WaitStatus` and make it return a `Result`Robert O'Callahan
2017-12-04Stop reexporting `Errno` and its variantsJonas Schievink
2017-12-04Merge #667bors[bot]
2017-12-03Add support for getifaddrs. Closes: #650.Markus Wanner