summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-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
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-02Upgrade to Bitflags 1.0Bryant Mairs
2017-11-19unistd: add execveat() on Linux and AndroidLuca Bruno
2017-11-19sys/socket: add UnixAddr abstract name getterLuca Bruno
2017-11-12unistd: groups: Respond to minor PR feedback itemsJamie Hewland
2017-11-12groups tests: Add groups mutex and print message when tests skippedJamie Hewland
2017-11-12test_unistd: Add test for getgrouplist/initgroups()Jamie Hewland
2017-11-12test_unistd: Add test for getgroups/setgroups()Jamie Hewland
2017-11-08Add process_vm_readv and process_vm_writevGeoffrey Thomas
2017-10-20Merge #780bors[bot]
2017-10-14Add a test for ppollAlan Somers
2017-10-11added unistd::mkfifo #602Jakub Pastuszek
2017-10-07Add test for 'fallocate'Sanchayan Maity
2017-10-07Merge #773bors[bot]
2017-10-05Fix variable does not need to be mutable warning for aio testSanchayan Maity
2017-10-02Add more accessors for AioCbAlan Somers
2017-09-06Merge pull request #762 from Mic92/stat-testsAlan Somers
2017-09-04test/test_stat.rs: use matching tempdir name for test_fstatatJörg Thalheim
2017-09-04test/test_stat.rs: test correct stat functionJörg Thalheim