summaryrefslogtreecommitdiff
path: root/test/sys/test_uio.rs
AgeCommit message (Expand)Author
2022-12-09feat: I/O safety for 'sys/uid' & 'sched'Steve Lau
2022-08-04fix clippy assertions_on_result_statesMichael Baikov
2022-06-24Fix all formating problems to pass CI formating testCostin-Robert Sin
2022-05-15Fix nightly clippy in testsRyan Zoeller
2022-05-14add haiku supportAl Hoang
2022-04-08Replace the IoVec type with IoSlice and IoSliceMutnot_a_seagull
2022-01-24uclibc supportJonah Petri
2021-12-14Test preadv and pwritev on more operating systemsAlan Somers
2021-11-27Avoid lock poisoning by using parking_lotRyan Zoeller
2021-08-28Merge #1506bors[bot]
2021-08-27Ignore vsock tests on Linux aarch64Alan Somers
2021-08-22Print function name and missing capability when skipping testsRyan Zoeller
2021-05-30misc Clippy cleanupAlan Somers
2021-02-20Update rand to 0.8Alan Somers
2020-12-06Switch all builds from Travis to CirrusAlan Somers
2020-09-20Mark nix::unistd::fork as unsafe.Vitaly _Vi Shukela
2020-05-31Convert the crate to edition 2018Alan Somers
2020-05-17Remove warnings when compiling for RedoxXavier L'Heureux
2020-05-17Remove temporarily the failing tests for RedoxXavier L'Heureux
2019-09-19Require CAP_SYS_PTRACE for certain testsAlan Somers
2018-09-05Replace allow unused directive with _ prefixPascal Bach
2018-09-05Update to rand 0.5 cratePascal Bach
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-07-03Make preadv take immutable slice of IoVecs, fixes #913Jakub OkoĊ„ski
2017-12-20Remove uses of .iter()/.iter_mut()Bryant Mairs
2017-12-20Remove useless Err(_) match armsBryant Mairs
2017-12-20Use iter::Cloned() instead of closureBryant Mairs
2017-12-20Remove useless vec![]Bryant Mairs
2017-12-02Upgrade to Bitflags 1.0Bryant Mairs
2017-11-08Add process_vm_readv and process_vm_writevGeoffrey Thomas
2017-07-17Remove preadv_pwritev feature in favor of conditional includeBryant Mairs
2016-11-14Get rid of a few test compilation warningsPhilipp Matthias Schaefer
2016-10-23use tempfile in test_pwrite.Alan Somers
2016-01-13Use tempdir for temporary files in testsKamal Marhubi
2015-10-20Only run signalfd tests when feature is setCarl Lerche
2015-07-27Make it compatible for Android.Tim JIANG
2015-07-13Add support for preadv and pwritev to sys/uio on Linux.Trip Volpe
2015-07-04Fix off-by-one error calling Rng::gen_rangeJoseph Kain
2015-06-05Add pwrite and preadFlorian Hartwig
2015-03-28Track Rust nightlyCarl Lerche
2015-03-25Track Rust masterCarl Lerche
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche
2015-02-21Cleanup readv & writev + testsCarl Lerche