summaryrefslogtreecommitdiff
path: root/test/test.rs
AgeCommit message (Expand)Author
2018-09-05Add wrapper for linux kernel module loadingPascal Bach
2018-09-05Refactor skip_if_not_root into macroPascal Bach
2018-09-03new dir moduleScott Lamb
2018-09-01deps: update tempfile to 3Igor Gnatenko
2018-05-28Implement sendfile on FreeBSD and DarwinAndrew Morrow
2018-01-21Merge #820bors[bot]
2018-01-15aio: use `Bytes` instead of `Rc<[u8]>`Alan Somers
2018-01-10Expose mqueue functions for all supported OSesAlan Somers
2017-12-20Add backticks to types in doccommentsBryant Mairs
2017-12-05Remove nix-test subcrateBryant Mairs
2017-11-12groups tests: Add groups mutex and print message when tests skippedJamie Hewland
2017-08-18unistd: add fexecve()Luca Bruno
2017-07-26add poll module for all platformsNicolas Dusart
2017-07-19Fix thread safety issues in pty and termios testsAlan Somers
2017-07-18Remove signalfd feature in favor of conditional compilationBryant Mairs
2017-07-16Fix thread safety issues in aio, chdir, and wait testsAlan Somers
2017-07-09Fix double close bugs in test_lseek and test_lseek64Alan Somers
2017-06-12Add openpty()Kelvin Ly
2017-05-16Add various pty functionsBryant Mairs
2017-04-15tests should protect concurrent access to signal handlersAlan Somers
2016-11-18Improve portability of test_getsocknameAlan Somers
2016-02-14linux: Add splice(2), tee(2), vmsplice(2)Kamal Marhubi
2016-02-12linux: Add sendfile(2)Kamal Marhubi
2016-01-27Add test for if_nametoindexKamal Marhubi
2016-01-25Add everything from poll.h.Utkarsh Kukreti
2016-01-13Use tempdir for temporary files in testsKamal Marhubi
2015-08-12Fix testsCorey Richardson
2015-07-09Run 32 bit CI buildsCarl Lerche
2015-04-27Basic Posix MQ supportMarkus Jais
2015-04-03'derive(Copy)' needs Clone nowFlorian Hartwig
2015-03-25Use libc from crates.ioCarl Lerche
2015-03-25Track Rust masterCarl Lerche
2015-03-19Track Rust nightliesCarl Lerche
2015-03-16Fix deprecation warningsCarl Lerche
2015-02-25Large cleanup, mostly of socket functionsCarl Lerche
2015-02-21Fix uio and add SockAddr conversionsCarl Lerche
2015-02-21Cleanup readv & writev + testsCarl Lerche