summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-24Disable failing tests on mips64Bryant Mairs
2017-07-24Disable tests on s390xBryant Mairs
2017-07-24Move Tier 3s to Tier 2Bryant Mairs
2017-07-24Merge #706bors[bot]
2017-07-23Bump version to 0.10.0-preAlan Somers
2017-07-24Merge #705bors[bot]
2017-07-23Release 0.9.0Alan Somers
2017-07-24Merge #704bors[bot]
2017-07-24Merge #693bors[bot]
2017-07-23Add CHANGELOG entry for PR #661Alan Somers
2017-07-23Merge #661bors[bot]
2017-07-23Merge #695bors[bot]
2017-07-22Replace remaining process::exit with libc::_exitJonas Schievink
2017-07-22Remove unneeded localJonas Schievink
2017-07-22Document invariants of fork and fix testsJonas Schievink
2017-07-21Allow doc attributes in ioctl macroroblabla
2017-07-21Merge #566bors[bot]
2017-07-21use std::env::temp_dir() to retrieve the temp directory in test_mkstempNicolas Dusart
2017-07-21Document WaitStatus and its variantsGeoffrey Thomas
2017-07-21Add WaitStatus::PtraceSyscall for use with PTRACE_O_TRACESYSGOODGeoffrey Thomas
2017-07-20Merge pull request #691 from asomers/ptsnameAlan Somers
2017-07-20Merge pull request #697 from jonas-schievink/rm-homepageAlan Somers
2017-07-21Merge #670bors[bot]
2017-07-20Add tests of actual ioctl usageBryant Mairs
2017-07-20Remove `homepage` from Cargo.tomlJonas Schievink
2017-07-20fix some tests for AndroidNicolas Dusart
2017-07-19Fix thread safety issues in pty and termios testsAlan Somers
2017-07-19Update changelogBryant Mairs
2017-07-19Refactor ioctl! for buffersBryant Mairs
2017-07-19Add 'bad' prefixes for read, write_*, and readwrite ioctlsBryant Mairs
2017-07-19Split ioctl!(write ...) into write_ptr and write_intBryant Mairs
2017-07-19Unify argument names to generated ioctl functionsBryant Mairs
2017-07-19Remove unnecessary constantsBryant Mairs
2017-07-19Remove c_int and c_void from rootBryant Mairs
2017-07-19Use the proper ioctl number type depending on targetBryant Mairs
2017-07-19Remove ioc_* functionsBryant Mairs
2017-07-19Revise ioctl module documentationBryant Mairs
2017-07-19Remove unnecessary path aliasingBryant Mairs
2017-07-19Hide internal macros/types within ioctlBryant Mairs
2017-07-19Add a "bad none" variant to the ioctl macroBryant Mairs
2017-07-19Re-add bad variant of ioctl!Bryant Mairs
2017-07-19Remove old workaroundBryant Mairs
2017-07-19Merge #681bors[bot]
2017-07-19Merge #686bors[bot]
2017-07-19Merge #689bors[bot]
2017-07-18Allow failures when testing Rust betaBryant Mairs
2017-07-18Downgrade powerpc/Linux/Gnu to Tier 2Bryant Mairs
2017-07-18Remove unused importsBryant Mairs
2017-07-18Update changelogBryant Mairs
2017-07-18Remove broken execvpe implementationBryant Mairs